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()
136 Integer foundValue = trieMap.get(key); in checkGet() local137 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()
140 Integer foundValue = trieMap.get(key); in checkGet() local141 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()