Searched refs:gotValue (Results 1 – 2 of 2) sorted by relevance
174 Object gotValue = array.get(entry.getKey()); in compareMaps() local175 if (!compare(expValue, gotValue)) { in compareMaps()176 fail("Bad value: expected " + expValue + ", got " + gotValue in compareMaps()182 Object gotValue = array.valueAt(i); in compareMaps() local185 if (!compare(expValue, gotValue)) { in compareMaps()186 fail("Bad value: expected " + expValue + ", got " + gotValue in compareMaps()
324 int gotValue = bytes[offset + index] & 0x000000FF; in matchStream() local328 + " [0x" + Integer.toHexString(gotValue) in matchStream()