Searched defs:run (Results 651 - 675 of 1098) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/test/sun/rmi/log/ReliableLog/
H A DLogAlignmentTest.java28 * @run main LogAlignmentTest
55 //Status status = test.run (argv, System.err, System.out);
57 test.run (argv, System.err, System.out);
60 //public Status run (String argv[], PrintStream log, PrintStream out)
61 public void run (String argv[], PrintStream log, PrintStream out) method in class:LogAlignmentTest
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DAppleUserImpl.java105 public void run() { method in class:AppleUserImpl.AppleUserThread
190 System.out.println(" hours The number of hours to run the juicer.");
192 System.out.println(" seconds The number of seconds to run the juicer.");
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAPolicyMediatorImpl_R_USM.java324 public void run() { method in class:POAPolicyMediatorImpl_R_USM.Etherealizer
326 ORBUtility.dprint( this, "Calling Etherealizer.run on key " +
352 ORBUtility.dprint( this, "Exiting Etherealizer.run" ) ;
/openjdk7/corba/src/share/classes/javax/rmi/
H A DPortableRemoteObject.java248 public java.lang.Object run() {
278 public Object run() method in class:GetORBPropertiesFileAction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCLHSDB.java35 new CLHSDB(args).run();
38 private void run() { method in class:CLHSDB
47 public void run() {
91 cp.run(true);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/
H A DAMD64CurrentFrameGuess.java46 We repeat this until we either find a complete frame or run out of
66 public boolean run(long regionInBytesToSearch) { method in class:AMD64CurrentFrameGuess
160 // interpreter and take care of that, otherwise we run code
184 // PC, we currently assume that we are in the run-time system
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/
H A DIA64CurrentFrameGuess.java59 public boolean run(long regionInBytesToSearch) { method in class:IA64CurrentFrameGuess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86CurrentFrameGuess.java45 We repeat this until we either find a complete frame or run out of
65 public boolean run(long regionInBytesToSearch) { method in class:X86CurrentFrameGuess
160 // interpreter and take care of that, otherwise we run code
184 // PC, we currently assume that we are in the run-time system
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DJMap.java69 public void run() { method in class:JMap
108 tool.run();
H A DPStack.java47 public void run() { method in class:PStack
48 run(System.out);
51 public void run(PrintStream out) { method in class:PStack
53 run(out, dbg, getAgent().isJavaMode());
56 public void run(PrintStream out, Debugger dbg) { method in class:PStack
57 run(out, dbg, true);
60 private void run(PrintStream out, Debugger dbg, final boolean isJava) { method in class:PStack
H A DPermStat.java65 public void run() { method in class:PermStat
136 analysis.run();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassDump.java63 public void run() { method in class:ClassDump
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/
H A DSOQL.java53 public void run() { method in class:SOQL
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunGraphicsCallback.java39 public abstract void run(Component comp, Graphics cg); method in class:SunGraphicsCallback
78 run(comp, cg);
127 public void run(Component comp, Graphics cg) { method in class:SunGraphicsCallback.PaintHeavyweightComponentsCallback
146 public void run(Component comp, Graphics cg) { method in class:SunGraphicsCallback.PrintHeavyweightComponentsCallback
/openjdk7/jdk/src/share/classes/java/lang/
H A DShutdown.java45 /* Should we run all finalizers upon exit? */
67 static void setRunFinalizersOnExit(boolean run) { argument
69 runFinalizersOnExit = run;
123 if (hook != null) hook.run();
152 * run the hooks and then halt. Instead we need to keep track of whether
156 * if on-exit finalizers are enabled they're run iff the shutdown is
157 * initiated by an exit(0); they're never run on exit(n) for n != 0 or in
/openjdk7/jdk/src/share/classes/java/lang/ref/
H A DFinalizer.java126 public Void run() {
146 public void run() {
163 public void run() {
183 public void run() { method in class:Finalizer.FinalizerThread
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationBroadcasterSupport.java324 r.run();
337 public void run() { method in class:NotificationBroadcasterSupport.SendNotifJob
343 logger.debug("SendNotifJob-run", e);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp164 void ConcurrentG1RefineThread::run() { function in class:ConcurrentG1RefineThread
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp101 void GCTaskThread::run() { function in class:GCTaskThread
108 tty->print_cr("GCTaskThread::run: "
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUnpackerImpl.java132 (new DoUnpack()).run(in0, out);
136 (new NativeUnpack(this)).run(in0, out);
206 public void run(BufferedInputStream in, JarOutputStream out) throws IOException { method in class:UnpackerImpl.DoUnpack
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientCommunicatorAdmin.java169 public void run() { method in class:ClientCommunicatorAdmin.Checker
200 logger.warning("Checker-run",
202 logger.warning("Checker-run", "stopping");
203 logger.debug("Checker-run",e);
208 logger.warning("Checker-run",
210 logger.debug("Checker-run",e);
220 logger.trace("Checker-run", "Finished.");
H A DServerCommunicatorAdmin.java133 public void run() { method in class:ServerCommunicatorAdmin.Timeout
146 logger.trace("Timeout-run",
163 logger.trace("Timeout-run",
179 logger.trace("Timeout-run",
191 logger.warning("Timeout-run","Unexpected Exception: "+
193 logger.debug("Timeout-run",ire);
201 logger.trace("Timeout-run", "Call the doStop.");
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DClientHandler.java94 public void run() { method in class:ClientHandler
H A DSnmpSubBulkRequestHandler.java88 public void run() { method in class:SnmpSubBulkRequestHandler
101 "run", "[" + Thread.currentThread() +
116 "run", "[" + Thread.currentThread() +
124 "run", "[" + Thread.currentThread() +
130 "run", "[" + Thread.currentThread() +
263 // we can assume that the run method is over ...
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/tasks/
H A DThreadService.java59 * {@link com.sun.jmx.snmp.tasks.Task#run() task.run()} or
166 public void run() { method in class:ThreadService.ExecutorThread
191 job.run();

Completed in 52 milliseconds

<<21222324252627282930>>