Home
last modified time | relevance | path

Searched defs:threads (Results 251 – 275 of 1416) sorted by relevance

1...<<11121314151617181920>>...57

/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_cache_unit_test.cpp462 std::vector<std::thread> threads(5); in TEST_F() local
505 std::vector<std::thread> threads(5); in TEST_F() local
536 std::vector<std::thread> threads(5); in TEST_F() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
H A Dmutable_command_arguments.cpp222 size_t threads[1], localThreads[1]; in Run() local
352 size_t threads[1], localThreads[1]; in Run() local
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Dgpu_cmds.c246 gen7_emit_vfe_state(struct intel_batchbuffer *batch, uint32_t threads, in gen7_emit_vfe_state()
618 gen8_emit_vfe_state(struct intel_batchbuffer *batch, uint32_t threads, in gen8_emit_vfe_state()
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/metrics/
H A DCachingUmaRecorderTest.java411 Thread[] threads = new Thread[numThreads]; in testStressParallelHistograms() local
525 Thread[] threads = new Thread[numThreads]; in testStressParallelUserActions() local
/aosp_15_r20/external/ltp/testcases/kernel/mem/lib/
H A Dmem.c73 static void child_alloc(int testcase, int lite, int threads) in child_alloc()
128 int status, threads; in oom() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/
H A Dtest_relationals.cpp60 size_t threads[1], localThreads[1]; in test_any_all_kernel() local
336 size_t threads[1], localThreads[1]; in test_select_kernel() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestGenerated.cpp357 std::vector<std::thread> threads; in executeMultithreadedOwnCompilation() local
371 std::vector<std::thread> threads; in executeMultithreadedSharedCompilation() local
/aosp_15_r20/external/libcups/config-scripts/
H A Dcups-threads.m410 AC_ARG_ENABLE(threads, [ --disable-threads disable multi-threading support]) optenable
/aosp_15_r20/external/perfetto/test/stress_test/
H A DREADME.md25 - Checks that the number of sequences is exactly equal to #processes x #threads. hashtag in Perfetto Stress Test
/aosp_15_r20/external/harfbuzz_ng/test/
H A Dmeson.build5 subdir('threads') subdir
/aosp_15_r20/external/libultrahdr/lib/src/
H A Djpegr.cpp686 const int threads = (std::min)(GetCPUCoreCount(), 4u); in generateGainMap() local
796 const int threads = (std::min)(GetCPUCoreCount(), 4u); in generateGainMap() local
1570 const int threads = (std::min)(GetCPUCoreCount(), 4u); in applyGainMap() local
1878 const int threads = (std::min)(GetCPUCoreCount(), 4u); in toneMap() local
/aosp_15_r20/test/dittosuite/schema/
H A Dbenchmark.proto44 optional uint32 threads = 2; field
224 repeated Thread threads = 1; field
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dsw_sync.c629 int threads; member
722 pthread_t threads[n]; in test_sync_multi_producer_single_consumer() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/buffers/
H A Dtest_sub_buffers.cpp184 size_t threads[1] = { buffer1.mSize }; in Execute() local
479 size_t threads[1] = { length }; in read_buffer_via_kernel() local
/aosp_15_r20/art/test/149-suspend-all-stress/src/
H A DMain.java24 final Thread[] threads = new Thread[numberOfThreads]; in main() local
/aosp_15_r20/external/eigen/bench/tensors/
H A Dcontraction_benchmarks_cpu.cc7 #define CREATE_THREAD_POOL(threads) \ argument
/aosp_15_r20/art/test/304-method-tracing/src/
H A DMain.java31 ArrayList<Thread> threads = new ArrayList<Thread>(); in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_4882.cpp64 boost::thread* threads[nrThreads]; in main() local
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DThreadGroupReference.java90 List<ThreadReference> threads(); in threads() method
/aosp_15_r20/development/tools/bugreport/src/com/android/bugreport/bugreport/
H A DProcessInfo.java38 public HashMap<Integer,ThreadInfo> threads = new HashMap<Integer,ThreadInfo>(); field in ProcessInfo
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dinitialization_util.cc18 const int threads = std::ceil<int>(num_of_cores * cores_multiplier) + offset; in RecommendedMaxNumberOfThreadsInPool() local
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dinitialization_util.cc19 const size_t threads = in RecommendedMaxNumberOfThreadsInThreadGroup() local
/aosp_15_r20/test/dittosuite/src/
H A Dbinder_service.cpp32 BinderService::BinderService(const Params& params, const std::string& name, int64_t threads) in BinderService()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dsignal_multi_rt.rs24 let threads: Vec<_> = (0..4) in multi_loop() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Donce.cpp34 boost::thread_group threads; in main() local

1...<<11121314151617181920>>...57