HomeSort by relevance Sort by last modified time
    Searched defs:tpe (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ExecutorsTest.java 140 ThreadPoolExecutor tpe = (ThreadPoolExecutor)e; local
ThreadPoolExecutorTest.java 849 ThreadPoolExecutor tpe = local
851 try { tpe.shutdown(); } catch(SecurityException ok) { return; }
853 tpe.execute(new NoOpRunnable());
857 joinPool(tpe);
923 ThreadPoolExecutor tpe = null; local
925 tpe = new ThreadPoolExecutor(1,2,LONG_DELAY_MS, TimeUnit.MILLISECONDS,new ArrayBlockingQueue<Runnable>(10));
926 tpe.execute(null);
930 joinPool(tpe);
937 ThreadPoolExecutor tpe = null; local
939 tpe = new ThreadPoolExecutor(1,2,LONG_DELAY_MS, TimeUnit.MILLISECONDS,new ArrayBlockingQueu (…)
956 ThreadPoolExecutor tpe = null; local
975 ThreadPoolExecutor tpe = null; local
995 ThreadPoolExecutor tpe = null; local
1014 ExtendedTPE tpe = new ExtendedTPE(); local
1024 ExtendedTPE tpe = new ExtendedTPE(); local
    [all...]

Completed in 74 milliseconds