Searched defs:problem (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/etc/
H A DShadow.java54 private static void problem(String s) { method in class:Shadow
61 problem("Socket has no port");
63 problem("Socket has no local port");
65 problem("Socket has wrong local address");
/openjdk7/jdk/test/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java47 public static void error(String problem) { argument
51 throw new RuntimeException(problem);
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDSource.java81 String[] problem = {"unready", "throw exeption", "good"}; field in class:DnDSource
90 setLabel("Drag ME! (with " + problem[iProblem] + " image)");
/openjdk7/jdk/test/java/nio/Buffer/
H A DBasicByte.java332 private static void fail(String problem, argument
335 fail(problem + String.format(": x=%s y=%s", x, y), xb, yb);
H A DBasicChar.java332 private static void fail(String problem, argument
335 fail(problem + String.format(": x=%s y=%s", x, y), xb, yb);
H A DBasicDouble.java332 private static void fail(String problem, argument
335 fail(problem + String.format(": x=%s y=%s", x, y), xb, yb);
H A DBasicFloat.java332 private static void fail(String problem, argument
335 fail(problem + String.format(": x=%s y=%s", x, y), xb, yb);
H A DBasicInt.java332 private static void fail(String problem, argument
335 fail(problem + String.format(": x=%s y=%s", x, y), xb, yb);
H A DBasicLong.java332 private static void fail(String problem, argument
335 fail(problem + String.format(": x=%s y=%s", x, y), xb, yb);
H A DBasicShort.java332 private static void fail(String problem, argument
335 fail(problem + String.format(": x=%s y=%s", x, y), xb, yb);
/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java76 public static void error(RectListImpl a, RectListImpl b, String problem) { argument
82 System.err.println(problem);
85 throw new RuntimeException(problem);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java181 static ParseException evaluationError (Scanner scanner, String problem) argument
183 return arg1 ("evaluation", scanner, problem);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java211 * @param msg A string describing the problem.
229 * @param msg A string describing the problem.
264 * @param problem A string describing the error.
268 Type typeError(DiagnosticPosition pos, Object problem, Type found, Type req) { argument
270 problem, found, req);
274 Type typeError(DiagnosticPosition pos, String problem, Type found, Type req, Object explanation) { argument
275 log.error(pos, "prob.found.req.1", problem, found, req, explanation);

Completed in 5404 milliseconds