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/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMapTest.java142 Integer foundValue = trieMap.get(key); in checkGet() local
143 if (!value.equals(foundValue)) { in checkGet()
146 … assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value, foundValue); in checkGet()
430 Integer foundValue = map.get(key); in timeGet()
446 Integer foundValue = trieMap.get(key); in timeGet()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java141 Integer foundValue = trieMap.get(key); in checkGet() local
142 if (!value.equals(foundValue)) { in checkGet()
145 … assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value, foundValue); in checkGet()
429 Integer foundValue = map.get(key); in timeGet()
445 Integer foundValue = trieMap.get(key); in timeGet()