Searched refs:status (Results 226 - 250 of 335) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DThreadReferenceImpl.java67 JDWP.ThreadReference.Status status = null; field in class:ThreadReferenceImpl.LocalCache
268 JDWP.ThreadReference.Status myStatus = snapshot.status;
273 // thread is suspended, we can cache the status.
274 snapshot.status = myStatus;
283 public int status() { method in class:ThreadReferenceImpl
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java197 for (TLSCipherStatus status : TLSCipherStatus.values()) {
198 if (cipherSuite.equals(status.cipherSuite)) {
199 if ((versionNumber < status.supportedSince) ||
200 (versionNumber >= status.obsoletedSince)) {
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DPCSC.java71 // returns the ATR of the card, updates status[] with reader state and protocol
73 (long cardId, byte[] status)
72 SCardStatus(long cardId, byte[] status) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c325 GLenum error, status; local
351 status = j2d_glCheckFramebufferStatusEXT(GL_FRAMEBUFFER_EXT);
353 if (status == GL_FRAMEBUFFER_COMPLETE_EXT) {
362 " framebuffer is incomplete: depth=%d status=%x",
363 depthSize, status);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDConstants.java105 /* drop site status constants */
123 int status = wpg.execute(XErrorHandler.IgnoreBadWindowHandler.getInstance());
125 if (status == XConstants.Success &&
283 int status = wpg.execute(XErrorHandler.IgnoreBadWindowHandler.getInstance());
285 if (status != XConstants.Success
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestPKCS5PaddingError.java66 boolean status = true;
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java196 for (TLSCipherStatus status : TLSCipherStatus.values()) {
197 if (cipherSuite.equals(status.cipherSuite)) {
198 if ((versionNumber < status.supportedSince) ||
199 (versionNumber >= status.obsoletedSince)) {
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java196 for (TLSCipherStatus status : TLSCipherStatus.values()) {
197 if (cipherSuite.equals(status.cipherSuite)) {
198 if ((versionNumber < status.supportedSince) ||
199 (versionNumber >= status.obsoletedSince)) {
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java3217 * dependencies on the exception status of other handles can be registered
3237 /* status codes indicating whether object has associated exception */
3242 /** array mapping handle -> object status */
3243 byte[] status; field in class:ObjectInputStream.HandleTable
3244 /** array mapping handle -> object/exception (depending on status) */
3257 status = new byte[initialCapacity];
3272 status[size] = STATUS_UNKNOWN;
3278 * Registers a dependency (in exception status) of one handle on
3287 switch (status[dependent]) {
3290 switch (status[targe
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java1057 // all real-time messages have 0xF in the high nibble of the status byte
1623 int status = msg.getStatus();
1625 if (len == 3 && ((status & 0xF0) == ShortMessage.NOTE_ON)) {
1641 int bit = 1<<(status & 0x0F);
1644 getTransmitterList().sendMessage(status | (note<<8), -1);
1733 int status = msg.getStatus();
1735 if (len == 3 && ((status & 0xF0) == ShortMessage.CONTROL_CHANGE)) {
1738 tempArray[smsg.getData1() & 0x7F][status & 0x0F] = (byte) smsg.getData2();
1741 tempArray[data[1] & 0x7F][status & 0x0F] = data[2];
1744 if (len == 2 && ((status
[all...]
H A DEventDispatcher.java137 int status = event.getStatus();
139 // Controller and Mode events have status byte 0xBc, where
141 if ((status & 0xF0) == 0xB0) {
H A DSoftMainMixer.java1049 int status = 0;
1051 status = data[0] & 0xFF;
1053 if (status == 0xF0) {
1058 int cmd = (status & 0xF0);
1059 int ch = (status & 0x0F);
1082 int status = cmd | ch;
1083 switch (status) {
/openjdk7/jdk/src/share/back/
H A Dutil.c1277 jint status; local
1281 (gdata->jvmti, clazz, &status);
1283 EXIT_ERROR(error, "on getting class status");
1285 return status;
2264 jint status = 0; local
2266 status = JDWP_SUSPEND_STATUS(SUSPENDED);
2268 return status;
2274 jdwpThreadStatus status; local
2276 status = (jdwpThreadStatus)(-1);
2280 status
2302 jint status = 0; local
[all...]
H A DVirtualMachineImpl.c131 jint status = classStatus(clazz); local
138 if ((status & wanted) == 0) {
166 jint status = classStatus(clazz); local
170 (void)outStream_writeInt(out, map2jdwpClassStatus(status));
222 jint status = classStatus(clazz); local
227 if ((status & wanted) != 0) {
245 jint status = classStatus(clazz); local
262 (void)outStream_writeInt(out, map2jdwpClassStatus(status));
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DToolkitImage.java265 synchronized void infoDone(int status) { argument
266 if (status == ImageConsumer.IMAGEERROR ||
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationSupport.java798 Integer status;
806 status = relationServ.checkRoleReading(roleName,
830 status = (Integer)
845 pbType = status.intValue();
1118 Integer status;
1126 status = relationServ.checkRoleWriting(aRole,
1152 status = (Integer)
1159 pbType = status.intValue();
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragSourceContext.java466 * and status, otherwise this method does nothing.
470 * @param status one of the fields <code>DEFAULT</code>,
475 protected synchronized void updateCurrentCursor(int sourceAct, int targetAct, int status) { argument
488 switch (status) {
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c112 OSStatus status = SessionGetInfo(callerSecuritySession, &session_id, &session_info); local
113 if (status != noErr) return false;
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c858 int32_t status; local
872 status = XmbTextListToTextProperty(awt_display, c, 1,
875 if (status == Success || status > 0) {
902 int status; local
947 status = XmbTextListToTextProperty(awt_display, (char **)cargv, argc,
949 if (status < 0) {
950 switch (status) {
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileStore.java163 FeatureStatus status = checkIfFeaturePresent("posix");
165 return (status != FeatureStatus.NOT_PRESENT);
218 * Returns status to indicate if file system supports a given feature
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java201 String status;
204 status = "Yes";
207 status = "No";
211 status = "Maybe";
215 String message = "CORBA " + corbaName + " " + ex.minor + " " + status;
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java419 if (answer.status != LdapClient.LDAP_SUCCESS) {
545 if (answer.status != LdapClient.LDAP_SUCCESS) {
567 answer.status != LdapClient.LDAP_SUCCESS) {
636 if (answer.status != LdapClient.LDAP_SUCCESS) {
725 if (answer.status != LdapClient.LDAP_SUCCESS) {
810 if (answer.status != LdapClient.LDAP_SUCCESS) {
866 if (answer.status != LdapClient.LDAP_SUCCESS) {
979 if (answer.status == LdapClient.LDAP_NO_SUCH_OBJECT &&
987 answer.status = LdapClient.LDAP_SUCCESS;
1033 if (answer.status !
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPResponse.java202 int status = derIn.getEnumerated();
203 if (status >= 0 && status < rsvalues.length) {
204 responseStatus = rsvalues[status];
207 throw new IOException("Unknown OCSPResponse status: " + status);
210 DEBUG.println("OCSP response status: " + responseStatus);
648 throw new IOException("Invalid certificate status");
730 * Return the certificate's revocation status code
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java195 private byte status = STATUS_OPERATING; field in class:ORBImpl
1258 if (status == STATUS_SHUTTING_DOWN) {
1266 status = STATUS_SHUTTING_DOWN;
1271 // At this point, the ORB status is certainly STATUS_SHUTTING_DOWN.
1277 if (status == STATUS_SHUTDOWN)
1305 status = STATUS_SHUTDOWN;
1328 if (status == STATUS_DESTROYED) {
1332 if (status == STATUS_SHUTDOWN) {
1386 shutdownFirst = (status == STATUS_OPERATING);
1394 if (status < STATUS_DESTROYE
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java169 * their special status. Two exceptions are the currency sign and quote, which
1267 boolean[] status = new boolean[STATUS_LENGTH];
1268 if (!subparse(text, pos, positivePrefix, negativePrefix, digitList, false, status)) {
1273 if (status[STATUS_INFINITE]) {
1274 if (status[STATUS_POSITIVE] == (multiplier >= 0)) {
1284 } else if (status[STATUS_POSITIVE]) {
1303 if (!status[STATUS_POSITIVE]) {
1314 if (digitList.fitsIntoLong(status[STATUS_POSITIVE], isParseIntegerOnly())) {
1340 if (!status[STATUS_POSITIVE] && !gotLongMinimum) {
1401 * @param status Upo
1404 subparse(String text, ParsePosition parsePosition, String positivePrefix, String negativePrefix, DigitList digits, boolean isExponent, boolean status[]) argument
[all...]

Completed in 113 milliseconds

1234567891011>>