Searched refs:problem (Results 1 - 16 of 16) 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/com/sun/jdi/
H A DRedefineMulti.sh101 Steps to reproduce this problem:
/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/jdk/test/java/nio/Buffer/
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);
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 DBasic-X.java.template332 private static void fail(String problem,
335 fail(problem + String.format(": x=%s y=%s", x, y), xb, yb);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES287 Corrected a problem with png_get_tRNS() which returned undefined trans array
349 Fixed a problem with value of "channels" returned by png_read_update_info()
434 Fixed a problem in pngrutil.c: gray_to_rgb didn't always work with 16-bit.
435 Fixed a problem in png_read_push_finish_row(), which would not skip some
861 Revised pngset.c to avoid a problem with expanding the png_debug macro.
893 Worked around a problem in pngconf.h; AIX's strings.h defines an "index"
944 under some unusual conditions; problem was introduced in version 1.0.6f.
1499 Fixed problem with 64-bit compilers by casting arguments to abs()
3066 Fixed problem with symbols creation in Makefile.am which was assuming that
3429 This problem i
[all...]
/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 66 milliseconds