Searched defs:map1 (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_invalidation_handler_unittest.cc180 syncer::ObjectIdInvalidationMap map1; local
181 map1.Insert(syncer::Invalidation::Init(id0, 5, "5"));
183 handler_->OnIncomingInvalidation(map1);
/external/chromium_org/extensions/common/
H A Dmessage_bundle_unittest.cc408 ExtensionToL10nMessagesMap* map1 = GetExtensionToL10nMessagesMap(); local
409 ASSERT_TRUE(NULL != map1);
412 ASSERT_EQ(map1, map2);
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpsmodule.c172 PS_UniMap* map1 = (PS_UniMap*)a; local
174 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
181 if ( map1->unicode > map2->unicode )
183 else if ( map1->unicode < map2->unicode )
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec.h121 struct vbo_exec_eval1_map map1[VERT_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon14596
/external/chromium_org/ui/events/keycodes/
H A Dkeyboard_code_conversion_x.cc127 } map1[] = { member in namespace:ui::__anon16761
470 // 4. If not found, fallback to find keysym + hardware_code in map1.
513 keycode = FindVK(key1, map1, arraysize(map1));
/external/e2fsprogs/intl/
H A Dlocalealias.c146 static int alias_compare (const struct alias_map *map1,
387 alias_compare (const struct alias_map *map1, const struct alias_map *map2) argument
390 return strcasecmp (map1->alias, map2->alias);
392 const unsigned char *p1 = (const unsigned char *) map1->alias;
/external/freetype/src/psnames/
H A Dpsmodule.c172 PS_UniMap* map1 = (PS_UniMap*)a; local
174 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
181 if ( map1->unicode > map2->unicode )
183 else if ( map1->unicode < map2->unicode )
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.h121 struct vbo_exec_eval1_map map1[VERT_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon28007
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dfxft_psmodule.c231 PS_UniMap* map1 = (PS_UniMap*)a; local
233 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
240 if ( map1->unicode > map2->unicode )
242 else if ( map1->unicode < map2->unicode )
/external/stlport/test/unit/
H A Dmap_test.cpp20 CPPUNIT_TEST(map1);
33 void map1();
47 void MapTest::map1() function in class:MapTest
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database_unittest.cc52 void CompareValuesMaps(const DOMStorageValuesMap& map1,
327 const DOMStorageValuesMap& map1,
329 ASSERT_EQ(map2.size(), map1.size());
330 for (DOMStorageValuesMap::const_iterator it = map1.begin();
331 it != map1.end(); ++it) {
326 CompareValuesMaps( const DOMStorageValuesMap& map1, const DOMStorageValuesMap& map2) const argument
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAllocTest.cpp945 void* map1 = WTF::allocPages(pageBase - WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity); local
946 EXPECT_TRUE(map1);
949 WTF::setSystemPagesInaccessible(map1, WTF::kPageAllocationGranularity);
955 WTF::freePages(map1, WTF::kPageAllocationGranularity);
963 map1 = WTF::allocPages(pageBase - WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity);
964 EXPECT_TRUE(map1);
967 WTF::setSystemPagesInaccessible(map1, WTF::kPageAllocationGranularity);
971 WTF::freePages(map1, WTF::kPageAllocationGranularity);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Deval.c360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, function
429 map1(target, u1, u2, stride, order, points, GL_FLOAT);
437 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE);
/external/mesa3d/src/mesa/main/
H A Deval.c360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, function
429 map1(target, u1, u2, stride, order, points, GL_FLOAT);
437 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE);
/external/chromium_org/testing/gtest/test/
H A Dgtest-printers_test.cc815 hash_map<int, char> map1; local
816 map1[1] = 'a';
817 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1));
821 hash_multimap<int, bool> map1; local
822 map1.insert(make_pair(5, true));
823 map1.insert(make_pair(5, false));
826 const string result = Print(map1);
829 << " where Print(map1) returns \"" << result << "\".";
883 map<int, bool> map1; local
884 map1[
891 multimap<bool, int> map1; local
[all...]
/external/gtest/test/
H A Dgtest-printers_test.cc821 hash_map<int, char> map1; local
822 map1[1] = 'a';
823 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1));
827 hash_multimap<int, bool> map1; local
828 map1.insert(make_pair(5, true));
829 map1.insert(make_pair(5, false));
832 const string result = Print(map1);
835 << " where Print(map1) returns \"" << result << "\".";
889 map<int, bool> map1; local
890 map1[
897 multimap<bool, int> map1; local
[all...]
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_sync_unittest.cc296 SyncDataMap map1 = TemplateURLService::CreateGUIDToSyncDataMap(data1); local
299 for (SyncDataMap::const_iterator iter1 = map1.begin();
300 iter1 != map1.end(); iter1++) {
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc498 Handle<i::Map> map1 = *mt1; local
500 TypeHandle type1 = T.Class(map1);
502 CHECK(Equal(type1, type2) == (*map1 == *map2));
929 Handle<i::Map> map1 = *mt1; local
931 TypeHandle class_type1 = T.Class(map1);
933 CHECK(class_type1->Is(class_type2) == (*map1 == *map2));
1172 Handle<i::Map> map1 = *mt1; local
1174 TypeHandle class_type1 = T.Class(map1);
1176 CHECK(class_type1->NowIs(class_type2) == (*map1 == *map2));
1320 Handle<i::Map> map1 local
[all...]
H A Dtest-heap.cc4461 Handle<Map> map1 = Map::Create(isolate, 1); local
4463 Map::CopyWithField(map1, factory->NewStringFromStaticChars("foo"),
4467 int desired_offset = Page::kPageSize - map1->instance_size();
4483 Handle<JSObject> o = factory->NewJSObjectFromMap(map1, TENURED, false);
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp97 FooBar& map1 = seq[0]; local
99 EXPECT_EQ(map1.foo, 3);
100 EXPECT_EQ(map1.bar, 5);
134 FooBar& map1 = seq2[0]; local
136 EXPECT_EQ(map1.foo, 10);
137 EXPECT_EQ(map1.bar, -3);
1079 FooBarMap& map1 = docList2[0]; local
1081 EXPECT_EQ(map1.foo, 10);
1082 EXPECT_EQ(map1.bar, -3);
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c401 struct _DebugInfoMapping* map1 = VG_(indexXA)(di1->fsm.maps, i); local
404 if (ranges_overlap(map1->avma, map1->size, map2->avma, map2->size))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 2702 milliseconds