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

  /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",
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
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();
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...]
  /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/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/openssl/ssl/
kssl.c 2011 time_t now, tl, tg, tr, tz_offset; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 3301 IRTemp tg = newTemp(ty); local
    [all...]
guest_amd64_toIR.c 4330 IRTemp tg = newTemp(ty); local
    [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 2789 milliseconds