Searched refs:status (Results 276 - 300 of 335) sorted by relevance

<<11121314

/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java784 boolean status = ((Boolean)methods[mIndex].invoke
787 if (status == true) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTEvent.m239 // for now we will look at the raw key code to determine left/right status
397 OSStatus status = UCKeyTranslate(keyboardLayout,
404 if (status == noErr && deadKeyState != 0) {
406 status = UCKeyTranslate(keyboardLayout,
413 if (status == noErr && actualStringLength > 0) {
927 * As another add-on, we also check for the status of mouse-motion events
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.h304 void QuitMessageLoop(int status);
571 // the thread status
578 } status; member in class:AwtToolkit::PreloadThread
H A Dawt.h255 jint status = m_pVM->AttachCurrentThread( local
/openjdk7/hotspot/agent/test/jdi/
H A Dsagdoit.java128 pp("status() = " + xx.status());
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java84 * class provides status check methods (for example
179 * constructions needed to repack status bits upon updates.
321 * "terminate" status, cancels all unprocessed tasks, and wakes up
335 * workers, and direct access to ForkJoinTask.status by both
803 * clear status (using Thread.interrupted) before any call to
804 * park, so that park does not immediately return due to status
1041 if (joinMe.status >= 0) {
1059 while (joinMe.status >= 0) {
1067 while (joinMe.status >= 0) {
1072 if (joinMe.status <
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c212 int status, actual_format; local
220 status = XGetWindowProperty(splash->display,
224 if (status == Success && actual_type != None && prop != NULL) {
664 unsigned long status; member in struct:PROPMOTIFWMHINTS
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java438 CompletionStatus status) throws IOException;
437 getQueuedCompletionStatus(long completionPort, CompletionStatus status) argument
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DCheckStatus.java89 Status status, HandshakeStatus hsStatus,
93 if ((status != null) && (result.getStatus() != status)) {
94 throw new Exception("Unexpected Status: need = " + status +
87 checkResult(ByteBuffer bbIn, ByteBuffer bbOut, SSLEngineResult result, Status status, HandshakeStatus hsStatus, int consumed, int produced) argument
H A DConnectionTest.java138 private void checkResult(SSLEngineResult result, Status status, argument
142 if ((status != null) && (result.getStatus() != status)) {
143 throw new Exception("Unexpected Status: need = " + status +
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c78 jint status; /* Status of dump of trace */ member in struct:TraceInfo
171 "total_cost=(%d,%d), status=0x%08x\n",
178 info->status);
264 if ( info->status != 0 ) {
273 info->status = 1;
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h82 /* Stream status */
120 int status; /* as the name implies */ member in struct:internal_state
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestSymmCiphers.java87 boolean status = true;
H A DTestSymmCiphersNoPad.java69 boolean status = true;
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java86 * Waiting print status (user response pending).
91 * Approve print status (user activated "Print" or "OK").
96 * Cancel print status (user activated "Cancel");
113 private int status; field in class:ServiceDialog
330 * Returns the current status of the dialog (whether the user has selected
334 return status;
343 if (status == APPROVE) {
356 if (status == APPROVE) {
364 * Sets the current status flag for the dialog and disposes it (thus
367 public void dispose(int status) { argument
[all...]
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp934 DWORD status; local
939 res = info->playBuffer->GetStatus(&status);
941 if (status & DSBSTATUS_LOOPING) {
963 if (info->captureBuffer->GetStatus(&status) == DS_OK) {
964 if (status & DSCBSTATUS_LOOPING) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp260 jint status = klass->jvmti_class_status(); local
261 if (status & (JVMTI_CLASS_STATUS_ERROR)) {
264 if (status & (JVMTI_CLASS_STATUS_ARRAY)) {
2393 jint status = klass->jvmti_class_status(); local
2394 if (status & (JVMTI_CLASS_STATUS_ERROR)) {
2397 if (status & (JVMTI_CLASS_STATUS_ARRAY)) {
2425 jint status = klass->jvmti_class_status(); local
2426 if (status & (JVMTI_CLASS_STATUS_ERROR)) {
2429 if (status & (JVMTI_CLASS_STATUS_ARRAY)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp3064 ParMarkBitMap::IterationStatus status; local
3065 status = mbm->iterate(&update_closure, &fill_closure, beg_addr, end_addr,
3067 if (status == ParMarkBitMap::incomplete) {
3388 IterationStatus status = bitmap->iterate(&closure, cur_addr, end_addr); local
3390 if (status == ParMarkBitMap::incomplete) {
3400 status = closure.do_addr(obj_beg, bitmap->obj_size(obj_beg, obj_end));
3401 assert(status != ParMarkBitMap::would_overflow, "sanity");
3405 status = ParMarkBitMap::would_overflow;
3409 if (status == ParMarkBitMap::would_overflow) {
3413 status
3521 ParMarkBitMap::IterationStatus status; local
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp784 jint status = Universe::initialize_heap(); local
785 if (status != JNI_OK) {
786 return status;
928 jint status = Universe::heap()->initialize(); local
929 if (status != JNI_OK) {
930 return status;
/openjdk7/jdk/src/share/back/
H A DThreadReferenceImpl.c123 status(PacketInputStream *in, PacketOutputStream *out) function
671 (void *)status,
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXIconWindow.java67 long status =
70 if (status == 0) {
/openjdk7/jdk/src/share/classes/java/beans/
H A DBeans.java566 public void showStatus(String status) { argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java900 boolean status = false ;
912 status = act.unknown_adapter(this, name);
933 if (status) {
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java683 public void imageComplete(int status) { argument
689 switch (status) {
726 image.infoDone(status);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java955 type.setStatus(ci.status);
982 type.setStatus(ci.status);
1024 type.setStatus(ci.status);

Completed in 110 milliseconds

<<11121314