/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/ |
H A D | test_atomics.cpp | 42 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 D | common.h | 132 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 D | teglGLES2SharedRenderingPerfTests.cpp | 73 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 D | SequentialTest.java | 44 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 D | Interpreter.swift | 94 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 D | ExecutorAdapter.java | 18 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 D | MultiThreadSteps.cpp | 18 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/ |
D | NNParallelInferenceTest.java | 60 protected NNParallelInferenceTest(int threadCount, Duration testDuration, in NNParallelInferenceTest() 117 private Intent runAllModelsOnNThreadsForOnAccelerator(int threadCount, Duration testDuration, in runAllModelsOnNThreadsForOnAccelerator()
|
D | NNPerformanceDegradationTest.java | 53 public NNPerformanceDegradationTest(int threadCount, in NNPerformanceDegradationTest() 73 String acceleratorName, int threadCount, in getTestMaxPerfDegradationOfModelWIthThreads()
|
D | NNParallelInProcessInferenceTest.java | 26 public NNParallelInProcessInferenceTest(int threadCount, Duration testDuration, in NNParallelInProcessInferenceTest()
|
D | NNParallelCrashResistantInferenceTest.java | 26 public NNParallelCrashResistantInferenceTest(int threadCount, Duration testDuration, in NNParallelCrashResistantInferenceTest()
|
/aosp_15_r20/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/ |
H A D | Crawler.java | 52 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 D | ObjectTest.java | 145 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 D | dng_jpeg_image.cpp | 225 uint32 threadCount = Min_uint32 (tileCount, in Encode() local 338 uint32 threadCount = Min_uint32 (tileCount, in FindDigest() local
|
H A D | dng_opcodes.cpp | 306 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 D | OldThreadGroupTest.java | 368 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 D | es31fAtomicCounterTests.cpp | 104 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/ |
D | ConcurrentInterpreter.kt | 101 val threadCount = lines[0].size in <lambda>() constant
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | Histogram.cpp | 71 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 D | Histogram.cpp | 72 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 D | cm_task_internal.cpp | 951 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 D | TestNGContentHandler.java | 190 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 D | BinderDebug.h | 28 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 D | NamedThreadFactory.java | 29 private final AtomicInteger threadCount = new AtomicInteger(0); field in NamedThreadFactory
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Random/ |
H A D | DistinctSeeds.java | 64 final int threadCount = 2; in main() local
|