Home
last modified time | relevance | path

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

1234

/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()
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()
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()
DSimpleCompletor.java31 SortedSet candidates; field in SimpleCompletor
136 public void setCandidates(final SortedSet candidates) { in setCandidates()
/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/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/autotest/client/common_lib/
Dkernel_versions.py68 def version_choose_config(version, candidates): argument
/external/v8/src/wasm/baseline/
Dliftoff-assembler.h134 LiftoffRegList candidates = GetCacheRegList(rc); member
152 LiftoffRegList candidates = GetCacheRegList(rc); member
282 LiftoffRegList candidates = kGpCacheRegList; variable
288 LiftoffRegList candidates = GetCacheRegList(rc); variable
/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/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.cpp129 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() function in PossibleWord
247 … int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
482 … int32_t candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
675 … int32_t candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
880 … 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
/external/tensorflow/tensorflow/contrib/tensor_forest/proto/
Dfertile_stats.proto65 repeated SplitCandidate candidates = 1; field
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc677 const std::vector<Candidate>& candidates, in GetDefaultDestination()
718 const std::vector<Candidate>& candidates, in UpdateMediaDefaultDestination()
758 static std::string GetRtcpLine(const std::vector<Candidate>& candidates) { in GetRtcpLine()
784 std::vector<Candidate>* candidates) { in GetCandidatesByMindex()
864 std::vector<Candidate> candidates; in SdpSerialize() local
880 std::vector<cricket::Candidate> candidates; in SdpSerializeCandidate() local
900 std::vector<JsepIceCandidate*> candidates; in SdpDeserialize() local
1174 const std::vector<Candidate>& candidates, in BuildMediaDescription()
1724 void BuildCandidate(const std::vector<Candidate>& candidates, in BuildCandidate()
2128 std::vector<JsepIceCandidate*>* candidates, in ParseContentDescription()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBurmeseBreakEngine.java109 … int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
DLaoBreakEngine.java112 … int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBurmeseBreakEngine.java110 … int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
DLaoBreakEngine.java113 … int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local

1234