Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DStress_test.cpp41 std::vector<std::thread> threads; in TEST() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
DLockSettingsStorageTests.java111 List<Thread> threads = new ArrayList<>(); in testKeyValue_Concurrency() local
155 List<Thread> threads = new ArrayList<>(); in testKeyValue_CacheStarvedWriter() local
/frameworks/base/tests/WindowManagerStressTest/src/test/windowmanagerstresstest/
DMainActivity.java98 ArrayList<Thread> threads = new ArrayList<>(); in slamWm() local
/frameworks/minikin/tests/stresstest/
DMultithreadTest.cpp92 std::vector<std::thread> threads; in TEST() local
/frameworks/wilhelm/tests/sandbox/
Dmultithread.c37 pthread_t threads[MAX_THREAD]; variable
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicHistogram.cpp101 const uint32_t threads = mCtx->getThreadCount(); in preLaunch() local
150 uint32_t threads = mCtx->getThreadCount(); in postLaunch() local
DrsCpuIntrinsicBlur.cpp465 uint32_t threads = mCtx->getThreadCount(); in ~RsdCpuScriptIntrinsicBlur() local
/frameworks/base/tools/bit/
Dmake.cpp42 unsigned int threads = std::thread::hardware_concurrency(); in get_thread_count() local
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_tests.cpp150 std::vector<std::thread> threads; in TEST_F() local
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java42 Vector threads = new Vector(); field in TestWebServer
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp173 int threads = 1; member