Searched refs:got (Results 51 - 63 of 63) sorted by relevance

123

/openjdk7/jdk/test/java/util/Formatter/
H A DBasicDateTime.java89 String got = new String(ba);
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicDoubleObject.java89 String got = new String(ba);
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicFloatObject.java89 String got = new String(ba);
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicBigDecimal.java89 String got = new String(ba);
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicDouble.java89 String got = new String(ba);
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicFloat.java89 String got = new String(ba);
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasic-X.java.template89 String got = new String(ba);
91 fail(fs, exp, got);
92 ck(fs, exp, got);
/openjdk7/jdk/test/java/io/File/
H A DGetXSpace.java82 static void fail(String p, long exp, String cmp, long got) { argument
83 String s = String.format("'%s': %d %s %d", p, exp, cmp, got);
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java680 static void check(boolean err, String s, int got, int expected) { argument
683 + " returned an unexpected value. got "
684 + toHexString(got)
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanTest.java374 failure(mname + " got non-null value " +
385 failure(mname + " got open data " + gotOpen +
389 final Object got = method.invoke(proxy, (Object[]) null);
390 if (!equal(refValue, got, namedMXBeans)) {
391 failure(mname + " got " + string(got) +
406 mname + " got " + string(opped) +
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java834 Object got = MethodUtil.invoke(getters[i], value, (Object[]) null);
835 values[i] = getterMappings[i].toOpenValue(got);
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java108 String got = commandOutput(pb);
109 check(got.equals(expected),
112 "Got: \"" + got + "\"");
2028 // If wakeupJeff worked, reader probably got EBADF.
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java1197 String got = null;
1201 got = "short";
1203 got = "long";
1205 got = "long long";
1207 got = "long";
1208 ParseException.wrongExprType (scanner, t.fullName (), got);
3343 // If we got this far, a container exists, start over looking
3380 // If we got this far, a container exists, start over looking
3421 // If we got this far, a container exists, start over, looking

Completed in 60 milliseconds

123