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

  /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/
AudioInputDescriptor.h 74 int32_t activeCount() { return mGlobalActiveCount; }
  /external/python/cpython2/Lib/
threading.py 30 __all__ = ['activeCount', 'active_count', 'Condition', 'currentThread',
    [all...]
  /external/python/cpython3/Lib/
threading.py     [all...]
  /frameworks/av/include/media/
VolumeShaper.h     [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 599 int activeCount = 0;
605 ++activeCount;
606 if (!foundAngle || (foundDone && activeCount & 1)) {
695 int activeCount = 0;
701 ++activeCount;
702 if (!foundAngle || (foundDone && activeCount & 1)) {
783 int activeCount = 0;
789 ++activeCount;
790 if (!foundAngle || (foundDone && activeCount & 1)) {
    [all...]
  /external/skqp/src/pathops/
SkOpSegment.cpp 599 int activeCount = 0;
605 ++activeCount;
606 if (!foundAngle || (foundDone && activeCount & 1)) {
695 int activeCount = 0;
701 ++activeCount;
702 if (!foundAngle || (foundDone && activeCount & 1)) {
783 int activeCount = 0;
789 ++activeCount;
790 if (!foundAngle || (foundDone && activeCount & 1)) {
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp     [all...]
  /external/kotlinc/lib/
kotlin-daemon-client.jar 

Completed in 3973 milliseconds