HomeSort by relevance Sort by last modified time
    Searched defs:activeCount (Results 1 - 25 of 41) sorted by null

1 2

  /art/test/129-ThreadGetId/src/
Main.java 45 int activeCount = systemThreadGroup.activeCount();
46 Thread[] array = new Thread[activeCount];
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioSession.h 59 uint32_t activeCount() const { return mActiveCount; } ;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioSession.cpp 215 if (valueAt(i)->activeCount() != 0) {
224 size_t activeCount = 0;
226 if (valueAt(i)->activeCount() != 0) {
227 activeCount++;
230 return activeCount;
244 if (audioSession->activeCount() > 0 &&
262 if (activeOnly && audioSession->activeCount() == 0) {
  /libcore/ojluni/src/main/java/java/lang/
ThreadGroup.java 347 public int activeCount() {
366 result += groupsSnapshot[i].activeCount();
406 * <p> An application might use the {@linkplain #activeCount activeCount}
    [all...]
Thread.java     [all...]
  /external/python/cpython2/Lib/
threading.py 30 __all__ = ['activeCount', 'active_count', 'Condition', 'currentThread',
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 159 int activeCount = ContentCache.sActiveCursors.getCount(activeCursor);
160 assertEquals(1, activeCount);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 29 __all__ = ['activeCount', 'active_count', 'Condition', 'currentThread',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 29 __all__ = ['activeCount', 'active_count', 'Condition', 'currentThread',
    [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...]
  /frameworks/av/include/media/
VolumeShaper.h     [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobPackageTracker.java 73 int activeCount;
183 pe.activeCount++;
257 outPe.activeCount += pe.activeCount;
333 printDuration(pw, period, pe.getActiveTime(now), pe.activeCount, "active");
  /external/skia/src/pathops/
SkOpSegment.cpp 578 int activeCount = 0;
584 ++activeCount;
585 if (!foundAngle || (foundDone && activeCount & 1)) {
674 int activeCount = 0;
680 ++activeCount;
681 if (!foundAngle || (foundDone && activeCount & 1)) {
762 int activeCount = 0;
765 ++activeCount;
766 if (!foundAngle || (foundDone && activeCount & 1)) {
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.java 521 final int activeCount = getSessionCount(mSessions, callingUid);
522 if (activeCount >= MAX_ACTIVE_SESSIONS) {
    [all...]
PackageInstallerSession.java     [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1159 milliseconds

1 2