/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ThreadTest.java | 40 ThreadGroup tg = current.getThreadGroup(); local 42 assertEquals(tg, current.getUncaughtExceptionHandler()); 46 assertEquals(tg, current.getUncaughtExceptionHandler()); 62 ThreadGroup tg = current.getThreadGroup(); local
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ThreadGroupTest.java | 207 ThreadGroup tg = new ThreadGroup("activeCount"); local 208 Thread t1 = new Thread(tg, new Runnable() { 216 int beforeCount = tg.activeCount(); 218 int afterCount = tg.activeCount(); 227 tg.destroy(); 241 ThreadGroup tg = new ThreadGroup("group count"); local 243 0, tg.activeGroupCount()); 244 Thread t1 = new Thread(tg, new Runnable() { 250 0, tg.activeGroupCount()); 253 0, tg.activeGroupCount()) 273 ThreadGroup tg = new ThreadGroup("thread suspension"); local 684 ThreadGroup tg = new ThreadGroup("ThreadGroup"); local 843 ThreadGroup tg = new ThreadGroup("interrupt"); local [all...] |
SecurityManagerTest.java | 399 ThreadGroup tg = new ThreadGroup("name"); local 410 mutableSM.checkAccess(tg); [all...] |
ThreadTest.java | 261 ThreadGroup tg = new ThreadGroup("Test Group1"); local 262 st = new Thread(tg, new SimpleThread(1), "SimpleThread2"); 263 assertTrue("Returned incorrect thread group", st.getThreadGroup() == tg); 269 tg.destroy(); 285 ThreadGroup tg = new ThreadGroup("Test Group2"); local 286 st = new Thread(tg, new SimpleThread(1), "SimpleThread3"); 287 assertTrue("Constructed incorrect thread", (st.getThreadGroup() == tg) 294 tg.destroy(); 319 ThreadGroup tg = new ThreadGroup("Test Group2"); local 320 st = new Thread(tg, new SimpleThread(1), "SimpleThread3", 1) 395 ThreadGroup tg = new ThreadGroup("Test Group3"); local 586 ThreadGroup tg = new ThreadGroup("tg"); local 665 ThreadGroup tg = new ThreadGroup("Test Group4"); local 1745 ThreadGroup tg = new ThreadGroup("Test Group5"); local [all...] |
/external/openssl/ssl/ |
kssl.c | 2007 time_t now, tl, tg, tr, tz_offset; local [all...] |
/external/webkit/WebCore/inspector/front-end/ |
Color.js | 242 var tg = h; variable 246 var g = Math.round(hueToRGB(p, q, tg) * 255);
|
/packages/apps/Camera/src/com/android/camera/ |
Camera.java | 697 ToneGenerator tg = mFocusToneGenerator; local 698 if (tg != null) { 699 tg.startTone(ToneGenerator.TONE_PROP_BEEP2); [all...] |