Home
last modified time | relevance | path

Searched refs:testKeyValuePairs (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dtrie_map_test.cpp93 std::unordered_map<int, uint64_t> testKeyValuePairs; in TEST() local
107 testKeyValuePairs[key] = value; in TEST()
109 for (const auto &v : testKeyValuePairs) { in TEST()
229 std::unordered_map<int, uint64_t> testKeyValuePairs; in TEST() local
242 testKeyValuePairs[key] = value; in TEST()
246 EXPECT_EQ(testKeyValuePairs[entry.key()], entry.value()); in TEST()
247 testKeyValuePairs.erase(entry.key()); in TEST()
249 EXPECT_TRUE(testKeyValuePairs.empty()); in TEST()
/aosp12/packages/modules/StatsD/framework/test/src/android/util/
H A DStatsEventTest.java329 public void testKeyValuePairs() { in testKeyValuePairs() method in StatsEventTest