/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
D | candidates.properties | 55 org.objenesis.tck.candidates.NoConstructor = No constructor 56 org.objenesis.tck.candidates.SerializableNoConstructor = No constructor (s… 57 org.objenesis.tck.candidates.DefaultPublicConstructor = Default public co… 58 org.objenesis.tck.candidates.SerializableDefaultPublicConstructor = Default public co… 59 org.objenesis.tck.candidates.DefaultProtectedConstructor = Default protected… 60 org.objenesis.tck.candidates.SerializableDefaultProtectedConstructor = Default protected… 61 org.objenesis.tck.candidates.DefaultPackageConstructor = Default package c… 62 org.objenesis.tck.candidates.SerializableDefaultPackageConstructor = Default package c… 63 org.objenesis.tck.candidates.DefaultPrivateConstructor = Default private c… 64 org.objenesis.tck.candidates.SerializableDefaultPrivateConstructor = Default private c… [all …]
|
D | serializable-candidates.properties | 55 org.objenesis.tck.candidates.SerializableNoConstructor = No constructor (s… 56 org.objenesis.tck.candidates.SerializableDefaultPublicConstructor = Default public co… 57 org.objenesis.tck.candidates.SerializableDefaultProtectedConstructor = Default protected… 58 org.objenesis.tck.candidates.SerializableDefaultPackageConstructor = Default package c… 59 org.objenesis.tck.candidates.SerializableDefaultPrivateConstructor = Default private c… 60 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class 61 org.objenesis.tck.candidates.SerializableResolver = Serializable resolving to another class 64 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throw… 65 org.objenesis.tck.candidates.SerializableConstructorWithArguments = Constructor with … 66 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with …
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/ |
D | formatting_element_list.js | 22 var candidates = []; 41 candidates.push({idx: i, attrs: elementAttrs}); 46 return candidates.length < NOAH_ARK_CAPACITY ? [] : candidates; 50 var candidates = this._getNoahArkConditionCandidates(newElement), 51 cLength = candidates.length; 67 var cAttr = candidates[j].attrs[i]; 70 candidates.splice(j, 1); 74 if (candidates.length < NOAH_ARK_CAPACITY) 81 this.entries.splice(candidates[i].idx, 1);
|
/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 133 int32_t candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ); 154 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() function in PossibleWord 272 … int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local 275 if (candidates == 1) { in divideUpDictionaryRange() 281 else if (candidates > 1) { in divideUpDictionaryRange() 288 … if (words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 303 … if (words[(wordsFound + 2) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) { in divideUpDictionaryRange() 330 if (words[wordsFound % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) <= 0 in divideUpDictionaryRange() 353 …int32_t candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeE… in divideUpDictionaryRange() local 355 if (candidates > 0) { in divideUpDictionaryRange() [all …]
|
/external/webrtc/webrtc/p2p/base/ |
D | transportdescription.h | 85 const Candidates& candidates) in TransportDescription() 92 candidates(candidates) {} in TransportDescription() 106 candidates(from.candidates) {} in TransportDescription() 121 candidates = from.candidates; 149 Candidates candidates; member
|
D | transportcontroller.cc | 33 const Candidates& candidates) in CandidatesData() 34 : transport_name(transport_name), candidates(candidates) {} in CandidatesData() 37 Candidates candidates; member 123 const Candidates& candidates, in AddRemoteCandidates() argument 127 transport_name, candidates, err)); in AddRemoteCandidates() 254 SignalCandidatesGathered(data->transport_name, data->candidates); in OnMessage() 449 const Candidates& candidates, in AddRemoteCandidates_w() argument 460 return transport->AddRemoteCandidates(candidates, err); in AddRemoteCandidates_w() 514 std::vector<Candidate> candidates; in OnChannelCandidateGathered_w() local 515 candidates.push_back(candidate); in OnChannelCandidateGathered_w() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | LaoBreakEngine.java | 110 … int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local 113 if (candidates == 1) { in divideUpDictionaryRange() 119 else if (candidates > 1) { in divideUpDictionaryRange() 125 … if (words[(wordsFound+1)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 140 … if (words[(wordsFound+2)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 162 if (words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange() 178 … int candidate = words[(wordsFound + 1) %LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange()
|
D | KhmerBreakEngine.java | 111 … int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local 114 if (candidates == 1) { in divideUpDictionaryRange() 120 else if (candidates > 1) { in divideUpDictionaryRange() 126 … if (words[(wordsFound+1)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 141 … if (words[(wordsFound+2)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 163 … if (words[wordsFound%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange() 179 … int candidate = words[(wordsFound + 1) %KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange()
|
D | BurmeseBreakEngine.java | 107 … int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local 110 if (candidates == 1) { in divideUpDictionaryRange() 116 else if (candidates > 1) { in divideUpDictionaryRange() 122 … if (words[(wordsFound+1)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 137 … if (words[(wordsFound+2)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 159 … if (words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange() 175 …int candidate = words[(wordsFound + 1) %BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd… in divideUpDictionaryRange()
|
D | ThaiBreakEngine.java | 121 … int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local 124 if (candidates == 1) { in divideUpDictionaryRange() 130 else if (candidates > 1) { in divideUpDictionaryRange() 136 … if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 151 … if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 174 … if (words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange() 194 … int candidate = words[(wordsFound + 1) %THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() 228 … if (words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | KhmerBreakEngine.java | 112 … int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local 115 if (candidates == 1) { in divideUpDictionaryRange() 121 else if (candidates > 1) { in divideUpDictionaryRange() 127 … if (words[(wordsFound+1)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 142 … if (words[(wordsFound+2)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 164 … if (words[wordsFound%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange() 180 … int candidate = words[(wordsFound + 1) %KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange()
|
D | BurmeseBreakEngine.java | 108 … int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local 111 if (candidates == 1) { in divideUpDictionaryRange() 117 else if (candidates > 1) { in divideUpDictionaryRange() 123 … if (words[(wordsFound+1)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 138 … if (words[(wordsFound+2)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 160 … if (words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange() 176 …int candidate = words[(wordsFound + 1) %BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd… in divideUpDictionaryRange()
|
D | LaoBreakEngine.java | 111 … int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local 114 if (candidates == 1) { in divideUpDictionaryRange() 120 else if (candidates > 1) { in divideUpDictionaryRange() 126 … if (words[(wordsFound+1)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 141 … if (words[(wordsFound+2)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 163 if (words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange() 179 … int candidate = words[(wordsFound + 1) %LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange()
|
D | ThaiBreakEngine.java | 122 … int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local 125 if (candidates == 1) { in divideUpDictionaryRange() 131 else if (candidates > 1) { in divideUpDictionaryRange() 137 … if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 152 … if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) { in divideUpDictionaryRange() 175 … if (words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange() 195 … int candidate = words[(wordsFound + 1) %THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() 229 … if (words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 && in divideUpDictionaryRange()
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
D | html_imports_loader.js | 67 var candidates = []; 71 candidates.push(candidate); 73 if (candidates.length > 1) { 75 candidates + '\nSource paths:\n' + sourcePaths.join(',\n')); 77 if (candidates.length === 0) { 81 return candidates[0];
|
/external/webrtc/talk/app/webrtc/ |
D | jsepsessiondescription_unittest.cc | 140 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(0); in TEST_F() 149 EXPECT_EQ(0u, jsep_desc_->candidates(1)->count()); in TEST_F() 156 EXPECT_EQ(0u, jsep_desc_->candidates(0)->count()); in TEST_F() 157 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(1); in TEST_F() 174 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(0); in TEST_F() 183 EXPECT_EQ(0u, jsep_desc_->candidates(1)->count()); in TEST_F() 201 EXPECT_EQ(1u, jsep_desc_->candidates(0)->count()); in TEST_F() 205 EXPECT_EQ(1u, jsep_desc_->candidates(0)->count()); in TEST_F() 215 EXPECT_EQ(1u, jsep_desc_->candidates(0)->count()); in TEST_F()
|
/external/objenesis/tck/src/org/objenesis/tck/ |
D | TCK.java | 57 private final List candidates = new ArrayList(); field in TCK 67 candidates.add(candidateClass); in registerCandidate() 88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions), in runTests() 91 for(Iterator i = candidates.iterator(); i.hasNext();) { in runTests()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 212 int_mv candidates[2 + MAX_MV_REF_CANDIDATES]; in vp9_append_sub8x8_mvs_for_idx() local 213 candidates[0] = bmi[1].as_mv[ref]; in vp9_append_sub8x8_mvs_for_idx() 214 candidates[1] = bmi[0].as_mv[ref]; in vp9_append_sub8x8_mvs_for_idx() 215 candidates[2] = mv_list[0]; in vp9_append_sub8x8_mvs_for_idx() 216 candidates[3] = mv_list[1]; in vp9_append_sub8x8_mvs_for_idx() 220 if (nearest_mv->as_int != candidates[n].as_int) { in vp9_append_sub8x8_mvs_for_idx() 221 near_mv->as_int = candidates[n].as_int; in vp9_append_sub8x8_mvs_for_idx()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 892 const MV candidates[MAX_PATTERN_SCALES] in vp9_pattern_search() 927 const MV this_mv = {br + candidates[t][i].row, in vp9_pattern_search() 928 bc + candidates[t][i].col}; in vp9_pattern_search() 936 const MV this_mv = {br + candidates[t][i].row, in vp9_pattern_search() 937 bc + candidates[t][i].col}; in vp9_pattern_search() 954 br += candidates[best_init_s][k].row; in vp9_pattern_search() 955 bc += candidates[best_init_s][k].col; in vp9_pattern_search() 970 const MV this_mv = {br + candidates[s][i].row, in vp9_pattern_search() 971 bc + candidates[s][i].col}; in vp9_pattern_search() 979 const MV this_mv = {br + candidates[s][i].row, in vp9_pattern_search() [all …]
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
D | __init__.py | 52 candidates = None 58 if candidates is None: 59 candidates = we_have_the_feature 60 candidate_set = set(candidates) 71 for candidate in candidates:
|
/external/autotest/client/bin/ |
D | kernel_versions_unittest.py | 69 candidates = ['2.6.1-rc1' , '2.6.18-smp-220.0_rc1'] variable in kernel_versions_test 76 for v in self.candidates + self.experiments: 81 for v in self.releases + self.candidates:
|
D | kernel_versions.py | 68 def version_choose_config(version, candidates): argument 70 if version in candidates: 75 enumerate(candidates + [ version ]) ]
|
/external/autotest/server/cros/dynamic_suite/ |
D | control_file_getter.py | 104 candidates = filter(regexp.search, self._files) 105 if not candidates: 107 if len(candidates) > 1: 109 return self.get_control_file_contents(candidates[0])
|
/external/autotest/client/common_lib/ |
D | kernel_versions.py | 68 def version_choose_config(version, candidates): argument 70 if version in candidates: 75 enumerate(candidates + [ version ]) ]
|
/external/autotest/client/cros/ |
D | tty.py | 14 candidates = glob.glob('/dev/tty*') 15 for path in candidates:
|