/openjdk7/langtools/test/tools/javac/ |
H A D | InitializerCompletion_2.java | 35 boolean stop = true; field in class:InitializerCompletion_2 37 if (stop)
|
H A D | InitializerCompletion_4.java | 35 static boolean stop = true; field in class:InitializerCompletion_4 37 if (stop)
|
/openjdk7/jdk/src/share/classes/java/applet/ |
H A D | AudioClip.java | 52 void stop(); method in interface:AudioClip
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/ |
H A D | MonthDV.java | 74 int stop = 4; 75 date.month=parseInt(str,2,stop); 80 if (str.length() >= stop+2 && 81 str.charAt(stop) == '-' && str.charAt(stop+1) == '-') { 82 stop += 2; 84 if (stop < len) { 85 if (!isNextCharUTCSign(str, stop, len)) { 89 getTimeZone(str, date, stop, len);
|
/openjdk7/jdk/test/java/lang/ThreadGroup/ |
H A D | Stop.java | 47 // When the first thread runs, it will stop the group. 51 group.stop(); 68 // Wait for the thread group stop to be issued 72 // Give the other thread a chance to stop 82 first.stop(); 83 second.stop();
|
H A D | Suspend.java | 71 first.stop(); 72 second.stop();
|
/openjdk7/jdk/src/share/classes/com/sun/media/sound/ |
H A D | ModelChannelMixer.java | 49 public void stop(); method in interface:ModelChannelMixer
|
/openjdk7/jdk/src/share/classes/javax/management/loading/ |
H A D | ClassLoaderRepository.java | 126 * method. If the search reaches <code>stop</code> or the end of 131 * <code>stop</code>, to consult loaders that appear before it 133 * search as soon as <code>stop</code> is reached, a potential 137 * @param stop The class loader at which to stop. May be null, in 147 public Class<?> loadClassBefore(ClassLoader stop, argument
|
/openjdk7/jdk/src/share/classes/javax/management/remote/ |
H A D | JMXConnectorServerMBean.java | 94 public void stop() throws IOException; method in interface:JMXConnectorServerMBean 100 * {@link #stop stop} method is called or the connector server
|
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/ |
H A D | CommunicatorServerMBean.java | 41 * A <CODE>CommunicatorServer</CODE> object can be stopped by calling the <CODE>stop</CODE> 92 public void stop() ; method in interface:CommunicatorServerMBean
|
/openjdk7/jdk/test/java/io/PipedInputStream/ |
H A D | CloseAndAvailableRC.java | 45 private volatile boolean stop = false; field in class:CloseAndAvailableRC 64 stop = true; 70 stop = false; 93 while (!stop) { 97 // Bug detected; stop the test
|
/openjdk7/jdk/test/sun/security/ec/ |
H A D | TestEC.java | 88 long stop = System.currentTimeMillis(); 90 " provider (" + ((stop - start) / 1000.0) + " seconds).");
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | Autoscroller.java | 59 public static void stop(JComponent c) { method in class:Autoscroller 119 timer.stop(); 136 * MouseListener method, invokes start/stop as necessary. 140 boolean stop = true; 143 stop = visibleRect.contains(e.getX(), e.getY()); 145 if (stop) {
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/ |
H A D | BitArray.java | 214 int stop = (_last > other._last) ? _last : other._last; 218 if (stop > _intSize) stop = _intSize; 219 for (int i=start; i<=stop; i++) 225 if (stop > other._intSize) stop = other._intSize; 226 for (int i=start; i<=stop; i++)
|
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/ |
H A D | CloseServerTest.java | 94 server.stop(); 101 server.stop(); 113 server.stop(); 132 server.stop(); 146 server.stop(); 167 server.stop();
|
/openjdk7/jdk/src/share/classes/sun/print/ |
H A D | ServiceNotifier.java | 47 private boolean stop = false; field in class:ServiceNotifier 85 stop = true; 112 while (!stop) {
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/ |
H A D | FlagDumper.java | 49 fd.stop();
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/ |
H A D | JSDB.java | 36 jsdb.stop();
|
/openjdk7/jdk/src/share/classes/javax/management/monitor/ |
H A D | MonitorMBean.java | 48 public void stop(); method in interface:MonitorMBean 152 * It becomes inactive when the {@link #stop stop} method is called.
|
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | concurrentG1RefineThread.hpp | 90 void stop();
|
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/ |
H A D | Timing.java | 59 public void stop() { method in class:Timing 61 throw new IllegalStateException("You must call start before stop");
|
/openjdk7/hotspot/test/compiler/7177917/ |
H A D | Test7177917.java | 43 long stop = System.nanoTime(); 45 return (stop - start) / 1000; 54 long stop = System.nanoTime(); 56 return (stop - start) / 1000;
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/ |
H A D | HttpEndpoint.java | 34 * to stop the transport. 62 public abstract void stop(); method in class:HttpEndpoint
|
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/ |
H A D | B6529200.java | 73 server.stop (2); 93 server.stop (2); 100 server.stop (2); 106 server.stop (2);
|
/openjdk7/jdk/src/share/demo/applets/SortDemo/ |
H A D | SortAlgorithm.java | 55 * When true stop sorting. 99 public void stop() { method in class:SortAlgorithm
|