Home
last modified time | relevance | path

Searched defs:candidates (Results 1 – 25 of 103) sorted by relevance

12345

/external/jline/src/src/main/java/jline/
DCandidateListCompletionHandler.java40 public boolean complete(final ConsoleReader reader, final List candidates, in complete()
91 Collection candidates, boolean eagerNewlines) in printCandidates()
152 private final String getUnambiguousCompletions(final List candidates) { in getUnambiguousCompletions()
180 final String[] candidates) { in startsWith()
DFileNameCompletor.java39 final List candidates) { in complete()
94 List candidates) { in matchFiles()
DCandidateCycleCompletionHandler.java24 public boolean complete(final ConsoleReader reader, final List candidates, in complete()
DCompletionHandler.java18 boolean complete(ConsoleReader reader, List candidates, int position) in complete()
DNullCompletor.java24 public int complete(final String buffer, int cursor, List candidates) { in complete()
DCompletor.java31 int complete(String buffer, int cursor, List candidates); in complete()
DSimpleCompletor.java31 SortedSet candidates; field in SimpleCompletor
136 public void setCandidates(final SortedSet candidates) { in setCandidates()
/external/libtextclassifier/native/utils/grammar/
Drules-utils_test.cc47 const std::vector<Derivation> candidates = {{&matches[0], /*rule_id=*/0}, in TEST() local
59 const std::vector<Derivation> candidates = {{&matches[0], /*rule_id=*/0}, in TEST() local
73 const std::vector<Derivation> candidates = {{&matches[0], /*rule_id=*/0}, in TEST() local
/external/tensorflow/tensorflow/core/platform/
Dcuda_libdevice_path.h33 std::vector<string> candidates = CandidateCudaRoots(); variable
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServiceProviders.java42 List<T> candidates = loadAll(klass, hardcoded, cl, priorityAccessor); in load() local
60 Iterable<T> candidates; in loadAll() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmulti_output_fusion.cc106 const std::vector<HloInstruction*> candidates) { in SelectPreferredFusionCandidate()
184 const auto candidates = GetProducerConsumerMultiOutputFusionCandidates( in DoProducerConsumerMultiOutputFusion() local
/external/autotest/client/bin/
Dkernel_versions_unittest.py69 candidates = ['2.6.1-rc1' , '2.6.18-smp-220.0_rc1'] variable in kernel_versions_test
Dkernel_versions.py68 def version_choose_config(version, candidates): argument
/external/objenesis/tck/src/test/java/org/objenesis/tck/
DTextReporterTest.java52 Map<String, Object> candidates = new HashMap<String, Object>(); in testReportsSuccessesInTabularFormat() local
/external/libtextclassifier/native/annotator/experimental/
Dexperimental-dummy.h41 std::vector<AnnotatedSpan>* candidates) const { in Annotate()
/external/autotest/client/common_lib/
Dkernel_versions.py68 def version_choose_config(version, candidates): argument
/external/webrtc/webrtc/p2p/base/
Dtransportcontroller.cc37 Candidates candidates; member
123 const Candidates& candidates, in AddRemoteCandidates()
449 const Candidates& candidates, in AddRemoteCandidates_w()
514 std::vector<Candidate> candidates; in OnChannelCandidateGathered_w() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_types.cpp114 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_types.cpp115 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_composite_types.cpp115 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
/external/objenesis/tck/src/main/java/org/objenesis/tck/
DTCK.java57 private final List<Class<?>> candidates = new ArrayList<Class<?>>(); field in TCK
DMain.java144 String candidates) { in runTest()
/external/icu/icu4c/source/common/
Ddictbe.cpp131 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() function in PossibleWord
249 … int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
484 … int32_t candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
677 … int32_t candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
882 … int32_t candidates = words[wordsFound%KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
/external/python/cpython2/Lib/test/
Dtest_compare.py34 candidates = set1 + set2 variable in ComparisonTest
/external/bcc/src/python/bcc/
Dutils.py41 def detect_language(candidates, pid): argument

12345