Searched defs:TestMap (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingConcurrentMapTest.java31 private static class TestMap class in class:ForwardingConcurrentMapTest
41 TestMap map = new TestMap();
50 TestMap map = new TestMap();
60 TestMap map = new TestMap();
69 TestMap map = new TestMap();
H A DSynchronizedMapTest.java42 TestMap<K, V> inner = new TestMap<K, V>(new HashMap<K, V>(), mutex);
47 static class TestMap<K, V> extends ForwardingMap<K, V> class in class:SynchronizedMapTest
51 public TestMap(Map<K, V> delegate, Object mutex) { method in class:SynchronizedMapTest.TestMap
/external/pcre/dist/
H A Dpcre_stringpiece_unittest.cc38 typedef std::map<StringPiece, int> TestMap; typedef
39 TestMap map;
47 TestMap::const_iterator iter = map.begin();
56 TestMap::iterator new_iter = map.find("zot");
/external/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc36 typedef NonAllocatingMap<5, 9, 15> TestMap; typedef
37 TestMap map;
39 const TestMap::Entry* entry = TestMap::Iterator(map).Next();
44 entry = TestMap::Iterator(map).Next();
254 typedef NonAllocatingMap<4, 5, 7> TestMap; typedef
255 TestMap map;
272 TestMap deserialized(serialized_copy, size);
/external/google-breakpad/src/processor/
H A Daddress_map_unittest.cc74 typedef AddressMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef in namespace:__anon5220
79 TestMap test_map;
H A Dstatic_contained_range_map_unittest.cc46 typedef google_breakpad::StaticContainedRangeMap<unsigned int, int> TestMap; typedef in namespace:__anon5243
165 // The goal of testing is to make sure TestMap provides same results for
233 test_map_ = TestMap(serialized_data_.get());
242 scoped_ptr<TestMap> test_map(new TestMap(serialized_data.get()));
262 scoped_ptr<TestMap> test_map(new TestMap(serialized_data.get()));
H A Dstatic_address_map_unittest.cc48 typedef google_breakpad::StaticAddressMap<int, char> TestMap; typedef
82 test_map[testcase] = TestMap(map_data[testcase]);
149 TestMap test_map[kNumberTestCases];
H A Drange_map_unittest.cc71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef in namespace:__anon5241
105 static bool StoreTest(TestMap *range_map, const RangeTest *range_test) {
129 static bool RetrieveTest(TestMap *range_map, const RangeTest *range_test) {
269 static bool RetrieveIndexTest(TestMap *range_map, int set) {
332 scoped_ptr<TestMap> range_map(new TestMap());
457 scoped_ptr<TestMap> range_map(new TestMap());
H A Dstatic_map_unittest.cc43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap; typedef
94 TestMap test_map;
99 test_map = TestMap(data);
111 test_map = TestMap(data);
116 test_map = TestMap(data);
134 test_map = TestMap(data);
147 test_map[testcase] = TestMap(map_data[testcase]);
154 test_map[testcase] = TestMap(map_data[testcase]);
162 test_map[testcase] = TestMap(map_data[testcase]);
170 test_map[testcase] = TestMap(map_dat
[all...]
H A Dstatic_range_map_unittest.cc47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap; typedef in namespace:__anon5244
183 void RetrieveTest(TestMap* range_map, const RangeTest* range_test);
191 void RetrieveIndexTest(const TestMap* range_map, int set);
208 void TestStaticRangeMap::RetrieveTest(TestMap* range_map,
312 void TestStaticRangeMap::RetrieveIndexTest(const TestMap* range_map, int set) {
374 scoped_ptr<TestMap> static_range_map(new TestMap(memaddr.get()));
/external/openfst/src/test/
H A Dalgo_test.h76 TestMap(T1);
308 void TestMap(const Fst<Arc> &T) { function in class:fst::WeightedTester

Completed in 1009 milliseconds