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

1 2

  /external/clang/test/Sema/
fp16-sema.c 11 typedef void(*tg) (__fp16*); typedef
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 72 ThreadGroup tg = new ThreadGroup("group count"); local
74 0, tg.activeGroupCount());
75 Thread t1 = new Thread(tg, new Runnable() {
81 0, tg.activeGroupCount());
84 0, tg.activeGroupCount());
85 new ThreadGroup(tg, "test group 1");
87 1, tg.activeGroupCount());
88 new ThreadGroup(tg, "test group 2");
90 2, tg.activeGroupCount());
95 ThreadGroup tg = new ThreadGroup("thread suspension") local
249 ThreadGroup tg = new ThreadGroup("interrupt"); local
    [all...]
OldThreadTest.java 50 ThreadGroup tg = new ThreadGroup("Test Group2"); local
51 st = new Thread(tg, new SimpleThread(1), "SimpleThread3", 1);
52 assertTrue("Constructed incorrect thread", (st.getThreadGroup() == tg)
59 tg.destroy();
62 new Thread(tg, new SimpleThread(1), "SimpleThread3",
  /frameworks/rs/driver/
rsdIntrinsicLUT.cpp 52 const uchar *tg = &tr[256]; local
53 const uchar *tb = &tg[256];
58 uchar4 o = {tr[p.x], tg[p.y], tb[p.z], ta[p.w]};
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdIntrinsicLUT.cpp 52 const uchar *tg = &tr[256]; local
53 const uchar *tb = &tg[256];
58 uchar4 o = {tr[p.x], tg[p.y], tb[p.z], ta[p.w]};
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 161 ThreadGroup tg = new ThreadGroup("Test Group1"); local
162 st = new Thread(tg, new SimpleThread(1), "SimpleThread2");
163 assertTrue("Returned incorrect thread group", st.getThreadGroup() == tg);
169 tg.destroy();
179 ThreadGroup tg = new ThreadGroup("Test Group2"); local
180 st = new Thread(tg, new SimpleThread(1), "SimpleThread3");
181 assertTrue("Constructed incorrect thread", (st.getThreadGroup() == tg)
188 tg.destroy();
242 ThreadGroup tg = new ThreadGroup("Test Group3"); local
244 st = new Thread(tg, new SimpleThread(1), "SimpleThread5")
362 ThreadGroup tg = new ThreadGroup("tg"); local
418 ThreadGroup tg = new ThreadGroup("Test Group4"); local
881 ThreadGroup tg = new ThreadGroup("Test Group5"); local
    [all...]
ThreadGroupTest.java 139 ThreadGroup tg = new ThreadGroup("activeCount"); local
140 Thread t1 = new Thread(tg, new Runnable() {
148 int count = tg.activeCount();
151 count = tg.activeCount();
159 tg.destroy();
  /external/clang/utils/
FuzzTest 72 def __init__(self, tg, test):
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)
    [all...]
  /external/llvm/include/llvm/Support/
Timer.h 88 TimerGroup *TG; // The TimerGroup this Timer is in.
92 explicit Timer(StringRef N) : TG(0) { init(N); }
93 Timer(StringRef N, TimerGroup &tg) : TG(0) { init(N, tg); }
94 Timer(const Timer &RHS) : TG(0) {
95 assert(RHS.TG == 0 && "Can only copy uninitialized timers");
98 assert(TG == 0 && T.TG == 0 && "Can only assign uninit timers");
104 explicit Timer() : TG(0) {
    [all...]
  /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)
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 189 float tg = r * m[1] + g * m[4] + b * m[7]; local
192 g = tg;
  /external/llvm/lib/Support/
Timer.cpp 104 assert(TG == 0 && "Timer already initialized");
107 TG = getDefaultTimerGroup();
108 TG->addTimer(*this);
111 void Timer::init(StringRef N, TimerGroup &tg) {
112 assert(TG == 0 && "Timer already initialized");
115 TG = &tg;
116 TG->addTimer(*this);
120 if (!TG) return; // Never initialized, or already cleared.
121 TG->removeTimer(*this)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Color.js 244 var tg = h; variable
248 var g = Math.round(hueToRGB(p, q, tg) * 255);
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 328 tg = c.get_parent_target_group()
329 if tg and not tg.enabled:
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 138 float tg = (float)fabs(a.green - b.green); local
141 return _CV_MAX3( tr, tg, tb );
147 float tg = (float)fabs(a.green - b.green); local
150 return (tr + tg + tb);
    [all...]
  /external/icu4c/common/
locmap.c 584 ILCID_POSIX_SUBTABLE(tg) {
585 {0x28, "tg"},
814 ILCID_POSIX_MAP(tg), /* tg Tajik 0x28 */
    [all...]
  /external/openssl/ssl/
kssl.c 2011 time_t now, tl, tg, tr, tz_offset; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 4330 IRTemp tg = newTemp(ty); local
    [all...]
guest_x86_toIR.c 3301 IRTemp tg = newTemp(ty); local
    [all...]
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 

Completed in 571 milliseconds

1 2