Home
last modified time | relevance | path

Searched refs:cpu_count (Results 1 – 3 of 3) sorted by relevance

/tools/test/graphicsbenchmark/functional_tests/native/
Dcpu_test.cpp35 int cpu_count = android_getCpuCount(); in TEST() local
36 for (int cpu = 0; cpu < cpu_count; ++cpu) { in TEST()
49 int cpu_count = android_getCpuCount(); in TEST() local
57 {0, cpu_count - 1}}; in TEST()
64 if (cpu >= cpu_count) { in TEST()
65 cpu = cpu_count - 1; in TEST()
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py74 _CPU_COUNT = 0 if os.uname()[0] == 'Linux' else multiprocessing.cpu_count()
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py68 _CPU_COUNT = 0 if os.uname()[0] == 'Linux' else multiprocessing.cpu_count()