Home
last modified time | relevance | path

Searched refs:entry2 (Results 1 – 25 of 94) sorted by relevance

1234

/external/mesa3d/src/util/tests/hash_table/
Dcollision.c40 struct hash_entry *entry1, *entry2, *search_entry; in main() local
59 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
60 assert(entry2->key == str2); in main()
68 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
69 assert(entry2->key == str2); in main()
73 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
75 assert(search_entry == entry2 || search_entry->key != str2); in main()
89 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
90 assert(entry2->key == str2); in main()
/external/e2fsprogs/contrib/android/
De2fsdroid.c128 const struct ugid_map_entry *entry2 = in is_valid_ugid_map() local
131 entry2->child_id, entry2->length)) { in is_valid_ugid_map()
136 entry1->length, entry2->child_id, in is_valid_ugid_map()
137 entry2->parent_id, entry2->length); in is_valid_ugid_map()
141 entry2->parent_id, entry2->length)) { in is_valid_ugid_map()
146 entry1->length, entry2->child_id, in is_valid_ugid_map()
147 entry2->parent_id, entry2->length); in is_valid_ugid_map()
/external/cldr/tools/java/org/unicode/cldr/tool/
DLocaleReplacements.java105 … for (Entry<String, R2<Set<String>, String>> entry2 : item2replacementAndReason.entrySet()) {
106 String item = entry2.getKey();
107 R2<Set<String>, String> replacementAndReason = entry2.getValue();
136 … for (Entry<String, R2<Set<String>, String>> entry2 : item2replacementAndReason.entrySet()) {
137 String item = entry2.getKey();
138 R2<Set<String>, String> replacementAndReason = entry2.getValue();
215 for (Entry<String, R2<String, Set<String>>> entry2 : entry.getValue().entrySet()) { in main()
216 String reason = entry2.getKey(); in main()
217 R2<String, Set<String>> replacementAndReason = entry2.getValue(); in main()
232 for (Entry<String, R2<List<String>, String>> entry2 : entry.getValue().entrySet()) { in main()
[all …]
DCompareStockDatetime.java63 for (Entry<String, Set<String>> entry2 : entry.getValue().keyValuesSet()) { in main()
64 … System.out.println(entry.getKey() + "\t" + entry2.getKey() + "\t" + entry2.getValue()); in main()
DGenerateValidityXml.java154 for (Entry<Status, Collection<String>> entry2 : subtypeMap.asMap().entrySet()) { in main()
155 Validity.Status subtype = entry2.getKey(); in main()
156 Set<String> set = (Set<String>) entry2.getValue(); in main()
157 String comment = info.statusComment.get(entry2.getKey()); in main()
273 for (Entry<String, Map<LstrField, String>> entry2 : entry.getValue().entrySet()) { in doLstr()
274 String code = entry2.getKey(); in doLstr()
278 Map<LstrField, String> data = entry2.getValue(); in doLstr()
/external/guava/guava-tests/test/com/google/common/collect/
DWellBehavedMapTest.java67 Map.Entry<Foo, Integer> entry2 = Iterables.getOnlyElement(map.entrySet()); in testEntriesAreMutableAndConsistent() local
70 assertNotSame(entry1, entry2); in testEntriesAreMutableAndConsistent()
75 assertTrue(entrySet.contains(entry2)); in testEntriesAreMutableAndConsistent()
81 assertEquals(entry1.getValue(), entry2.getValue()); in testEntriesAreMutableAndConsistent()
85 assertTrue(entrySet.contains(entry2)); in testEntriesAreMutableAndConsistent()
/external/proguard/src/proguard/
DConfigurationChecker.java199 ClassPathEntry entry2 = classPath2.get(index2); in checkConflicts() local
201 if (entry2.getName().equals(entry1.getName())) in checkConflicts()
205 if (entry2.isOutput()) in checkConflicts()
218 if (entry2.isOutput()) in checkConflicts()
224 !entry2.isFiltered()) in checkConflicts()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/memory/
DMemoryArchiveTestCase.java45 final ArchiveEntry entry2 = is.getNextEntry(); in testReading() local
46 assertNotNull(entry2); in testReading()
47 assertEquals("test2", entry2.getName()); in testReading()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DTarTestCase.java93 final TarArchiveEntry entry2 = new TarArchiveEntry(toLongName); in testTarArchiveLongNameCreation() local
94 entry2.setModTime(0); in testTarArchiveLongNameCreation()
95 entry2.setSize(file1.length()); in testTarArchiveLongNameCreation()
96 entry2.setUserId(0); in testTarArchiveLongNameCreation()
97 entry2.setGroupId(0); in testTarArchiveLongNameCreation()
98 entry2.setUserName("avalon"); in testTarArchiveLongNameCreation()
99 entry2.setGroupName("excalibur"); in testTarArchiveLongNameCreation()
100 entry2.setMode(0100000); in testTarArchiveLongNameCreation()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntryTest.java242 final ZipArchiveEntry entry2 = new ZipArchiveEntry("bar"); in testNotEquals() local
243 assertFalse(entry1.equals(entry2)); in testNotEquals()
253 final ZipArchiveEntry entry2 = new ZipArchiveEntry("foo"); in testNullCommentEqualsEmptyComment() local
256 entry2.setComment(""); in testNullCommentEqualsEmptyComment()
258 assertEquals(entry1, entry2); in testNullCommentEqualsEmptyComment()
260 assertFalse(entry2.equals(entry3)); in testNullCommentEqualsEmptyComment()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpr24397.ll11 entry2: ; No predecessors!
14 BB2: ; preds = %entry2, %entry
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dpr24397.ll11 entry2: ; No predecessors!
14 BB2: ; preds = %entry2, %entry
/external/llvm/test/Transforms/GVN/
Dpr24397.ll11 entry2: ; No predecessors!
14 BB2: ; preds = %entry2, %entry
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/
Dbb-unreachable-from-entry.ll9 entry2:
13 %a0 = phi i32 [ undef, %entry2 ], [ 0, %entry ]
/external/google-breakpad/src/common/
Dmodule_unittest.cc302 Module::StackFrameEntry *entry2 = new Module::StackFrameEntry(); in TEST() local
303 entry2->address = 0x8064f3af5e067e38ULL; in TEST()
304 entry2->size = 0x0de2a5ee55509407ULL; in TEST()
305 entry2->initial_rules[".cfa"] = "I think that I shall never see"; in TEST()
306 entry2->initial_rules["stromboli"] = "a poem lovely as a tree"; in TEST()
307 entry2->initial_rules["cannoli"] = "a tree whose hungry mouth is prest"; in TEST()
308 m.AddStackFrameEntry(entry2); in TEST()
/external/volley/src/test/java/com/android/volley/toolbox/
DDiskBasedCacheTest.java204 Cache.Entry entry2 = randomData(MAX_SIZE / 3 - getEntrySizeOnDisk("entry2") - 1); in testTrimWithMultipleEvictions_underHysteresisThreshold() local
205 cache.put("entry2", entry2); in testTrimWithMultipleEvictions_underHysteresisThreshold()
210 assertThatEntriesAreEqual(cache.get("entry2"), entry2); in testTrimWithMultipleEvictions_underHysteresisThreshold()
229 Cache.Entry entry2 = randomData(MAX_SIZE / 3 - getEntrySizeOnDisk("entry2") - 1); in testTrimWithMultipleEvictions_atHysteresisThreshold() local
230 cache.put("entry2", entry2); in testTrimWithMultipleEvictions_atHysteresisThreshold()
235 assertThatEntriesAreEqual(cache.get("entry2"), entry2); in testTrimWithMultipleEvictions_atHysteresisThreshold()
255 Cache.Entry entry2 = randomData(MAX_SIZE / 3 - getEntrySizeOnDisk("entry2") - 1); in testTrimWithPartialEvictions() local
256 cache.put("entry2", entry2); in testTrimWithPartialEvictions()
261 assertThatEntriesAreEqual(cache.get("entry2"), entry2); in testTrimWithPartialEvictions()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/
Dexpected-comma-after-memory-operand.mir6 entry2:
20 bb.0.entry2:
/external/llvm/test/CodeGen/MIR/X86/
Dexpected-comma-after-memory-operand.mir6 entry2:
20 bb.0.entry2:
/external/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dcopy_assign.pass.cpp81 const path entry2 = *it2; in TEST_CASE() local
82 TEST_CHECK(entry2 != entry); in TEST_CASE()
Dmove_assign.pass.cpp85 const path entry2 = *it2; in TEST_CASE() local
86 TEST_CHECK(entry2 != entry); in TEST_CASE()
/external/webrtc/webrtc/base/
Ddiskcache.cc331 Entry* entry2 = this2->GetOrCreateEntry(id, false); in ReleaseResource() local
336 entry2->size += new_size; in ReleaseResource()
340 entry2->last_modified = time(0); in ReleaseResource()
341 entry2->lock_state = LS_UNLOCKED; in ReleaseResource()
/external/giflib/
Dquantize.c317 QuantizedColorType *entry2 = (*((QuantizedColorType **) Entry2)); in SortCmpRtn() local
323 int hash2 = entry2->RGB[SortRGBAxis] * 256 * 256 in SortCmpRtn()
324 + entry2->RGB[(SortRGBAxis+1) % 3] * 256 in SortCmpRtn()
325 + entry2->RGB[(SortRGBAxis+2) % 3]; in SortCmpRtn()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSubdivisions.java106 for (Entry<String, Map<String, Status>> entry2 : entry1.getValue().entrySet()) { in checkSubdivisionFile()
107 String name = entry2.getKey(); in checkSubdivisionFile()
108 Map<String, Status> subdivisionMap = entry2.getValue(); in checkSubdivisionFile()
/external/cldr/tools/java/org/unicode/cldr/util/
DStringRangeTest.java148 for (Entry<Status, Set<String>> entry2 : statusToCodes.entrySet()) { in TestWithValidity()
149 Set<String> values = entry2.getValue(); in TestWithValidity()
154 Status key = entry2.getKey(); in TestWithValidity()
/external/guava/guava/src/com/google/common/collect/
DMultisets.java423 Entry<? extends E> entry2 = iterator2.next();
424 E element = entry2.getElement();
426 return immutableEntry(element, entry2.getCount());
564 Entry<? extends E> entry2 = iterator2.next();
565 E element = entry2.getElement();
567 return immutableEntry(element, entry2.getCount());
1082 public int compare(Entry<?> entry1, Entry<?> entry2) {
1083 return Ints.compare(entry2.getCount(), entry1.getCount());

1234