Home
last modified time | relevance | path

Searched refs:candidates (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/openbmc-test-automation/bin/
H A Drobot44 local candidates
67 candidates=$(type -ap ${alternate_program_name})
76 for candidate in ${candidates}
H A Dpython44 local candidates
67 candidates=$(type -ap ${alternate_program_name})
76 for candidate in ${candidates}
H A Dselect_version44 local candidates
67 candidates=$(type -ap ${alternate_program_name})
76 for candidate in ${candidates}
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py52 candidates = None
58 if candidates is None:
59 candidates = we_have_the_feature
60 candidate_set = set(candidates)
71 for candidate in candidates:
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-postinst-intercepts.bbclass17 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/linux/lib/zstd/compress/
H A Dzstd_ldm.c349 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 Ddw_mmc-exynos.c465 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 Dmodels.py830 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:
859 similar_target = candidates.last()
871 if candidates.count() == 0:
876 candidates = candidates.annotate(num_files=Count('targetsdkfile'))
880 candidates = candidates.filter(query)
882 if candidates.count() > 0:
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dmultilib.bbclass216 candidates = []
224 candidates.append(i)
226 if len(candidates) > 0:
228 % (d.getVar('PN'), pkg, ' '.join(candidates), var)
/openbmc/qemu/docs/devel/
H A Dstable-process.rst47 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 D0001-python-module-do-not-manipulate-the-environment-when.patch36candidates.append(functools.partial(wrap_in_pythons_pc_dir, pkg_name, env, kwargs, installation))
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/
H A Ddocbook-xsl-stylesheets_1.79.1.bb14 # Reject versions ending in .0 as those are release candidates
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py296 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): argument
322 if candidates:
/openbmc/docs/tof/
H A Dcontract.md60 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 Dmembership-and-voting.md46 … 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 Dvidioc-querystd.rst41 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 Dbuildinfohelper.py1255candidates = [x for x in self.internal_state['taskdata'].keys() if x.endswith(identifier)]
1256 if len(candidates) == 1:
1257 identifier = candidates[0]
1258 elif len(candidates) > 1 and hasattr(event,'_package'):
1263candidates = [x for x in self.internal_state['taskdata'].keys() if x.endswith(identifier)]
1264 if len(candidates) == 1:
1265 identifier = candidates[0]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py676 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/meta-yadro/recipes-core/os-release/
H A Dos-release.bbappend87 # commits. Release candidates and development releases are also
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dsecurity-subjects.rst97 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/poky/bitbake/lib/bb/
H A Devent.py568 def __init__(self, item, candidates, runtime = False): argument
571 self._candidates = candidates
/openbmc/linux/Documentation/filesystems/
H A Dautofs-mount-control.rst156 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/ABI/testing/
H A Dsysfs-fs-f2fs105 blocks less than 2MB. The candidates to be discarded are cached during
543 number of potential victim in all candidates, the value should be in
550 number of potential victim in all candidates, by default it was
564 candidates whose age is not beyond the threshold, by default it was
/openbmc/linux/Documentation/sound/designs/
H A Dtracepoints.rst86 SNDRV_PCM_IOCTL_HW_REFINE to retrieve this flag, then decide candidates
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1299 candidates = self.select(partial_selector, limit=limit)
1300 for candidate in candidates:

12