Home
last modified time | relevance | path

Searched refs:foundValue (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java234 TypedValue foundValue = attrMap.get(resid); in resolveAttribute() local
235 if (foundValue != null) { in resolveAttribute()
236 outValue.setTo(foundValue); in resolveAttribute()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java136 Integer foundValue = trieMap.get(key); in checkGet() local
137 if (!value.equals(foundValue)) { in checkGet()
140 … assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value, foundValue); in checkGet()
412 Integer foundValue = map.get(key); in timeGet()
428 Integer foundValue = trieMap.get(key); in timeGet()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMapTest.java140 Integer foundValue = trieMap.get(key); in checkGet() local
141 if (!value.equals(foundValue)) { in checkGet()
144 … assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value, foundValue); in checkGet()
416 Integer foundValue = map.get(key); in timeGet()
432 Integer foundValue = trieMap.get(key); in timeGet()