Home
last modified time | relevance | path

Searched refs:map1 (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Dtest.cpp51 std::map<int,int> map1; in main() local
52 map1[1] = -1; in main()
53 map1[21] = -21; in main()
54 map1[42] = -42; in main()
Dscript12 p map1
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc821 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 …]
/ndk/tests/device/test-stlport/unit/
Dmap_test.cpp20 CPPUNIT_TEST(map1);
33 void map1();
47 void MapTest::map1() in map1() function in MapTest
/ndk/tests/device/test-gnustl-full/unit/
Dmap_test.cpp20 CPPUNIT_TEST(map1);
33 void map1();
47 void MapTest::map1() in map1() function in MapTest