Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 25 of 267) sorted by relevance

1234567891011

/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dtest_atomics.cpp42 virtual cl_uint NumResults(cl_uint threadCount, cl_device_id deviceID) in NumResults()
68 virtual void HostFunction(cl_uint tid, cl_uint threadCount, in HostFunction()
74 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue()
182 virtual cl_uint NumResults(cl_uint threadCount, cl_device_id deviceID) in NumResults()
190 virtual void HostFunction(cl_uint tid, cl_uint threadCount, in HostFunction()
196 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue()
311 virtual cl_uint NumResults(cl_uint threadCount, cl_device_id deviceID) in NumResults()
346 virtual void HostFunction(cl_uint tid, cl_uint threadCount, in HostFunction()
355 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue()
362 virtual bool VerifyRefs(bool &correct, cl_uint threadCount, in VerifyRefs()
[all …]
H A Dcommon.h132 cl_uint threadCount; member
160 virtual cl_uint NumResults(cl_uint threadCount, cl_device_id deviceID) in NumResults()
165 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue()
171 virtual bool GenerateRefs(cl_uint threadCount, HostDataType *startRefValues, in GenerateRefs()
176 virtual bool VerifyRefs(bool &correct, cl_uint threadCount, in VerifyRefs()
299 virtual void HostFunction(cl_uint tid, cl_uint threadCount, in HostFunction()
435 virtual cl_uint CurrentGroupNum(cl_uint threadCount) in CurrentGroupNum()
625 virtual cl_uint CurrentGroupNum(cl_uint threadCount) in CurrentGroupNum()
1105 cl_uint deviceThreadCount, hostThreadCount, threadCount; in ExecuteSingleTest() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp73 int threadCount; member
890 void createThreads(vector<TestThread *> &threads, int threadCount, int perThreadContextCount, in createThreads()
1144 int threadCount = threadCounts[threadCountNdx]; in init() local
1199 int threadCount = threadCounts[threadCountNdx]; in init() local
1253 int threadCount = threadCounts[threadCountNdx]; in init() local
1308 int threadCount = threadCounts[threadCountNdx]; in init() local
1362 int threadCount = threadCounts[threadCountNdx]; in init() local
1416 int threadCount = threadCounts[threadCountNdx]; in init() local
1470 int threadCount = threadCounts[threadCountNdx]; in init() local
1527 int threadCount = threadCounts[threadCountNdx]; in init() local
[all …]
/aosp_15_r20/external/testng/src/test/java/test/thread/
H A DSequentialTest.java44 public void verifySequential(int threadCount) { in verifySequential()
51 public void verifySingleThreaded(int threadCount) { in verifySingleThreaded()
58 private void runTest(int threadCount, String... classes) { in runTest()
90 Assert.assertEquals(verifyMap.size(), threadCount); in runTest() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift94 if let threadCount = $0.threadCount, threadCount > 0 { variable
320 if let threadCount = options.threadCount, threadCount > 0 { in configureXNNPack() variable
334 public var threadCount: Int? = nil variable
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/thread/
H A DExecutorAdapter.java18 public ExecutorAdapter(int threadCount, IThreadFactory tf) { in ExecutorAdapter()
55 int threadCount = threads.size(); in getStackTraces() local
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DMultiThreadSteps.cpp18 void RunLockStepThreads(EGLWindow *window, size_t threadCount, LockStepThreadFunc threadFuncs[]) in RunLockStepThreads()
27 size_t threadCount, in RunLockStepThreadsWithSize()
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelInferenceTest.java60 protected NNParallelInferenceTest(int threadCount, Duration testDuration, in NNParallelInferenceTest()
117 private Intent runAllModelsOnNThreadsForOnAccelerator(int threadCount, Duration testDuration, in runAllModelsOnNThreadsForOnAccelerator()
DNNPerformanceDegradationTest.java53 public NNPerformanceDegradationTest(int threadCount, in NNPerformanceDegradationTest()
73 String acceleratorName, int threadCount, in getTestMaxPerfDegradationOfModelWIthThreads()
DNNParallelInProcessInferenceTest.java26 public NNParallelInProcessInferenceTest(int threadCount, Duration testDuration, in NNParallelInProcessInferenceTest()
DNNParallelCrashResistantInferenceTest.java26 public NNParallelCrashResistantInferenceTest(int threadCount, Duration testDuration, in NNParallelCrashResistantInferenceTest()
/aosp_15_r20/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
H A DCrawler.java52 private void parallelDrainQueue(int threadCount) { in parallelDrainQueue()
120 int threadCount = 20; in main() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DObjectTest.java145 final int threadCount = 20; in test_notify() local
215 final int threadCount = 20; in test_notifyAll() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_jpeg_image.cpp225 uint32 threadCount = Min_uint32 (tileCount, in Encode() local
338 uint32 threadCount = Min_uint32 (tileCount, in FindDigest() local
H A Ddng_opcodes.cpp306 virtual void Start (uint32 threadCount, in Start()
446 virtual void Start (uint32 threadCount, in Start()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DOldThreadGroupTest.java368 private List<MyThread> populateGroupsWithThreads(ThreadGroup group, int threadCount) { in populateGroupsWithThreads()
374 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) { in populateGroupsWithThreads()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp104 int threadCount; member
1422 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests() local
1505 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DConcurrentInterpreter.kt101 val threadCount = lines[0].size in <lambda>() constant
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
H A DHistogram.cpp71 uint32_t threadCount, const Restriction* restriction) in HistogramTask()
153 uint32_t threadCount, const float* coefficients, in HistogramDotTask()
/aosp_15_r20/frameworks/rs/toolkit/
H A DHistogram.cpp72 uint32_t threadCount, const Restriction* restriction) in HistogramTask()
154 uint32_t threadCount, const float* coefficients, in HistogramDotTask()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_task_internal.cpp951 uint32_t threadCount = 0; in VtuneInitProfilingInfo() local
1143 uint32_t threadCount; in CreateThreadSpaceData() local
1741 uint32_t threadCount; in DisplayThreadSpaceData() local
/aosp_15_r20/external/testng/src/main/java/org/testng/xml/
H A DTestNGContentHandler.java190 String threadCount = attributes.getValue("thread-count"); in xmlSuite() local
308 String threadCount = attributes.getValue("thread-count"); in xmlTest() local
/aosp_15_r20/frameworks/native/libs/binderdebug/include/binderdebug/
H A DBinderDebug.h28 uint32_t threadCount; // number of threads total member
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DNamedThreadFactory.java29 private final AtomicInteger threadCount = new AtomicInteger(0); field in NamedThreadFactory
/aosp_15_r20/libcore/ojluni/src/test/java/util/Random/
H A DDistinctSeeds.java64 final int threadCount = 2; in main() local

1234567891011