Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/util/tests/hash_table/
Dcollision.c42 struct hash_entry *entry1, *entry2; in main() local
61 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
62 assert(entry2->key == str2); in main()
70 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
71 assert(entry2->key == str2); in main()
75 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
77 assert(search_entry == entry2 || search_entry->key != str2); in main()
91 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
92 assert(entry2->key == str2); in main()
/external/deqp-deps/amber/src/
Dpipeline_test.cc427 Pipeline::ShaderInfo::DescriptorMapEntry entry2; in TEST_F() local
428 entry2.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::SSBO; in TEST_F()
429 entry2.descriptor_set = 3; in TEST_F()
430 entry2.binding = 1; in TEST_F()
431 entry2.arg_name = "arg_b"; in TEST_F()
432 entry2.arg_ordinal = 1; in TEST_F()
433 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry2)); in TEST_F()
472 Pipeline::ShaderInfo::DescriptorMapEntry entry2; in TEST_F() local
473 entry2.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::SSBO; in TEST_F()
474 entry2.descriptor_set = 3; in TEST_F()
[all …]
/external/e2fsprogs/contrib/android/
De2fsdroid.c129 const struct ugid_map_entry *entry2 = in is_valid_ugid_map() local
132 entry2->child_id, entry2->length)) { in is_valid_ugid_map()
137 entry1->length, entry2->child_id, in is_valid_ugid_map()
138 entry2->parent_id, entry2->length); in is_valid_ugid_map()
142 entry2->parent_id, entry2->length)) { in is_valid_ugid_map()
147 entry1->length, entry2->child_id, in is_valid_ugid_map()
148 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.java153 for (Entry<Status, Collection<String>> entry2 : subtypeMap.asMap().entrySet()) { in main()
154 Validity.Status subtype = entry2.getKey(); in main()
155 Set<String> set = (Set<String>) entry2.getValue(); in main()
156 String comment = info.statusComment.get(entry2.getKey()); in main()
272 for (Entry<String, Map<LstrField, String>> entry2 : entry.getValue().entrySet()) { in doLstr()
273 String code = entry2.getKey(); in doLstr()
280 Map<LstrField, String> data = entry2.getValue(); in doLstr()
/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/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/
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/google-breakpad/src/common/
Dmodule_unittest.cc320 Module::StackFrameEntry* entry2 = new Module::StackFrameEntry(); in TEST() local
321 entry2->address = 0x8064f3af5e067e38ULL; in TEST()
322 entry2->size = 0x0de2a5ee55509407ULL; in TEST()
323 entry2->initial_rules[".cfa"] = "I think that I shall never see"; in TEST()
324 entry2->initial_rules["stromboli"] = "a poem lovely as a tree"; in TEST()
325 entry2->initial_rules["cannoli"] = "a tree whose hungry mouth is prest"; in TEST()
326 m.AddStackFrameEntry(entry2); in TEST()
585 Module::StackFrameEntry* entry2 = new Module::StackFrameEntry(); in TEST() local
586 entry2->address = 0x2000ULL; in TEST()
587 entry2->size = 0x100ULL; in TEST()
[all …]
/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/cldr/tools/java/org/unicode/cldr/util/
DUnitPreferences.java122 … for (Entry<String, Multimap<Set<String>, UnitPreference>> entry2 : entry1.getValue().entrySet()) { in toString()
123 String usage = entry2.getKey(); in toString()
124 …for (Entry<Set<String>, Collection<UnitPreference>> entry : entry2.getValue().asMap().entrySet()) { in toString()
160 … for (Entry<String, Multimap<Set<String>, UnitPreference>> entry2 : entry1.getValue().entrySet()) { in getFastMap()
161 String usage = entry2.getKey(); in getFastMap()
164 …for (Entry<Set<String>, Collection<UnitPreference>> entry : entry2.getValue().asMap().entrySet()) { in getFastMap()
DGrammarInfo.java180 …for (Entry<GrammaticalFeature, Map<GrammaticalScope,Set<String>>> entry2 : featureToUsageToValues.… in forEach()
181 GrammaticalFeature feature = entry2.getKey(); in forEach()
182 … for (Entry<GrammaticalScope, Set<String>> entry3 : entry2.getValue().entrySet()) { in forEach()
203 …for (Entry<GrammaticalFeature, Map<GrammaticalScope,Set<String>>> entry2 : featureToUsageToValues.… in forEach3()
204 GrammaticalFeature feature = entry2.getKey(); in forEach3()
205 … for (Entry<GrammaticalScope, Set<String>> entry3 : entry2.getValue().entrySet()) { in forEach3()
/external/llvm/test/Transforms/GVN/
Dpr24397.ll11 entry2: ; No predecessors!
14 BB2: ; preds = %entry2, %entry
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dpr24397.ll11 entry2: ; No predecessors!
14 BB2: ; preds = %entry2, %entry
/external/llvm-project/llvm/test/Transforms/GVN/
Dpr24397.ll11 entry2: ; No predecessors!
14 BB2: ; preds = %entry2, %entry
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dliveness.c78 struct set_entry *entry2 = _mesa_set_search(set2, &l2[regalloc_index]); in ppir_liveness_set_equal() local
79 if (!entry2) in ppir_liveness_set_equal()
82 const struct ppir_liveness *k2 = entry2->key; in ppir_liveness_set_equal()
87 set_foreach(set2, entry2) { in ppir_liveness_set_equal()
88 const struct ppir_liveness *k2 = entry2->key; in ppir_liveness_set_equal()
/external/llvm-project/llvm/test/Transforms/JumpThreading/
Dbb-unreachable-from-entry.ll12 entry2:
16 %a0 = phi i32 [ undef, %entry2 ], [ 0, %entry ]
/external/llvm-project/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/mesa3d/src/gallium/auxiliary/util/
Du_live_shader_cache.c149 struct hash_entry *entry2 = _mesa_hash_table_search(cache->hashtable, sha1); in util_live_shader_cache_get() local
150 struct util_live_shader *shader2 = entry2 ? entry2->data : NULL; in util_live_shader_cache_get()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dcopy_assign.pass.cpp83 const path entry2 = *it2; in TEST_CASE() local
84 TEST_CHECK(entry2 != entry); in TEST_CASE()
/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/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()

12345