Searched refs:threads (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0330/ |
D | poc.cpp | 50 pthread_t threads[kMaxThreads]; in main() local 53 pthread_create(&threads[t], nullptr, trigger_onUserStarted, nullptr); in main() 56 pthread_join(threads[t], nullptr); in main()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContextMoreTest.java | 87 final Thread[] threads = new Thread[NUM_THREADS]; in testGetSystemService_multiThreaded() local 89 threads[i] = new Thread(tester); in testGetSystemService_multiThreaded() 92 threads[i].start(); in testGetSystemService_multiThreaded() 101 threads[i].join(); in testGetSystemService_multiThreaded()
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-137878930/ |
D | poc.cpp | 206 pthread_t threads[2]; in main() local 207 pthread_create(&threads[0], NULL, getSecureStops, NULL); in main() 208 pthread_create(&threads[1], NULL, removeAllSecureStops, NULL); in main() 209 pthread_join(threads[0], NULL); in main() 210 pthread_join(threads[1], NULL); in main()
|
/cts/hostsidetests/os/src/android/os/cts/ |
D | ProcfsHostTests.java | 227 String[] threads = lsOutput.split("\\s+"); in lookForTidsInProcess() local 228 int[] tids = new int[threads.length]; in lookForTidsInProcess() 229 for (int i = 0; i < threads.length; i++) { in lookForTidsInProcess() 230 tids[i] = Integer.parseInt(threads[i]); in lookForTidsInProcess()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/ |
D | poc.cpp | 166 pthread_t threads[THREADS_NUM]; in main() local 168 FAIL_CHECK(pthread_create(threads + i, NULL, thread_func, NULL) == 0); in main() 185 FAIL_CHECK(pthread_join(threads[i], (void **)&thread_result) == 0); in main()
|
/cts/hostsidetests/theme/ |
D | generate_images.py | 97 threads = [] 101 threads.append(t) 102 for t in threads:
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AndroidKeyStoreTest.java | 2488 ArrayList<Thread> threads = new ArrayList<>(); in importKeyManyTimes() local 2490 threads.add(new Thread(() -> { in importKeyManyTimes() 2516 for (int i = 0; i < threads.size(); ++i) { in importKeyManyTimes() 2517 threads.get(i).start(); in importKeyManyTimes() 2519 for (int i = 0; i < threads.size(); ++i) { in importKeyManyTimes() 2520 threads.get(i).join(); in importKeyManyTimes() 2541 ArrayList<Thread> threads = new ArrayList<>(); in deleteManyTestKeys() local 2544 threads.add(new Thread(() -> { in deleteManyTestKeys() 2558 for (int i = 0; i < threads.size(); ++i) { in deleteManyTestKeys() 2559 threads.get(i).start(); in deleteManyTestKeys() [all …]
|
/cts/tests/jdwp/runner/host-side/resources/expectations/ |
D | external_oj_libjdwp_art_failures.txt | 8 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCodecTest.java | 2626 Thread[] threads = new Thread[10]; in testAsyncRelease() local 2627 threads[0] = new Thread(first); in testAsyncRelease() 2628 for (int j = 1; j < threads.length; ++j) { in testAsyncRelease() 2629 threads[j] = new Thread(() -> { cv.block(); codec.release(); }); in testAsyncRelease() 2631 for (Thread thread : threads) { in testAsyncRelease() 2637 for (Thread thread : threads) { in testAsyncRelease()
|
/cts/tests/tests/media/assets/ |
D | segment000000.ts | 3 …llis=0 8x8dct=0 cqm=0 deadzone=21,G11 fast_pskip=1 chroma_qp_offset=0 threads=1 lookahead_threa…
|
D | fileSequence0.ts | 287 …llis=0 8x8dct=0 cqm=0 deadzoneG=21,11 fast_pskip=1 chroma_qp_offset=0 threads=1 lookahead_threa…
|