Searched defs:got (Results 1 – 5 of 5) sorted by relevance
114 int got = cis.read(result); // the number of got bytes in testRead2() local155 int got = skip + cis.read(result, 0, 1); // the number of got bytes in testRead3() local190 int got = skipped + cis.read(result, 0, 1); // the number of got bytes in testSkip() local
136 int want = -1, got; in compress() local175 int want = -1, got; in expand() local
121 int got = count.get(); in timeFinalization() local
142 final char got; in getChar() local185 final short got = (v == null) ? (short)m.invokeExact() : (short)m.invokeExact(v); in getShort() local223 final int got = (v == null) ? (int)m.invokeExact() : (int)m.invokeExact(v); in getInt() local261 final long got = (v == null) ? (long)m.invokeExact() : (long)m.invokeExact(v); in getLong() local299 final float got = (v == null) ? (float)m.invokeExact() : (float)m.invokeExact(v); in getFloat() local338 final double got = (v == null) ? (double)m.invokeExact() : (double)m.invokeExact(v); in getDouble() local378 final String got = (v == null) ? (String)m.invokeExact() : (String)m.invokeExact(v); in getString() local
874 Float got = Float.valueOf("432.1235"); in test_valueOfLjava_lang_String() local