Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/openbmc-test-automation/bin/
H A Dpython43 local candidate
76 for candidate in ${candidates}
78 if [ -L "${candidate}" ] ; then
80 base_file_path=$(readlink "${candidate}")
H A Dselect_version43 local candidate
76 for candidate in ${candidates}
78 if [ -L "${candidate}" ] ; then
80 base_file_path=$(readlink "${candidate}")
H A Drobot43 local candidate
76 for candidate in ${candidates}
78 if [ -L "${candidate}" ] ; then
80 base_file_path=$(readlink "${candidate}")
/openbmc/openbmc-build-scripts/config/lib/
H A Dignore-filter38 candidate = c.strip() variable
41 pathlib.PurePath(candidate).parts, os.path.join
47 print(candidate)
/openbmc/qemu/hw/i2c/
H A Di2c_mux_pca954x.c67 static bool pca954x_match(I2CSlave *candidate, uint8_t address, in OBJECT_DECLARE_TYPE()
71 Pca954xState *mux = PCA954X(candidate); in OBJECT_DECLARE_TYPE()
76 if ((candidate->address == address) || broadcast) { in OBJECT_DECLARE_TYPE()
78 node->elt = candidate; in OBJECT_DECLARE_TYPE()
H A Dcore.c88 I2CSlave *candidate = I2C_SLAVE(qdev); in i2c_scan_bus() local
89 I2CSlaveClass *sc = I2C_SLAVE_GET_CLASS(candidate); in i2c_scan_bus()
91 if (sc->match_and_add(candidate, address, broadcast, current_devs)) { in i2c_scan_bus()
390 static bool i2c_slave_match(I2CSlave *candidate, uint8_t address, in i2c_slave_match() argument
393 if ((candidate->address == address) || (broadcast)) { in i2c_slave_match()
395 node->elt = candidate; in i2c_slave_match()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py23 candidate = pathlib.Path(path) / resource
24 if candidate.exists():
25 return candidate.open(encoding='utf-8')
61 …for candidate in ["common", cls.td.get("TARGET_ARCH")] + cls.td.get("MACHINEOVERRIDES").split(":"):
/openbmc/qemu/bsd-user/
H A Dbsdload.c133 static bool is_there(const char *candidate) in is_there() argument
138 if (access(candidate, X_OK) == 0 && stat(candidate, &fin) == 0 && in is_there()
/openbmc/webui-vue/src/
H A Di18n.js32 candidates.forEach((candidate) => {
34 if (!key.includes(`/${candidate}/`)) return;
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py211 def find_layers(candidate): argument
218 if (candidate / "conf" / "layer.conf").exists():
219 return [candidate.absolute()]
221 …return [d.absolute() for d in candidate.iterdir() if d.is_dir() and (d.name == "meta" or d.name.st…
/openbmc/qemu/hw/i3c/
H A Dcore.c81 static bool i3c_target_match(I3CTarget *candidate, uint8_t address, in i3c_target_match() argument
85 uint8_t targ_addr = candidate->address ? candidate->address : in i3c_target_match()
86 candidate->static_address; in i3c_target_match()
91 object_get_canonical_path(OBJECT(candidate)); in i3c_target_match()
102 return candidate->address == 0; in i3c_target_match()
/openbmc/qemu/block/
H A Dvhdx-log.c676 VHDXLogSequence candidate = { 0 }; in vhdx_log_search() local
726 if (candidate.valid == false || in vhdx_log_search()
727 current.hdr.sequence_number > candidate.hdr.sequence_number) { in vhdx_log_search()
728 candidate = current; in vhdx_log_search()
737 *logs = candidate; in vhdx_log_search()
739 if (candidate.valid) { in vhdx_log_search()
741 s->log.sequence = candidate.hdr.sequence_number + 1; in vhdx_log_search()
H A Dquorum.c409 QuorumVoteVersion *candidate, *winner = NULL; in quorum_get_vote_winner() local
411 QLIST_FOREACH(candidate, &votes->vote_list, next) { in quorum_get_vote_winner()
412 if (candidate->vote_count > max) { in quorum_get_vote_winner()
413 max = candidate->vote_count; in quorum_get_vote_winner()
414 winner = candidate; in quorum_get_vote_winner()
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py102 for candidate in candidates:
103 if candidate in candidate_set:
104 return candidate
/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py367 for candidate in acceptlist:
368 if flag_pn == candidate:
378 for candidate in acceptlist:
379 if flag_cur == candidate:
H A Dpath.py313 candidate = os.path.join(element, pathname)
314 globbed = glob.glob(candidate)
/openbmc/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci69 debug("candidate at %s:%s" % (shr_p[0].file, shr_p[0].line))
79 debug(" candidate %s optimizable" % ("IS" if is_optimizable else "is NOT"))
/openbmc/openbmc/poky/meta/classes/
H A Drecipe_sanity.bbclass96 __note("candidate for removal of %s" % k, d)
105 (can_delete_FILESPATH, "candidate for removal of FILESPATH"),
106 #(can_use_autotools_base, "candidate for use of autotools_base"),
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-postinst-intercepts.bbclass7 # Gather existing and candidate postinst intercepts from BBPATH
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0010-clang-Define-releative-gcc-installation-dir.patch37 Found candidate GCC installation: /usr/lib/gcc/x86_64-wrs-linux/10.2.0
44 Found candidate GCC installation: /usr/lib/gcc/x86_64-wrs-linux/10.2.0
45 Found candidate GCC installation: /usr/lib/x86_64-wrs-linux/10.2.0
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/
H A Dconvert-gulong.patch7 | ../../xfce4-systemload-plugin-1.3.2/panel-plugin/network.cc:42:1: note: candidate function not vi…
/openbmc/qemu/docs/devel/
H A Dstable-process.rst29 (or for a distribution picking fixes), it is usually a good candidate
67 a git branch with a release candidate and send the patches out to
H A Dtrivial-patches.rst21 **You should hint that your patch is a candidate by CCing
/openbmc/qemu/include/hw/i2c/
H A Di2c.h55 bool (*match_and_add)(I2CSlave *candidate, uint8_t address, bool broadcast,
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py540 for candidate in candidates:
541 if len(candidate) >= 2:
542 if candidate[0] in ('`', '$('):
543 command = pyshlex.wordtree_as_string(candidate[1:-1])

123