Searched refs:firstError (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java230 private LoginException firstError = null; field in class:LoginContext
670 firstError = null;
920 if (firstError == null)
921 firstError = le;
930 } else if (success == false && firstError != null) {
932 throwException(firstError, null);
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp343 jvmdiError firstError; local
351 firstError = err;
358 reportErrorToSA("Error %d while resuming threads", firstError);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c1560 int opcode = 0, firstEvent = 0, firstError = 0;
1565 &opcode, &firstEvent, &firstError);
1912 int opcode = 0, firstEvent = 0, firstError = 0;
1917 &opcode, &firstEvent, &firstError);

Completed in 251 milliseconds