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

  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 79 Thread[] threads = new Thread[activeCount()];
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 116 int numThreads = initialThreadGroup.activeCount();
127 int initialThreadCount = initialThreadGroup.activeCount();
143 int afterStartCount = initialThreadGroup.activeCount();
157 int afterDeathCount = initialThreadGroup.activeCount();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 135 * @tests java.lang.ThreadGroup#activeCount()
138 // Test for method int java.lang.ThreadGroup.activeCount()
139 ThreadGroup tg = new ThreadGroup("activeCount");
148 int count = tg.activeCount();
151 count = tg.activeCount();
179 .activeCount());
848 int count = parent.activeCount();
1079 if (aGroup.activeCount() == 0) {
ThreadTest.java 220 * @tests java.lang.Thread#activeCount()
223 // Test for method int java.lang.Thread.activeCount()
228 active = Thread.activeCount();
230 assertTrue("Incorrect activeCount for current group: " + active, active > 1);
  /libcore/libart/src/main/java/java/lang/
Thread.java 446 public static int activeCount() {
447 return currentThread().getThreadGroup().activeCount();
516 int count = ThreadGroup.systemThreadGroup.activeCount();
    [all...]
ThreadGroup.java 122 public int activeCount() {
133 count += group.activeCount();
  /libcore/libdvm/src/main/java/java/lang/
Thread.java 441 public static int activeCount() {
442 return currentThread().getThreadGroup().activeCount();
515 int count = ThreadGroup.mSystem.activeCount();
    [all...]
ThreadGroup.java 122 public int activeCount() {
133 count += group.activeCount();
  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 156 int activeCount = ContentCache.sActiveCursors.getCount(activeCursor);
157 assertEquals(1, activeCount);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 243 int count = threadGroup.activeCount();
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 29 __all__ = ['activeCount', 'active_count', 'Condition', 'currentThread',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 29 __all__ = ['activeCount', 'active_count', 'Condition', 'currentThread',
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 718 milliseconds