Home
last modified time | relevance | path

Searched defs:threadCount (Results 51 – 75 of 267) sorted by relevance

1234567891011

/aosp_15_r20/system/core/debuggerd/client/
H A Ddebuggerd_client_test.cpp42 int threadCount = 1024; in getThreadCount() local
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/thread/
H A DThreadUtil.java92 public static final IExecutor createExecutor(int threadCount, String threadFactoryName) { in createExecutor()
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/jni/
H A DWorkerPool.cpp157 bool WorkerPool::init(int threadCount) { in init()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_kernel_intra_dist_mdf_g12.cpp250 uint32_t threadCount = m_curbeParam.downScaledWidthInMb4x * m_curbeParam.downScaledHeightInMb4x; in Execute() local
H A Dcodechal_encode_csc_ds_mdf_g12.cpp482 uint32_t threadCount = m_walkerResolutionX * m_walkerResolutionY; in CscKernel() local
H A Dcodechal_kernel_hme_mdf_g12.cpp222 uint32_t threadCount = xResolution * yResolution; in Execute() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dintltest.h378 int32_t threadCount; variable
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/
DBackgroundWorker.cpp29 PriorityQueueWorkerPool::PriorityQueueWorkerPool(size_t threadCount, in PriorityQueueWorkerPool()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dintltest.h378 int32_t threadCount; variable
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelTestActivity.java101 final int threadCount = intent.getIntExtra(EXTRA_THREAD_COUNT, 10); in onResume() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceTest.java177 final int threadCount = 4; in testMultithreadCacheStressTest() local
/aosp_15_r20/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java233 int threadCount = mThreadCount.getValue(); in startInferenceTest() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/graph/
H A DValueGraphTest.java415 int threadCount = 20; in concurrentIteration() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanMultithreadingTest.cpp63 size_t threadCount) in runMultithreadedGLTest()
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java71 float warmupTimeSeconds, float runTimeSeconds, String acceleratorName, int threadCount, in intentInitializer()
DRunModelsInParallel.java76 static public CrashTestIntentInitializer intentInitializer(int[] models, int threadCount, in intentInitializer()
DRunModelsInMultipleProcesses.java67 String modelName, int processCount, int threadCount, Duration duration, in intentInitializer()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/half/
H A DTest_vStoreHalf.cpp871 cl_uint threadCount = GetThreadCount(); in Test_vStoreHalf_private() local
1717 cl_uint threadCount = GetThreadCount(); in Test_vStoreaHalf_private() local
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DPerformanceComparison.java184 int threadCount = 10; in concurrentlyIterate() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/graph/
H A DValueGraphTest.java481 int threadCount = 20; in concurrentIteration() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DMessageQueuePerfTest.java115 void reportPerf(String prefix, int threadCount, int perThreadMessageCount) { in reportPerf()
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DCommonPoolTests.cpp41 TEST(DISABLED_CommonPool, threadCount) { in TEST() argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/hint/
H A DHintManagerService.java455 void updateUponSessionCreation(int threadCount, long targetDuration) { in updateUponSessionCreation()
474 void updateThreadCount(int threadCount) { in updateThreadCount()
630 final int threadCount = appHintSession.getThreadIds().length; in restoreSessionSnapshot() local
/aosp_15_r20/external/testng/src/main/java/org/testng/
H A DCommandLineArgs.java70 public Integer threadCount; field in CommandLineArgs
/aosp_15_r20/frameworks/base/media/jni/soundpool/
H A DStreamManager.h157 const size_t threadCount = mThreads.size(); in launch() local

1234567891011