Searched refs:why (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/test/javax/management/Introspector/
H A DIdenticalMBeanInfoTest.java39 there are many MBeans of the same type. There is no reason why two
137 private static void fail(String why) { argument
138 System.out.println("FAILURE: " + why);
139 failure = why;
H A DInvokeGettersTest.java149 private static boolean fail(String why) { argument
150 failure = why;
151 System.out.println("FAILED: " + why);
H A DChangingNotifsTest.java99 private static void fail(String why) { argument
100 failure = "FAILED: " + why;
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DAttributeListTypeSafeTest.java104 private static void fail(String why) { argument
105 System.out.println("FAIL: " + why);
106 failure = why;
H A DPreDeregisterDeadlockTest.java155 private static void fail(String why) { argument
156 System.out.println("FAILED: " + why);
157 failure = why;
H A DPostRegisterDeadlockTest.java179 private static void fail(String why) { argument
180 System.out.println("FAILED: " + why);
181 failure = (failure == null)?why:(failure+",\n"+why);
/openjdk7/jdk/test/javax/management/mxbean/
H A DComparatorExceptionTest.java57 private static void fail(String why) { argument
58 failure = "FAILED: " + why;
H A DLeakTest.java51 * gc'd when we do that, and I am unable to figure out why. Examining
115 private static void fail(String why) { argument
116 System.out.println("FAILED: " + why);
117 failure = why;
H A DTypeNameTest.java117 private static void fail(String why) { argument
118 System.out.println("FAIL: " + why);
119 failure = why;
H A DExceptionDiagnosisTest.java255 private static void fail(String why) { argument
256 failure = why;
257 System.out.println("FAIL: " + why);
/openjdk7/jdk/test/java/io/StreamTokenizer/
H A DReadAhead.java102 static private void fail(String why) throws Exception { argument
103 throw new Exception(why);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateExtensions.java356 private Throwable why; field in class:UnparseableExtension
358 public UnparseableExtension(Extension ext, Throwable why) { argument
372 this.why = why;
377 "Unparseable " + name + "extension due to\n" + why + "\n\n" +
/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.c219 jstring why = NULL; local
223 why = JNU_NewStringPlatform(env, buf);
228 path, why);
/openjdk7/jdk/test/java/io/File/
H A DBasic.java82 static void fail(File f, String why) throws Exception { argument
83 throw new Exception(f + " " + why);
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestPlainArrayNotGeneric.java151 private static void fail(String why) { argument
152 System.out.println("FAIL: " + why);
153 lastFailure = why;
/openjdk7/jdk/test/javax/management/openmbean/
H A DTabularDataOrderTest.java186 private static void fail(String why) { argument
187 System.out.println("FAILED: " + why);
188 failure = why;
H A DBadConstraintTest.java252 private static void fail(String why) { argument
253 System.out.println("FAILED: " + why);
254 failure = why;
H A DConstraintTest.java339 private static void fail(String why) { argument
340 System.out.println("FAILED: " + why);
341 failure = why;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java411 private String why; field in class:BugSpot.BreakpointResult
419 BreakpointResult(boolean success, boolean set, int lineNo, String why) { argument
423 this.why = why;
441 return why;
469 String why = res.getWhy();
470 if (why == null) {
471 why = "";
473 why = ": " + why;
[all...]
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A Dnameservice.idl160 NotFoundReason why;
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DExceptionMapper.java108 System.out.println(((NotFound)e).why.value());
139 if (e.why == NotFoundReason.not_context) {
H A DCNCtx.java752 return e.why.value() == NotFoundReason._missing_node &&

Completed in 545 milliseconds