Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/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:
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage-postinst-intercepts.bbclass11 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True)
13 for pathname, candidates in searched:
17 chksums.extend('%s:False' % c for c in candidates[:-1])
H A Dmultilib.bbclass206 candidates = []
214 candidates.append(i)
216 if len(candidates) > 0:
218 % (d.getVar('PN'), pkg, ' '.join(candidates), var)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp98 QJsonArray candidates = object.value(QStringLiteral("candidates")).toArray(); in networkReplyFinished() local
102 for (int i = 0; i < candidates.count(); i++) { in networkReplyFinished()
103 if (!candidates.at(i).isObject()) in networkReplyFinished()
106 QJsonObject candidate = candidates.at(i).toObject(); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h674 QList<QPair<int, QUrl> > candidates; in constructIconUrl() local
687 candidates.append(QPair<int, QUrl>(sizeDictionary.value(sizeKey), in constructIconUrl()
691 if (candidates.isEmpty()) in constructIconUrl()
693 else if (candidates.count() == 1) { in constructIconUrl()
694 return candidates.first().second; in constructIconUrl()
700 for (int i = 0; i < candidates.count() - 1; ++i) { in constructIconUrl()
701 int thresholdHeight = (candidates.at(i).first + candidates.at(i+1).first) / 2; in constructIconUrl()
703 return candidates.at(i).second; in constructIconUrl()
705 return candidates.last().second; in constructIconUrl()
/OK3568_Linux_fs/yocto/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:
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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp835 QList<QJsonObject> candidates = QGeoServiceProviderPrivate::plugins().values(providerName); in loadMeta() local
842 for (int i = 0; i < candidates.size(); ++i) { in loadMeta()
843 QJsonObject meta = candidates[i]; in loadMeta()
859 metaData = candidates[idx]; in loadMeta()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dspellcheck-tree.h31 find_closest_identifier (tree target, const auto_vec<tree> *candidates);
H A Dopts.h449 extern void add_misspelling_candidates (auto_vec<char *> *candidates,
454 candidates);
H A Dspellcheck.h36 const auto_vec<const char *> *candidates);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dspellcheck-tree.h31 find_closest_identifier (tree target, const auto_vec<tree> *candidates);
H A Dopts.h449 extern void add_misspelling_candidates (auto_vec<char *> *candidates,
454 candidates);
H A Dspellcheck.h36 const auto_vec<const char *> *candidates);
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpath.py290 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): argument
316 if candidates:
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A D0001-python-module-do-not-manipulate-the-environment-when.patch37 candidates.extend([
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/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]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Devent.py687 candidates = ["foobarv1", "foobars"]
688 event1 = bb.event.MultipleProviders(item, candidates)
691 self.assertEqual(event1.getCandidates(), candidates)
698 event2 = bb.event.MultipleProviders(item, candidates, runtime)
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs99 blocks less than 2MB. The candidates to be discarded are cached until
480 number of potential victim in all candidates, the value should be in
487 number of potential victim in all candidates, by default it was
501 candidates whose age is not beyond the threshold, by default it was
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmandatory-locking.rst58 as candidates for mandatory locking, and using the existing fcntl()/lockf()
85 to run mandatory lock candidates with setgid privileges.
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
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py562 def __init__(self, item, candidates, runtime = False): argument
565 self._candidates = candidates
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dtracepoints.rst86 SNDRV_PCM_IOCTL_HW_REFINE to retrieve this flag, then decide candidates
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64-protos.h773 void aarch64_get_all_extension_candidates (auto_vec<const char *> *candidates);

12