Searched defs:on (Results 51 - 68 of 68) sorted by relevance

123

/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainSocketImpl.c316 * bug on Windows NT whereby using getsockopt to obtain the
318 * on NT is to allow winsock to be scheduled and this is done by
352 "connect: Address is invalid on local machine, or port is not valid on remote machine");
401 /* fdObj is the FileDescriptor field on this */
403 /* fd is an int field on fdObj */
531 /* Listen on V4 if address type is v4 or if v6 and address is ::0.
532 * Listen on V6 if address type is v6 or if v4 and address is 0.0.0.0.
533 * In cases, where we listen on one space only, we close the other socket.
546 /* listen on v
838 Java_java_net_TwoStacksPlainSocketImpl_socketNativeSetOption(JNIEnv *env, jobject this, jint cmd, jboolean on, jobject value) argument
[all...]
H A DTwoStacksPlainDatagramSocketImpl.c79 * Notes about UDP/IPV6 on Windows (XP and 2003 server):
87 * Returns a java.lang.Integer based on 'i'
107 * Returns a java.lang.Boolean based on 'b'
151 * on the same machine then the send will fail silently.
181 * In addition on 95/98 we must enumerate our IP addresses.
220 * Step 3: On Windows 95/98 then enumerate the IP addresses on
222 * datagram is being sent to an application on the same machine.
323 * outstanding on a socket and returns JNI_TRUE if any ICMP messages
708 * on the same machine then this will fail silently. Thus we
715 if (!w2k_or_later) { /* avoid this check on Wi
1853 jboolean on; local
[all...]
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c63 { WSAENETRESET, "Network dropped connection on reset" },
68 { WSAENOTSOCK, "Socket operation on nonsocket" },
273 dbgsysSetSocketOption(int fd, jint cmd, jboolean on, jvalue value) argument
278 long onl = (long)on;
286 arg.l_onoff = on;
288 if(on) {
312 * state. Hence on Windows we never enable this option for TCP
320 int oni = (int)on;
437 /* initialize on first usage */
/openjdk7/jdk/src/share/classes/sun/awt/
H A DHeadlessToolkit.java242 public void setLockingKeyState(int keyCode, boolean on) argument
437 * Always on top
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java619 * and the tuning may need to be repeated for each JRE implementation on
806 * target thread waits for long periods (on a condition variable,
984 * is reset or not based on the value of ClearInterrupted that is
1034 * inherently deadlock-prone. If the target thread holds a lock on the
1221 * @deprecated The definition of this call depends on {@link #suspend},
1233 * conditioned on {@code this.isAlive}. As a thread terminates the
1236 * {@code notifyAll} on {@code Thread} instances.
1279 * conditioned on {@code this.isAlive}. As a thread terminates the
1282 * {@code notifyAll} on {@code Thread} instances.
1354 * @param on
1364 setDaemon(boolean on) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java259 // Search for oldest voice in off state on steal_channel
262 if (voices[j].stealer_channel == null && !voices[j].on) {
274 // Search for oldest voice in on state on steal_channel
296 // * Find voice that is on
306 if (voices[j].stealer_channel == null && !voices[j].on) {
317 // Search for oldest voice in on state
436 if ((voices[i].sustain || voices[i].on)
440 voices[i].on = true;
453 if (voices[i].on
1488 localControl(boolean on) argument
1492 setMono(boolean on) argument
1507 setOmni(boolean on) argument
[all...]
H A DSoftVoice.java72 boolean on = false; field in class:SoftVoice
109 double[] on = co_noteon_on;
117 if (name.equals("on"))
118 return on;
308 on = true;
513 on = false;
527 on = false;
532 if (!on)
534 on = false;
745 if (!on)
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp219 // second, we deoptimize all methods on the thread's stack when
249 VM_ChangeSingleStep(bool on);
256 VM_ChangeSingleStep::VM_ChangeSingleStep(bool on) argument
257 : _on(on != 0)
278 static void set_should_post_single_step(bool on);
318 void JvmtiEventControllerPrivate::set_should_post_single_step(bool on) { argument
320 JvmtiExport::set_should_post_single_step(on);
328 // call notice_safepoints when turning on single stepping.
505 // as recompute must be called on them to disable their events,
513 // mark if event is truly enabled on thi
[all...]
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainDatagramSocketImpl.c90 * Returns a java.lang.Integer based on 'i'
109 * Returns a java.lang.Boolean based on 'b'
222 /* fdObj is the FileDescriptor field on this */
224 /* fd is an int field on fdObj */
374 // bind. Successive send/recv on the same socket will fail.
762 * REMIND: Fill in an int on the packet, and create inetadd
975 * on Linux with 2.2 kernel we have to simulate this behaviour by
1016 * REMIND: Fill in an int on the packet, and create inetadd
1385 jboolean on; local
1393 on
1409 jboolean on; local
1545 jboolean on; local
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_List.cpp34 /* IMPORTANT! Read the README.JNI file for notes on JNI converted AWT code.
58 jboolean on; member in struct:SetMultipleSelectionsStruct
530 /* Fixed an asserion failure when clicking on an empty List. */
787 jboolean on = sms->on; local
797 (WPARAM)self, on);
971 jboolean on)
977 sms->on = on;
970 Java_sun_awt_windows_WListPeer_setMultipleSelections(JNIEnv *env, jobject self, jboolean on) argument
H A Dawt_MenuItem.cpp44 /* IMPORTANT! Read the README.JNI file for notes on JNI converted AWT code.
81 * check-mark bitmap for default settings on XP/Vista,
143 // create an InternalError or OutOfMemoryError based on GetLastError().
146 // can't throw an error here because this code is invoked on Toolkit thread
320 // COLOR_MENUBAR is only defined on WindowsXP. Our binaries are
321 // built on NT, hence the below ifdef.
423 * settings on Vista
956 jboolean on)
962 AwtObject::WinThreadExec(self, AwtMenuItem::MENUITEM_ENABLE, (LPARAM)on );
997 jboolean on)
955 Java_sun_awt_windows_WMenuItemPeer_enable(JNIEnv *env, jobject self, jboolean on) argument
996 Java_sun_awt_windows_WCheckboxMenuItemPeer_setState(JNIEnv *env, jobject self, jboolean on) argument
[all...]
H A Dawt_TextComponent.cpp50 jboolean on; member in struct:EnableEditingStruct
639 jboolean on = ees->on; local
648 c->SendMessage(EM_SETREADONLY, !on);
830 jboolean on)
836 ees->on = on;
1028 // so we need to modify the values based on the keystroke
1071 int index = LOWORD(indicies); // index into the line the (x,y) coord is on
1108 // (use font metrics on fon
828 Java_sun_awt_windows_WTextComponentPeer_enableEditing(JNIEnv *env, jobject self, jboolean on) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c144 static void set_callbacks(jboolean on);
236 * accept()ing heap profile data on "port." Return a value <= 0 if
399 "doe=y|n dump on exit? y\n"
420 "coredump=y|n Core dump on fatal n\n"
421 "errorexit=y|n Exit on any error n\n"
422 "pause=y|n Pause on onload & echo PID n\n"
423 "debug=y|n Turn on all debug checking n\n"
442 " - Get heap usage information based on the allocation sites:\n"
446 " - Using the external option addition with csh, log details on all runs:\n"
755 /* By default we turn on gdat
1791 set_callbacks(jboolean on) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java91 * <br>Calling <code>setVisible(true)</code> on a <code>Window</code>,
97 * <code>setLocation</code> on a <code>Window</code>,
476 * Note that this feature is supported not on all platforms, and
477 * conversely, that this feature cannot be turned off on some platforms.
481 * operating system or window manager on some platforms. On such
510 * or window manager for dynamic layout on resizing, or the current
536 * Returns whether dynamic layout of Containers on resize is
546 * re-layout their components on every native resize event and
551 * @return true if dynamic layout of Containers on resize is
693 * on th
1436 setLockingKeyState(int keyCode, boolean on) argument
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp87 // that case, they will be allocated on C heap.
116 // This depends on the heap inspector
795 // Gets an array containing the amount of memory allocated on the Java
1964 // Finds cycles of threads that are deadlocked on monitor locks
2118 oop on = JNIHandles::resolve_external_guard(outputfile); variable
2119 if (on == NULL) {
2123 char* name = java_lang_String::as_utf8_string(on);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c131 Bool on; /*if the status window on*/ member in struct:__anon966
679 /*hardcode the size right now, should get the size base on font*/
776 statusWindow->on = False;
799 /* This method is to turn off or turn on the status window. */
820 statusWindow->on = False;
860 statusWindow->on = True;
957 || !statusWindow->on) {
999 * clients. All information on those XICs are stored in the
1003 * on
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java129 * Reset the static GraphicsConfiguration to the default. Called on
153 * message pump. It instead relies on the parent application to provide
154 * this functionality. embeddedInit() assumes that the thread on which it
178 * not be called on exit unless the Toolkit was constructed with
318 * Instead of blocking the "AWT-Windows" thread uselessly on a semaphore,
658 public void setLockingKeyState(int key, boolean on) { argument
663 setLockingKeyStateNative(key, on);
666 public native void setLockingKeyStateNative(int key, boolean on); argument
707 * TextComponent instances on this platform.
752 * Have Win32GraphicsEnvironment execute the display change code on th
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java124 * activate method on the object's activation group (described by the
172 /** timeout on wait for child process to be created or destroyed */
178 /** timeout on wait for child process to be created */
248 // all the remote methods briefly synchronize on startupLock
386 * Construct a new Activator on a specified port.
1378 /* Note on quoting: it would be wrong
1381 * arguments or split on whitespace.
2209 * overridden to delay calling accept on the underlying server socket
2257 * Delays calling accept on the underlying server socket until the
2299 public void setReuseAddress(boolean on) throw argument
[all...]

Completed in 590 milliseconds

123