Searched refs:exceptionOccurred (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/lang/StringBuffer/
H A DGetCharsSrcEndLarger.java32 boolean exceptionOccurred = false;
36 exceptionOccurred = true;
38 if (!exceptionOccurred) {
H A DSupplementary.java320 boolean exceptionOccurred = false;
326 exceptionOccurred = true;
328 check(!exceptionOccurred,
/openjdk7/jdk/test/java/lang/Class/forName/
H A DInvalidNameWithSlash.java32 boolean exceptionOccurred = false;
36 exceptionOccurred = true;
38 if (!exceptionOccurred) {
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_anycm.h106 if (exceptionOccurred(ee)) { \
/openjdk7/jdk/src/macosx/native/sun/nio/ch/
H A DKQueueArrayWrapper.c47 goto exceptionOccurred; \
90 exceptionOccurred:
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h61 _exception = exceptionOccurred(_env); \
70 _exception = exceptionOccurred(_env); \
100 jobject exceptionOccurred(JNIEnv *env);
H A Dhprof_util.c341 exceptionOccurred(JNIEnv *env) function
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DSupplementary.java320 boolean exceptionOccurred = false;
326 exceptionOccurred = true;
328 check(!exceptionOccurred,
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java553 boolean exceptionOccurred = false;
559 exceptionOccurred = true;
561 check(!exceptionOccurred,

Completed in 266 milliseconds