Searched refs:CPU_COUNT (Results 1 – 3 of 3) sorted by relevance
79 private static final int CPU_COUNT = Runtime.getRuntime().availableProcessors(); field in BasicBitmapDrawable80 private static final int CORE_POOL_SIZE = CPU_COUNT + 1;81 private static final int MAXIMUM_POOL_SIZE = CPU_COUNT * 2 + 1;
437 int num_cpus = CPU_COUNT(&cpu_set); in android_os_Process_getExclusiveCores()
48483 Landroid/os/AsyncTask;->CPU_COUNT:I