HomeSort by relevance Sort by last modified time
    Searched refs:tg (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ThreadTest.java 32 ThreadGroup tg = current.getThreadGroup(); local
34 assertEquals(tg, current.getUncaughtExceptionHandler());
38 assertEquals(tg, current.getUncaughtExceptionHandler());
51 ThreadGroup tg = current.getThreadGroup(); local
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 68 ThreadGroup tg = new ThreadGroup("group count"); local
70 0, tg.activeGroupCount());
71 Thread t1 = new Thread(tg, new Runnable() {
77 0, tg.activeGroupCount());
80 0, tg.activeGroupCount());
81 new ThreadGroup(tg, "test group 1");
83 1, tg.activeGroupCount());
84 new ThreadGroup(tg, "test group 2");
86 2, tg.activeGroupCount());
91 ThreadGroup tg = new ThreadGroup("thread suspension") local
261 ThreadGroup tg = new ThreadGroup("interrupt"); local
    [all...]
OldThreadTest.java 49 ThreadGroup tg = new ThreadGroup("Test Group2"); local
50 st = new Thread(tg, new SimpleThread(1), "SimpleThread3", 1);
51 assertTrue("Constructed incorrect thread", (st.getThreadGroup() == tg)
58 tg.destroy();
61 new Thread(tg, new SimpleThread(1), "SimpleThread3",
  /external/kernel-headers/original/linux/
key.h 343 extern void exit_thread_group_keys(struct signal_struct *tg);
373 #define exit_thread_group_keys(tg) do { } while(0)
  /external/webkit/WebCore/inspector/front-end/
Color.js 242 var tg = h; variable
246 var g = Math.round(hueToRGB(p, q, tg) * 255);
  /external/chromium/third_party/icu/source/common/
locmap.c 497 ILCID_POSIX_ELEMENT_ARRAY(0x0428, tg, tg_TJ) /* Cyrillic based by default */
691 ILCID_POSIX_MAP(tg), /* tg Tajik 0x28 */
  /external/icu4c/common/
locmap.c 538 ILCID_POSIX_SUBTABLE(tg) {
539 {0x28, "tg"},
747 ILCID_POSIX_MAP(tg), /* tg Tajik 0x28 */
    [all...]
  /external/openssl/ssl/
kssl.c 2011 time_t now, tl, tg, tr, tz_offset; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 665 ToneGenerator tg = mFocusToneGenerator; local
666 if (tg != null) {
667 tg.startTone(ToneGenerator.TONE_PROP_BEEP2);
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 906 milliseconds