e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 140 (0.078 seconds)
Class: org.apache.jmeter.gui.util.FocusRequester  ©, Rating: 100% of 4

38 39 public FocusRequester(Component comp) 40 { 41 this.comp = comp; 42 try

Class: org.example.junit.ThreadedOutput  ©, Rating: 100% of 1

33 public void testOutput() throws InterruptedException { 34 Thread t = new Thread(new Runnable() { 35 public void run() { 36 System.out.println("foo"); 37 }

Class: org.apache.jk.apr.TomcatStarter  ©, Rating: 100% of 2

29 Class c; 30 String args[]; 31 AprImpl apr = new AprImpl(); 32 33 public static String mainClasses[]={ "org.apache.tomcat.startup.Main",

Class: org.apache.batik.swing.NullURITest  ©, Rating: 0% of 0

74 public Runnable getRunnable(final JSVGCanvas canvas) { 75 return new Runnable () { 76 public void run() { 77 canvas.setURI(null); 78 }};

Class: org.apache.catalina.cluster.tcp.Jdk13ReplicationListener  ©, Rating: 0% of 0

033 private static org.apache.commons.logging.Log log = 034 org.apache.commons.logging.LogFactory.getLog( Jdk13ReplicationListener.class ); 035 private ThreadPool pool = null; 036 private boolean doListen = false; 037 private ListenCallback callback;

Class: org.springframework.beans.ConcurrentBeanWrapperTests  ©, Rating: 0% of 0

107 private ConcurrentBeanWrapperTests test; 108 109 public TestRun(ConcurrentBeanWrapperTests test) { 110 this.test = test; 111 }

Class: org.apache.jmeter.engine.ClientJMeterEngine  ©, Rating: 0% of 0

046 throws MalformedURLException, NotBoundException, RemoteException 047 { 048 this((RemoteJMeterEngine) Naming.lookup("//" + host + "/JMeterEngine")); 049 this.host = host; 050 }

Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests  ©, Rating: 100% of 2

110 111 112 private class TestRun implements Runnable { 113 114 public void run() {

Class: org.apache.batik.util.ThreadPounder  ©, Rating: 0% of 0

127 final int x = i; 128 l.add(new Runnable() { 129 public void run() { 130 System.out.println("Thread " + x); 131 }

Class: org.springframework.aop.target.ThreadLocalTargetSourceTests  ©, Rating: 0% of 0

099 assertEquals(INITIAL_COUNT + 3, apartment.getCount() ); 100 101 class Runner implements Runnable { 102 public SideEffectBean mine; 103 public void run() {

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next