Searched refs:foundValue (Results 1 – 3 of 3) sorted by relevance
234 TypedValue foundValue = attrMap.get(resid); in resolveAttribute() local235 if (foundValue != null) { in resolveAttribute()236 outValue.setTo(foundValue); in resolveAttribute()
142 Integer foundValue = trieMap.get(key); in checkGet() local143 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()
141 Integer foundValue = trieMap.get(key); in checkGet() local142 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()