/openbmc/openbmc-test-automation/bin/ |
H A D | python | 44 local candidates 67 candidates=$(type -ap ${alternate_program_name}) 76 for candidate in ${candidates}
|
H A D | select_version | 44 local candidates 67 candidates=$(type -ap ${alternate_program_name}) 76 for candidate in ${candidates}
|
H A D | robot | 44 local candidates 67 candidates=$(type -ap ${alternate_program_name}) 76 for candidate in ${candidates}
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image-postinst-intercepts.bbclass | 17 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True) 19 for pathname, candidates in searched: 23 chksums.extend('%s:False' % c for c in candidates[:-1])
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | __init__.py | 83 candidates = None 89 if candidates is None: 90 candidates = we_have_the_feature 91 candidate_set = set(candidates) 102 for candidate in candidates:
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_ldm.c | 349 ldmMatchCandidate_t* const candidates = ldmState->matchCandidates; in ZSTD_ldm_generateSequences_internal() local 373 candidates[n].split = split; in ZSTD_ldm_generateSequences_internal() 374 candidates[n].hash = hash; in ZSTD_ldm_generateSequences_internal() 375 candidates[n].checksum = (U32)(xxhash >> 32); in ZSTD_ldm_generateSequences_internal() 376 candidates[n].bucket = ZSTD_ldm_getBucket(ldmState, hash, *params); in ZSTD_ldm_generateSequences_internal() 377 PREFETCH_L1(candidates[n].bucket); in ZSTD_ldm_generateSequences_internal() 384 BYTE const* const split = candidates[n].split; in ZSTD_ldm_generateSequences_internal() 385 U32 const checksum = candidates[n].checksum; in ZSTD_ldm_generateSequences_internal() 386 U32 const hash = candidates[n].hash; in ZSTD_ldm_generateSequences_internal() 387 ldmEntry_t* const bucket = candidates[n].bucket; in ZSTD_ldm_generateSequences_internal()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc-exynos.c | 465 static s8 dw_mci_exynos_get_best_clksmpl(u8 candidates) in dw_mci_exynos_get_best_clksmpl() argument 472 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl() 480 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl() 493 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl() 508 u8 start_smpl, smpl, candidates = 0; in dw_mci_exynos_execute_tuning() local 519 candidates |= (1 << smpl); in dw_mci_exynos_execute_tuning() 523 found = dw_mci_exynos_get_best_clksmpl(candidates); in dw_mci_exynos_execute_tuning()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 830 candidates = self.get_similar_targets() 831 if candidates.count() == 0: 851 candidates = candidates.annotate(num_files=Count('target_image_file')) 855 candidates = candidates.filter(query) 857 if candidates.count() > 0: 858 candidates.order_by('build__completed_on') 859 similar_target = candidates.last() 870 candidates = self.get_similar_targets() 871 if candidates.count() == 0: 876 candidates = candidates.annotate(num_files=Count('targetsdkfile')) [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | multilib.bbclass | 217 candidates = [] 225 candidates.append(i) 227 if len(candidates) > 0: 229 % (d.getVar('PN'), pkg, ' '.join(candidates), var)
|
/openbmc/qemu/docs/devel/ |
H A D | stable-process.rst | 47 patches that are stable candidates are tracked by the maintainers. 72 review is complete (may involve more release candidates), a new stable release
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/ |
H A D | 0001-python-module-do-not-manipulate-the-environment-when.patch | 35 … candidates.append(functools.partial(wrap_in_pythons_pc_dir, pkg_name, env, kwargs, installation))
|
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/ |
H A D | docbook-xsl-stylesheets_1.79.1.bb | 14 # Reject versions ending in .0 as those are release candidates
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | path.py | 296 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): argument 322 if candidates:
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 515 candidates = [part] 526 candidates.append(p) 528 for candidate in candidates:
|
H A D | event.py | 567 def __init__(self, item, candidates, runtime = False): argument 570 self._candidates = candidates
|
/openbmc/docs/tof/ |
H A D | contract.md | 60 candidates should have a breadth of knowledge about the OpenBMC project. Ideal 61 candidates will also have a public history of fostering collaboration between
|
H A D | membership-and-voting.md | 46 … TOF must publish a final list of eligible voting members and upcoming candidates for TOF seats. …
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-querystd.rst | 41 stores here a set of candidates, this can be a single flag or a set of
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 1258 … candidates = [x for x in self.internal_state['taskdata'].keys() if x.endswith(identifier)] 1259 if len(candidates) == 1: 1260 identifier = candidates[0] 1261 elif len(candidates) > 1 and hasattr(event,'_package'): 1266 … candidates = [x for x in self.internal_state['taskdata'].keys() if x.endswith(identifier)] 1267 if len(candidates) == 1: 1268 identifier = candidates[0]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | event.py | 676 candidates = ["foobarv1", "foobars"] 677 event1 = bb.event.MultipleProviders(item, candidates) 680 self.assertEqual(event1.getCandidates(), candidates) 687 event2 = bb.event.MultipleProviders(item, candidates, runtime)
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | security-subjects.rst | 97 reached, the YP TSC posts the list of candidates for the comments of project 99 YP and OE TSCs. The candidates are approved by both YP TSC and OpenEmbedded
|
/openbmc/openbmc/meta-yadro/recipes-core/os-release/ |
H A D | os-release.bbappend | 87 # commits. Release candidates and development releases are also
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-f2fs | 105 blocks less than 2MB. The candidates to be discarded are cached during 546 number of potential victim in all candidates, the value should be in 553 number of potential victim in all candidates, by default it was 567 candidates whose age is not beyond the threshold, by default it was
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs-mount-control.rst | 156 candidates are enumerated, almost for no other reason than to "count" 355 this ioctl is called until no further expire candidates are found. 363 expire candidates can be found the ioctl returns -1 with errno set to
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | tracepoints.rst | 86 SNDRV_PCM_IOCTL_HW_REFINE to retrieve this flag, then decide candidates
|