HomeSort by relevance Sort by last modified time
    Searched defs:TestMap (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
pagemap_unittest.cc 65 void TestMap(int limit, bool limit_is_below_the_overflow_boundary) {
164 TestMap< TCMalloc_PageMap1<10> > (100, true);
165 TestMap< TCMalloc_PageMap1<10> > (1 << 10, false);
166 TestMap< TCMalloc_PageMap2<20> > (100, true);
167 TestMap< TCMalloc_PageMap2<20> > (1 << 20, false);
168 TestMap< TCMalloc_PageMap3<20> > (100, true);
169 TestMap< TCMalloc_PageMap3<20> > (1 << 20, false);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
pagemap_unittest.cc 65 void TestMap(int limit, bool limit_is_below_the_overflow_boundary) {
164 TestMap< TCMalloc_PageMap1<10> > (100, true);
165 TestMap< TCMalloc_PageMap1<10> > (1 << 10, false);
166 TestMap< TCMalloc_PageMap2<20> > (100, true);
167 TestMap< TCMalloc_PageMap2<20> > (1 << 20, false);
168 TestMap< TCMalloc_PageMap3<20> > (100, true);
169 TestMap< TCMalloc_PageMap3<20> > (1 << 20, false);
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingConcurrentMapTest.java 31 private static class TestMap
41 TestMap map = new TestMap();
50 TestMap map = new TestMap();
60 TestMap map = new TestMap();
69 TestMap map = new TestMap();
SynchronizedMapTest.java 42 TestMap<K, V> inner = new TestMap<K, V>(new HashMap<K, V>(), mutex);
47 static class TestMap<K, V> extends ForwardingMap<K, V>
51 public TestMap(Map<K, V> delegate, Object mutex) {
  /external/chromium_org/ppapi/tests/
test_file_mapping.cc 398 std::string TestFileMapping::TestMap() {
  /external/openfst/src/test/
algo_test.h 76 TestMap(T1);
308 void TestMap(const Fst<Arc> &T) {
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 86 typedef std::map<nacl::string, TestFunction> TestMap;
87 TestMap test_map_;
91 TestMap::iterator it = test_map_.find(test_name);

Completed in 316 milliseconds