Home
last modified time | relevance | path

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

12

/frameworks/base/apct-tests/perftests/core/src/android/text/
DStaticLayoutMultithreadPerfTest.java57 Thread[] threads = new Thread[numOfThreads]; in startBackgroundThread() local
89 private void finishThreads(Thread[] threads) { in finishThreads()
105 Thread[] threads = startBackgroundThread(numOfTotalThreads - 1); in runRandomTest() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTests.java147 List<Thread> threads = new ArrayList<>(); in testKeyValue_Concurrency() local
183 List<Thread> threads = new ArrayList<>(); in testKeyValue_CacheStarvedWriter() local
523 private static void joinAll(List<Thread> threads, long timeoutMillis) { in joinAll()
/frameworks/base/startop/apps/test/src/
DCPUIntensiveBenchmarks.java51 WorkerThread[] threads = new WorkerThread[threadCount]; in doSomeWork() local
/frameworks/base/apct-tests/perftests/core/src/android/os/
DParcelObtainPerfTest.java49 final ObtainThread[] threads = new ObtainThread[numThreads]; in timeContention() local
/frameworks/native/services/surfaceflinger/tests/
DStress_test.cpp45 std::vector<std::thread> threads; in TEST() local
/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp32 SoundDecoder::SoundDecoder(SoundManager* soundManager, size_t threads) in SoundDecoder()
DStreamManager.h122 std::list<std::unique_ptr<JavaThread>> threads; in quit() local
DStreamManager.cpp109 int32_t streams, size_t threads, const audio_attributes_t* attributes, in StreamManager()
/frameworks/native/services/powermanager/tests/
DPowerHalWrapperAidlTest.cpp135 std::vector<std::thread> threads; in TEST_F() local
199 std::vector<std::thread> threads; in TEST_F() local
DPowerHalControllerTest.cpp224 std::vector<std::thread> threads; in TEST_F() local
252 std::vector<std::thread> threads; in TEST_F() local
/frameworks/native/services/vibratorservice/test/
DVibratorManagerHalWrapperAidlTest.cpp172 std::vector<std::thread> threads; in TEST_F() local
208 std::vector<std::thread> threads; in TEST_F() local
DVibratorCallbackSchedulerTest.cpp106 std::vector<std::thread> threads; in TEST_F() local
DVibratorManagerHalControllerTest.cpp206 std::vector<std::thread> threads; in TEST_F() local
DVibratorHalControllerTest.cpp185 std::vector<std::thread> threads; in TEST_F() local
DVibratorHalWrapperHidlV1_0Test.cpp233 std::vector<std::thread> threads; in TEST_F() local
DVibratorHalWrapperAidlTest.cpp461 std::vector<std::thread> threads; in TEST_F() local
/frameworks/minikin/tests/stresstest/
DMultithreadTest.cpp90 std::vector<std::thread> threads; in TEST() local
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceTest.java177 final Thread[] threads = new Thread[threadCount]; in testMultithreadCacheStressTest() 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
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_tests.cpp151 std::vector<std::thread> threads; in TEST_F() local
/frameworks/base/libs/hwui/tests/unit/
DCommonPoolTests.cpp42 std::set<pid_t> threads; in TEST() local
/frameworks/native/libs/binder/
DRpcServer.cpp100 void RpcServer::setMaxThreads(size_t threads) { in setMaxThreads()
/frameworks/base/tests/JankBench/app/src/main/jni/
DBench.cpp125 int threads = useMT ? 1 : 0; in runPowerManagementTest() local
/frameworks/base/media/jni/soundpool/tests/
Dsoundpool_stress.cpp289 std::vector<std::future<void>> threads(threadCount); in main() local

12