/frameworks/base/apct-tests/perftests/core/src/android/text/ |
D | StaticLayoutMultithreadPerfTest.java | 57 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/ |
D | LockSettingsStorageTests.java | 147 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/ |
D | CPUIntensiveBenchmarks.java | 51 WorkerThread[] threads = new WorkerThread[threadCount]; in doSomeWork() local
|
/frameworks/base/apct-tests/perftests/core/src/android/os/ |
D | ParcelObtainPerfTest.java | 49 final ObtainThread[] threads = new ObtainThread[numThreads]; in timeContention() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Stress_test.cpp | 45 std::vector<std::thread> threads; in TEST() local
|
/frameworks/base/media/jni/soundpool/ |
D | SoundDecoder.cpp | 32 SoundDecoder::SoundDecoder(SoundManager* soundManager, size_t threads) in SoundDecoder()
|
D | StreamManager.h | 122 std::list<std::unique_ptr<JavaThread>> threads; in quit() local
|
D | StreamManager.cpp | 109 int32_t streams, size_t threads, const audio_attributes_t* attributes, in StreamManager()
|
/frameworks/native/services/powermanager/tests/ |
D | PowerHalWrapperAidlTest.cpp | 135 std::vector<std::thread> threads; in TEST_F() local 199 std::vector<std::thread> threads; in TEST_F() local
|
D | PowerHalControllerTest.cpp | 224 std::vector<std::thread> threads; in TEST_F() local 252 std::vector<std::thread> threads; in TEST_F() local
|
/frameworks/native/services/vibratorservice/test/ |
D | VibratorManagerHalWrapperAidlTest.cpp | 172 std::vector<std::thread> threads; in TEST_F() local 208 std::vector<std::thread> threads; in TEST_F() local
|
D | VibratorCallbackSchedulerTest.cpp | 106 std::vector<std::thread> threads; in TEST_F() local
|
D | VibratorManagerHalControllerTest.cpp | 206 std::vector<std::thread> threads; in TEST_F() local
|
D | VibratorHalControllerTest.cpp | 185 std::vector<std::thread> threads; in TEST_F() local
|
D | VibratorHalWrapperHidlV1_0Test.cpp | 233 std::vector<std::thread> threads; in TEST_F() local
|
D | VibratorHalWrapperAidlTest.cpp | 461 std::vector<std::thread> threads; in TEST_F() local
|
/frameworks/minikin/tests/stresstest/ |
D | MultithreadTest.cpp | 90 std::vector<std::thread> threads; in TEST() local
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | TypefaceTest.java | 177 final Thread[] threads = new Thread[threadCount]; in testMultithreadCacheStressTest() local
|
/frameworks/wilhelm/tests/sandbox/ |
D | multithread.c | 37 pthread_t threads[MAX_THREAD]; variable
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicHistogram.cpp | 101 const uint32_t threads = mCtx->getThreadCount(); in preLaunch() local 150 uint32_t threads = mCtx->getThreadCount(); in postLaunch() local
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel_tests.cpp | 151 std::vector<std::thread> threads; in TEST_F() local
|
/frameworks/base/libs/hwui/tests/unit/ |
D | CommonPoolTests.cpp | 42 std::set<pid_t> threads; in TEST() local
|
/frameworks/native/libs/binder/ |
D | RpcServer.cpp | 100 void RpcServer::setMaxThreads(size_t threads) { in setMaxThreads()
|
/frameworks/base/tests/JankBench/app/src/main/jni/ |
D | Bench.cpp | 125 int threads = useMT ? 1 : 0; in runPowerManagementTest() local
|
/frameworks/base/media/jni/soundpool/tests/ |
D | soundpool_stress.cpp | 289 std::vector<std::future<void>> threads(threadCount); in main() local
|