Searched defs:testMap (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/base/
H A DJoinerTest_gwt.java26 public void testMap() throws Exception { method in class:JoinerTest_gwt
28 testCase.testMap();
/external/llvm/unittests/ADT/
H A DStringMapTest.cpp21 StringMap<uint32_t> testMap; member in class:__anon11223::StringMapTest
31 EXPECT_EQ(0u, testMap.size());
32 EXPECT_TRUE(testMap.empty());
35 EXPECT_TRUE(testMap.begin() == testMap.end());
38 EXPECT_EQ(0u, testMap.count(testKey));
39 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength)));
40 EXPECT_EQ(0u, testMap.count(testKeyStr));
41 EXPECT_TRUE(testMap.find(testKey) == testMap
[all...]
/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp70 void testMap(Map &m, int i) { function in namespace:References
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DJoinerTest.java238 public void testMap() { method in class:JoinerTest
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java241 public void testMap() { method in class:JoinerTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java154 public long timeIteration(Map<String, Integer> testMap, long comparisonTime, Style style, double ratioToMap) { argument
155 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build();
156 TreeMap<String,Integer> expected = new TreeMap<String, Integer>(testMap);
161 Map<String, Integer> map = comparisonTime == 0 ? new TreeMap<String, Integer>(testMap) : new HashMap<String, Integer>(testMap);
174 logln("\titeration time\tTREEMAP\tn/a\t" + t.toString(testMap.size()) + "\t\titerations=" + t.getIterations());
176 logln("\titeration time\tHASHMAP\tn/a\t" + t.toString(testMap.size(), comparisonTime) + "\titerations=" + t.getIterations());
190 logln("\titeration time\t" + style + "\tn/a\t" + t.toString(testMap.size(), comparisonTime) + "\titerations=" + t.getIterations());
203 public void checkContents(Map<String, Integer> testMap, Style style) { argument
204 if (testMap
[all...]
/external/guava/guava-testlib/test/com/google/common/testing/
H A DFreshValueGeneratorTest.java409 public void testMap() { method in class:FreshValueGeneratorTest
/external/guava/guava-tests/test/com/google/common/io/
H A DFilesTest.java615 public void testMap() throws IOException { method in class:FilesTest

Completed in 245 milliseconds