Home
last modified time | relevance | path

Searched refs:testMap (Results 1 – 8 of 8) sorted by relevance

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