Searched defs:stop (Results 76 - 100 of 106) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSequencer.java146 * @see #stop
161 public void stop(); method in interface:Sequencer
168 * sequence completes or <code>{@link #stop}</code> is called.
210 * and then returns <code>true</code> until <code>{@link #stop}</code> or <code>{@link #stopRecording}</code>
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DCounterMonitor.java251 public synchronized void stop() { method in class:CounterMonitor
H A DMonitor.java423 "preDeregister()", "stop the monitor");
427 stop();
447 public abstract void stop(); method in class:Monitor
673 * It becomes inactive when the {@link #stop stop} method is
733 "doStop()", "stop the monitor");
/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimer.java226 "preDeregister", "stop the timer");
230 stop();
338 public synchronized void stop() { method in class:Timer
341 "stop", "stopping the timer");
375 "stop", "timer stopped");
378 "stop", "the timer is already deactivated");
971 * It becomes inactive when the {@link #stop stop} method is called.
/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp121 void stop() { clear(_cvstate); } // clear current cvstate function in class:IdealKit
147 stop();
H A DgraphKit.hpp180 // Set _map to NULL, signalling a stop to further bytecode execution.
182 SafePointNode* stop() { SafePointNode* m = map(); set_map(NULL); return m; } function in class:GraphKit
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingClip.java489 public void stop() { method in class:SoftMixingClip
513 stop();
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTarget.java711 if (timer.isRunning()) timer.stop();
718 * cause autoscrolling to stop
721 protected void stop() { timer.stop(); } method in class:DropTarget.DropTargetAutoScroller
795 autoScroller.stop();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaIcon.java283 private static final SystemIconSingleton stop = new SystemIconSingleton("stop"); field in class:AquaIcon.SystemIcon
284 static SystemIcon getStopIcon() { return stop.get(); }
H A DAquaProgressBarUI.java136 // listen for Ancestor events to stop our timer when we are no longer visible
357 if (animator != null) animator.stop();
462 protected void stop() { method in class:AquaProgressBarUI.Animator
463 timer.stop();
/openjdk7/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java204 // Poll once per row to see if we've been told to stop.
267 public void stop() { method in class:DitherTest
/openjdk7/jdk/src/share/demo/applets/Fractal/
H A DCLSFractal.java153 public void stop() { method in class:CLSFractal
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java390 public void stop() { method in class:XYZApp
/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DThreeD.java457 public void stop() { method in class:ThreeD
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java482 cs.stop();
484 System.out.println("Ignoring exception on stop: " + e);
739 public void stop() throws IOException {...}
758 else if (mname.equals("stop"))
759 stop();
801 private void stop() throws IOException { method in class:BrokenConnectionTest.SocketConnectionServerInvocationHandler
802 System.out.println("SCSIH.stop()");
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp232 stop(char* msg) { function
321 // FIXME: stop, resume all threads, report error
498 stop("Error while starting Serviceability Agent "
523 stop("Unable to create Serviceability Agent's event lock");
527 if (threadClass == NULL) stop("Unable to find class java/lang/Thread");
529 if (threadName == NULL) stop("Unable to allocate debug thread name");
531 if (ctor == NULL) stop("Unable to find appropriate constructor for java/lang/Thread");
534 if (thr == NULL) stop("Unable to allocate debug thread's java/lang/Thread instance");
537 if (debugThreadObj == NULL) stop("Unable to allocate global ref for debug thread object");
544 stop(bu
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java229 animator.stop();
1106 // stop the animation thread if necessary
1178 private void stop() { method in class:BasicProgressBarUI.Animator
1179 timer.stop();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java79 * <CODE>stop</CODE> method. When it is stopped, the
349 public void stop() { method in class:CommunicatorServer
354 "stop","Connector is not ONLINE");
364 "stop","Interrupt main thread");
378 "stop","terminateAllClient");
671 * <CODE>stop</CODE> method.
1350 stop() ;
/openjdk7/jdk/src/share/demo/applets/SpreadSheet/
H A DSpreadSheet.java133 public void stop() { method in class:SpreadSheet
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java181 public void stop (int delay) { method in class:ServerImpl
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java470 * For instance, it is legal to call "stop" regardless of the
477 // You can always call stop
478 allowedStates.put("stop",EnumSet.allOf(ScanState.class));
629 // Methods used to implement stop() - stop() is asynchronous,
631 // to stop. It also needs to prevent scheduled task from being
636 public void stop() { method in class:ScanManager
643 switchState(STOPPED,"stop");
653 b.insert(0,"stop partially failed with "+errcount+" error(s):");
702 s.stop();
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollbar.java367 * Tell the instance scroller to stop scrolling.
373 i_scroller.stop();
509 scroller.stop();
895 stop();
900 public void stop() { method in class:XScrollRepeater
913 stop();
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java137 * @see #stop()
673 * @see #stop()
718 * @see #stop()
748 * Forces the thread to stop executing.
756 * thread is trying to stop a thread other than itself), the
763 * The thread represented by this thread is forced to stop whatever
767 * It is permitted to stop a thread that has not yet been started.
795 * Thread.stop causes it to unlock all of the monitors that it
801 * uses of <code>stop</code> should be replaced by code that simply
803 * stop runnin
814 public final void stop() { method in class:Thread
868 public final synchronized void stop(Throwable obj) { method in class:Thread
[all...]
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java110 * that stop that from being true. It includes a complete (if slow)
838 ClassLoader stop, String className)
840 return clr.loadClassBefore(stop, className);
851 // the repository, since we do nothing to stop delegation
871 public Class<?> loadClassBefore(ClassLoader stop, String className) argument
873 return loadClassWithoutBefore(null, stop, className);
877 ClassLoader exclude, ClassLoader stop, String className)
882 if (loader == stop)
923 * there's nothing to stop its WeakReference from being cleared,
876 loadClassWithoutBefore( ClassLoader exclude, ClassLoader stop, String className) argument
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java2923 // in the stop string (in which case the index of the preceding char is
2928 private int scan(int start, int end, String err, String stop) { argument
2934 if (stop.indexOf(c) >= 0)

Completed in 112 milliseconds

12345