/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 | 154 List<Thread> threads = new ArrayList<>(); in testKeyValue_ReadWriteConcurrency() local 194 final List<Thread> threads = new ArrayList<>(); in testKeyValue_ReadRemoveConcurrency() local 236 List<Thread> threads = new ArrayList<>(); in testKeyValue_CacheStarvedWriter() local 507 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/libs/binary_translation/tests/ndk_program_tests/ |
D | atomics_test.cc | 53 std::thread threads[16]; in TEST() 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, int32_t threadPriority) in SoundDecoder()
|
/frameworks/libs/binary_translation/base/ |
D | mmap_pool_test.cc | 91 std::thread threads[kNumThreads]; in TEST_F() local
|
D | forever_alloc_test.cc | 88 pthread_t threads[kNumThreads]; in TEST() local
|
D | lock_free_stack_test.cc | 131 pthread_t threads[kNumThreads]; in TEST() 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 | VibratorManagerHalControllerTest.cpp | 220 std::vector<std::thread> threads; in TEST_F() local
|
/frameworks/native/services/powermanager/tests/ |
D | PowerHalControllerTest.cpp | 224 std::vector<std::thread> threads; in TEST_F() local 252 std::vector<std::thread> threads; in TEST_F() local
|
D | PowerHalWrapperAidlTest.cpp | 164 std::vector<std::thread> threads; in TEST_F() local 242 std::vector<std::thread> threads; in TEST_F() local
|
/frameworks/minikin/tests/stresstest/ |
D | MultithreadTest.cpp | 92 std::vector<std::thread> threads; in TEST() local
|
/frameworks/libs/binary_translation/runtime_primitives/ |
D | table_of_tables_test.cc | 50 std::thread threads[64]; in TEST() local
|
D | signal_queue_test.cc | 154 std::array<std::thread, kStressThreads> threads; in TEST() local
|
/frameworks/native/libs/debugstore/rust/src/ |
D | storage.rs | 116 let threads: Vec<_> = (0..10) in test_concurrent_insertions() localVariable
|
/frameworks/native/libs/binder/ |
D | libbinder_rpc_unstable.cpp | 170 void ARpcServer_setMaxThreads(ARpcServer* handle, size_t threads) { in ARpcServer_setMaxThreads() 269 void ARpcSession_setMaxIncomingThreads(ARpcSession* handle, size_t threads) { in ARpcSession_setMaxIncomingThreads()
|
/frameworks/wilhelm/tests/sandbox/ |
D | multithread.c | 37 pthread_t threads[MAX_THREAD]; variable
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | TypefaceTest.java | 178 final Thread[] threads = new Thread[threadCount]; in testMultithreadCacheStressTest() local
|
/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/binder/tests/ |
D | binderHostDeviceTest.cpp | 169 std::vector<std::thread> threads; in TEST_F() 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
|