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

  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 27 natural_t cpuCount;
33 &cpuCount,
41 _cpuCount = cpuCount;
42 _cpuUsage = new WebRtc_UWord32[cpuCount];
43 _lastTickCount = new WebRtc_Word64[cpuCount];
48 for (unsigned int cpu= 0; cpu < cpuCount; cpu++)
102 natural_t cpuCount;
108 &cpuCount,
120 for (unsigned int cpu = 0; cpu < cpuCount; cpu++)
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 32 int cpuCount = sysconf(_SC_NPROCESSORS_CONF);
34 for (int i = 0; i < cpuCount / 2; i++) {
  /frameworks/base/services/java/com/android/server/
AssetAtlasService.java 400 int cpuCount = Runtime.getRuntime().availableProcessors();
401 if (cpuCount == 1) {
405 int end = MAX_SIZE - (cpuCount - 1) * STEP;
406 int step = STEP * cpuCount;
408 final CountDownLatch signal = new CountDownLatch(cpuCount);
410 for (int i = 0; i < cpuCount; i++, start += STEP, end += STEP) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ChildProcessService.java 297 int cpuCount, long cpuFeatures);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 610 milliseconds