Home
last modified time | relevance | path

Searched refs:tg (Results 1 – 25 of 119) sorted by relevance

12345

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DThreadTest.java161 ThreadGroup tg = new ThreadGroup("Test Group1"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_Runnable() local
162 st = new Thread(tg, new SimpleThread(1), "SimpleThread2"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_Runnable()
163 assertTrue("Returned incorrect thread group", st.getThreadGroup() == tg); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_Runnable()
169 tg.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_Runnable()
179 ThreadGroup tg = new ThreadGroup("Test Group2"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String() local
180 st = new Thread(tg, new SimpleThread(1), "SimpleThread3"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String()
181 assertTrue("Constructed incorrect thread", (st.getThreadGroup() == tg) in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String()
188 tg.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String()
242 ThreadGroup tg = new ThreadGroup("Test Group3"); in test_checkAccess() local
244 st = new Thread(tg, new SimpleThread(1), "SimpleThread5"); in test_checkAccess()
[all …]
DThreadGroupTest.java139 ThreadGroup tg = new ThreadGroup("activeCount"); in test_activeCount() local
140 Thread t1 = new Thread(tg, new Runnable() { in test_activeCount()
148 int count = tg.activeCount(); in test_activeCount()
151 count = tg.activeCount(); in test_activeCount()
159 tg.destroy(); in test_activeCount()
/external/clang/utils/
DFuzzTest72 def __init__(self, tg, test): argument
73 self.tg = tg
81 name,data = self.tg.inputs[i]
95 name,data = self.tg.inputs[i]
114 file_data = test_application.tg.inputs[test[3][0]][1]
319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert,
322 print '%s: note: %d input bytes.' % (sys.argv[0], tg.num_positions)
323 print '%s: note: %d total tests.' % (sys.argv[0], tg.num_tests)
328 itertools.repeat(tg.num_tests, opts.max_tests))
330 it = itertools.imap(random.randrange, itertools.repeat(tg.num_tests))
[all …]
/external/clang/test/TableGen/
Dtg-fixits.td7 // CHECK: tg-fixits.td:[[@LINE-1]]:41: error: group 'name' is referred to anonymously
14 // CHECK: tg-fixits.td:[[@LINE-2]]:36: error: group 'name' is referred to anonymously
21 // CHECK: tg-fixits.td:[[@LINE-1]]:3: error: group 'name' is referred to anonymously
29 // CHECK: tg-fixits.td:[[@LINE-1]]:11: error: group 'name' is referred to anonymously
39 // CHECK: tg-fixits.td:[[@LINE-1]]:51: error: group 'name' is referred to anonymously
/external/llvm/include/llvm/Support/
DTimer.h89 Timer(StringRef N, TimerGroup &tg) : TG(0) { init(N, tg); } in Timer() argument
102 void init(StringRef N, TimerGroup &tg);
/external/clang/test/Sema/
Dfp16-sema.c11 typedef void(*tg) (__fp16*); typedef
/external/icu4c/data/lang/
Dfa_AF.txt29 tg{"تاجکی"}
Dps.txt41 tg{"تاجک"}
Dkok.txt130 tg{"तजिक"}
Dka.txt145 tg{"ტაჯიკური"}
Dkm.txt141 tg{"តាដហ្សីគីស្តង់"}
Ddz.txt139 tg{"ཏ་ཇིཀ་ཁ"}
Dsi.txt129 tg{"ටජික්"}
Deo.txt139 tg{"taĝika"}
Dne.txt128 tg{"ताजिक"}
Dur.txt181 tg{"تاجک"}
Dam.txt192 tg{"ታጂኪኛ"}
/external/kernel-headers/original/linux/
Dkey.h343 extern void exit_thread_group_keys(struct signal_struct *tg);
373 #define exit_thread_group_keys(tg) do { } while(0) argument
/external/webkit/Source/WebCore/inspector/front-end/
DColor.js244 var tg = h;
248 var g = Math.round(hueToRGB(p, q, tg) * 255);
/external/mksh/
DNOTICE6 * Thorsten Glaser <tg@mirbsd.org>
Dmkshrc2 # Thorsten Glaser <tg@mirbsd.org>
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en7839 http://homeschoolunitstudies.com/tg.htm
13547 http://parenting.ivillage.com/tp/tpdevelopment/0,,46tg,00.html
14503 http://quest.arc.nasa.gov/mars/teachers/tg/program5/5.2.html
22006 http://www.amazon.co.uk/exec/obidos/tg/browse/-/274661
22007 http://www.amazon.co.uk/exec/obidos/tg/browse/-/275044
22008 http://www.amazon.co.uk/exec/obidos/tg/browse/-/276817
22009 http://www.amazon.co.uk/exec/obidos/tg/browse/-/278148
22010 http://www.amazon.co.uk/exec/obidos/tg/browse/-/284657
22011 http://www.amazon.co.uk/exec/obidos/tg/browse/-/291864
22012 http://www.amazon.co.uk/exec/obidos/tg/browse/-/468294
[all …]
/external/llvm/lib/Support/
DTimer.cpp111 void Timer::init(StringRef N, TimerGroup &tg) { in init() argument
115 TG = &tg; in init()
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py330 tg = c.get_parent_target_group()
331 if tg and not tg.enabled:
/external/icu4c/common/
Dlocmap.c592 ILCID_POSIX_SUBTABLE(tg) { in ILCID_POSIX_SUBTABLE() argument
822 ILCID_POSIX_MAP(tg), /* tg Tajik 0x28 */

12345