/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 38 assert(attr < Elements(exec->eval.map1)); in clear_active_eval1() 39 exec->eval.map1[attr].map = NULL; in clear_active_eval1() 51 assert(attr < Elements(exec->eval.map1)); in set_active_eval1() 52 if (!exec->eval.map1[attr].map) { in set_active_eval1() 53 exec->eval.map1[attr].map = map; in set_active_eval1() 54 exec->eval.map1[attr].sz = dim; in set_active_eval1() 147 struct gl_1d_map *map = exec->eval.map1[attr].map; in vbo_exec_do_EvalCoord1f() 155 exec->eval.map1[attr].sz, in vbo_exec_do_EvalCoord1f() 166 if (exec->eval.map1[0].map) { in vbo_exec_do_EvalCoord1f() 167 struct gl_1d_map *map = exec->eval.map1[0].map; in vbo_exec_do_EvalCoord1f() [all …]
|
D | vbo_exec.h | 121 struct vbo_exec_eval1_map map1[VERT_ATTRIB_MAX]; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
D | vbo_exec_eval.c | 38 assert(attr < Elements(exec->eval.map1)); in clear_active_eval1() 39 exec->eval.map1[attr].map = NULL; in clear_active_eval1() 51 assert(attr < Elements(exec->eval.map1)); in set_active_eval1() 52 if (!exec->eval.map1[attr].map) { in set_active_eval1() 53 exec->eval.map1[attr].map = map; in set_active_eval1() 54 exec->eval.map1[attr].sz = dim; in set_active_eval1() 147 struct gl_1d_map *map = exec->eval.map1[attr].map; in vbo_exec_do_EvalCoord1f() 155 exec->eval.map1[attr].sz, in vbo_exec_do_EvalCoord1f() 166 if (exec->eval.map1[0].map) { in vbo_exec_do_EvalCoord1f() 167 struct gl_1d_map *map = exec->eval.map1[0].map; in vbo_exec_do_EvalCoord1f() [all …]
|
D | vbo_exec.h | 121 struct vbo_exec_eval1_map map1[VERT_ATTRIB_MAX]; member
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractListMultimapTest.java | 461 Multimap<String, Integer> map1 = create(); in testListEquals() local 462 map1.put("bar", 1); in testListEquals() 463 map1.put("foo", 2); in testListEquals() 464 map1.put("bar", 3); in testListEquals() 466 map2.putAll(map1); in testListEquals() 467 assertTrue(map1.equals(map2)); in testListEquals() 468 assertTrue(map2.equals(map1)); in testListEquals() 469 assertFalse(map1.equals(null)); in testListEquals() 470 assertFalse(map1.equals(new Object())); in testListEquals() 474 Multimap<String, Integer> map1 = create(); in testListHashCode() local [all …]
|
D | MapsTest.java | 120 HashMap<Integer, Void> map1 = Maps.newHashMapWithExpectedSize(size); in testNewHashMapWithExpectedSize_wontGrow() local 122 int startSize = sizeOf(map1); in testNewHashMapWithExpectedSize_wontGrow() 125 map1.put(i, null); in testNewHashMapWithExpectedSize_wontGrow() 128 startSize, sizeOf(map1)); in testNewHashMapWithExpectedSize_wontGrow() 135 map2.putAll(map1); in testNewHashMapWithExpectedSize_wontGrow() 1160 Map<Object, Object> map1 = ImmutableMap.<Object, Object>of(1, 2);
|
/external/chromium_org/testing/gtest/test/ |
D | gtest-printers_test.cc | 815 hash_map<int, char> map1; in TEST() local 816 map1[1] = 'a'; in TEST() 817 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1)); in TEST() 821 hash_multimap<int, bool> map1; in TEST() local 822 map1.insert(make_pair(5, true)); in TEST() 823 map1.insert(make_pair(5, false)); in TEST() 826 const string result = Print(map1); in TEST() 883 map<int, bool> map1; in TEST() local 884 map1[1] = true; in TEST() 885 map1[5] = false; in TEST() [all …]
|
/external/gtest/test/ |
D | gtest-printers_test.cc | 821 hash_map<int, char> map1; in TEST() local 822 map1[1] = 'a'; in TEST() 823 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1)); in TEST() 827 hash_multimap<int, bool> map1; in TEST() local 828 map1.insert(make_pair(5, true)); in TEST() 829 map1.insert(make_pair(5, false)); in TEST() 832 const string result = Print(map1); in TEST() 889 map<int, bool> map1; in TEST() local 890 map1[1] = true; in TEST() 891 map1[5] = false; in TEST() [all …]
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | MultiType.java | 189 Map map1 = getAllMultiInterfaces(type1); in mergeMultiInterfaces() local 192 return findCommonInterfaces(map1, map2); in mergeMultiInterfaces() 196 Map map1 = getAllMultiInterfaces(multi); in mergeMultiAndSingle() local 199 return findCommonInterfaces(map1, map2); in mergeMultiAndSingle()
|
/external/e2fsprogs/intl/ |
D | localealias.c | 146 static int alias_compare (const struct alias_map *map1, 387 alias_compare (const struct alias_map *map1, const struct alias_map *map2) in alias_compare() argument 390 return strcasecmp (map1->alias, map2->alias); in alias_compare() 392 const unsigned char *p1 = (const unsigned char *) map1->alias; in alias_compare()
|
/external/chromium_org/media/tools/layout_tests/ |
D | layouttest_analyzer_helpers.py | 554 def GetDiffBetweenMaps(map1, map2, lookIntoTestExpectationInfo=False): argument 570 def GetDiffBetweenMapsHelper(map1, map2, lookIntoTestExpectationInfo): argument 583 for (name, value1) in map1.iteritems(): 595 return (GetDiffBetweenMapsHelper(map1, map2, lookIntoTestExpectationInfo), 596 GetDiffBetweenMapsHelper(map2, map1, lookIntoTestExpectationInfo))
|
/external/freetype/src/psnames/ |
D | psmodule.c | 172 PS_UniMap* map1 = (PS_UniMap*)a; in compare_uni_maps() local 174 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps() 181 if ( map1->unicode > map2->unicode ) in compare_uni_maps() 183 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
|
/external/chromium_org/third_party/freetype/src/psnames/ |
D | psmodule.c | 172 PS_UniMap* map1 = (PS_UniMap*)a; in compare_uni_maps() local 174 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps() 181 if ( map1->unicode > map2->unicode ) in compare_uni_maps() 183 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
D | push_messaging_invalidation_handler_unittest.cc | 179 syncer::ObjectIdInvalidationMap map1; in TEST_F() local 180 map1.Insert(syncer::Invalidation::Init(id0, 5, "5")); in TEST_F() 182 handler_->OnIncomingInvalidation(map1); in TEST_F()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/ |
D | fxft_psmodule.c | 231 PS_UniMap* map1 = (PS_UniMap*)a; in compare_uni_maps() local 233 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps() 240 if ( map1->unicode > map2->unicode ) in compare_uni_maps() 242 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
D | SmallSortedMapTest.java | 102 SmallSortedMap<Integer, Integer> map1 = in runPutAndGetTest() local 113 assertNull(map1.put(i, i + 1)); in runPutAndGetTest() 122 assertEquals(Math.min(3, numElements), map1.getNumArrayEntries()); in runPutAndGetTest() 129 allMaps.add(map1); in runPutAndGetTest() 141 assertEquals(map1, map2); in runPutAndGetTest()
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 97 FooBar& map1 = seq[0]; in TEST() local 99 EXPECT_EQ(map1.foo, 3); in TEST() 100 EXPECT_EQ(map1.bar, 5); in TEST() 134 FooBar& map1 = seq2[0]; in TEST() local 136 EXPECT_EQ(map1.foo, 10); in TEST() 137 EXPECT_EQ(map1.bar, -3); in TEST() 1079 FooBarMap& map1 = docList2[0]; in TEST() local 1081 EXPECT_EQ(map1.foo, 10); in TEST() 1082 EXPECT_EQ(map1.bar, -3); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
D | HeapTest.cpp | 4120 Persistent<Map> map1(new Map()); in TEST() local 4127 …map1->add(PairWithWeakHandling(IntWrapper::create(4), IntWrapper::create(5)), OffHeapInt::create(1… in TEST() 4133 if (map1->size()) { in TEST() 4134 Iterator i1 = map1->begin(); in TEST() 4156 EXPECT_EQ(0u, map1->size()); in TEST() 4161 map1->add(PairWithWeakHandling(IntWrapper::create(103), livingInt), OffHeapInt::create(2000)); in TEST() 4162 …map1->add(PairWithWeakHandling(livingInt, IntWrapper::create(103)), OffHeapInt::create(2001)); // … in TEST() 4163 …map1->add(PairWithWeakHandling(IntWrapper::create(103), IntWrapper::create(103)), OffHeapInt::crea… in TEST() 4165 map1->add(PairWithWeakHandling(livingInt, livingInt), dupeInt); in TEST() 4166 …map1->add(PairWithWeakHandling(livingInt, livingInt), dupeInt); // This one is identical to the pr… in TEST() [all …]
|
/external/chromium_org/extensions/common/ |
D | message_bundle_unittest.cc | 408 ExtensionToL10nMessagesMap* map1 = GetExtensionToL10nMessagesMap(); in TEST() local 409 ASSERT_TRUE(NULL != map1); in TEST() 412 ASSERT_EQ(map1, map2); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | PartitionAllocTest.cpp | 944 …void* map1 = WTF::allocPages(pageBase - WTF::kPageAllocationGranularity, WTF::kPageAllocationGranu… in TEST() local 945 EXPECT_TRUE(map1); in TEST() 948 WTF::setSystemPagesInaccessible(map1, WTF::kPageAllocationGranularity); in TEST() 954 WTF::freePages(map1, WTF::kPageAllocationGranularity); in TEST() 962 …map1 = WTF::allocPages(pageBase - WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity… in TEST() 963 EXPECT_TRUE(map1); in TEST() 966 WTF::setSystemPagesInaccessible(map1, WTF::kPageAllocationGranularity); in TEST() 970 WTF::freePages(map1, WTF::kPageAllocationGranularity); in TEST()
|
/external/stlport/test/unit/ |
D | map_test.cpp | 20 CPPUNIT_TEST(map1); 33 void map1(); 47 void MapTest::map1() in map1() function in MapTest
|
/external/chromium_org/content/browser/dom_storage/ |
D | session_storage_database_unittest.cc | 52 void CompareValuesMaps(const DOMStorageValuesMap& map1, 327 const DOMStorageValuesMap& map1, in CompareValuesMaps() argument 329 ASSERT_EQ(map2.size(), map1.size()); in CompareValuesMaps() 330 for (DOMStorageValuesMap::const_iterator it = map1.begin(); in CompareValuesMaps() 331 it != map1.end(); ++it) { in CompareValuesMaps()
|
/external/chromium_org/ui/events/keycodes/ |
D | keyboard_code_conversion_x.cc | 125 } map1[] = { variable 503 keycode = FindVK(key1, map1, arraysize(map1)); in KeyboardCodeFromXKeyEvent()
|
/external/chromium_org/v8/test/cctest/ |
D | test-types.cc | 516 Handle<i::Map> map1 = *mt1; in Class() local 518 TypeHandle type1 = T.Class(map1); in Class() 520 CHECK(Equal(type1, type2) == (*map1 == *map2)); in Class() 855 Handle<i::Map> map1 = *mt1; in Is() local 857 TypeHandle class_type1 = T.Class(map1); in Is() 859 CHECK(class_type1->Is(class_type2) == (*map1 == *map2)); in Is() 1029 Handle<i::Map> map1 = *mt1; in NowIs() local 1031 TypeHandle class_type1 = T.Class(map1); in NowIs() 1033 CHECK(class_type1->NowIs(class_type2) == (*map1 == *map2)); in NowIs() 1197 Handle<i::Map> map1 = *mt1; in Maybe() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | eval.c | 360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1() function 429 map1(target, u1, u2, stride, order, points, GL_FLOAT); in _mesa_Map1f() 437 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE); in _mesa_Map1d()
|