Home
last modified time | relevance | path

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

123

/external/testng/src/test/java/test/thread/
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
DMultiThreadedDependentTest.java69 private void test(int threadCount) { in test()
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp39 virtual cl_uint NumResults(cl_uint threadCount, cl_device_id deviceID) in NumResults()
61 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction()
65 …virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValu… in ExpectedValue()
131 virtual cl_uint NumResults(cl_uint threadCount, cl_device_id deviceID) in NumResults()
140 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction()
144 …virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValu… in ExpectedValue()
215 virtual cl_uint NumResults(cl_uint threadCount, cl_device_id deviceID) in NumResults()
246 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction()
251 …virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValu… in ExpectedValue()
256 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()
[all …]
Dcommon.h128 cl_uint threadCount; member
152 virtual cl_uint NumResults(cl_uint threadCount, cl_device_id deviceID) in NumResults()
160 …virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValu… in ExpectedValue()
164 virtual bool GenerateRefs(cl_uint threadCount, HostDataType *startRefValues, MTdata d) in GenerateRefs()
168 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()
275 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction()
400 virtual cl_uint CurrentGroupNum(cl_uint threadCount) in CurrentGroupNum()
535 virtual cl_uint CurrentGroupNum(cl_uint threadCount) in CurrentGroupNum()
932 cl_uint deviceThreadCount, hostThreadCount, threadCount; in ExecuteSingleTest() local
/external/testng/src/main/java/org/testng/internal/thread/
DExecutorAdapter.java18 public ExecutorAdapter(int threadCount, IThreadFactory tf) { in ExecutorAdapter()
55 int threadCount = threads.size(); in getStackTraces() local
DThreadUtil.java92 public static final IExecutor createExecutor(int threadCount, String threadFactoryName) { in createExecutor()
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
DCrawler.java52 private void parallelDrainQueue(int threadCount) { in parallelDrainQueue()
120 int threadCount = 20; in main() local
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp73 int threadCount; member
886 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vecto… in createThreads()
1126 int threadCount = threadCounts[threadCountNdx]; in init() local
1175 int threadCount = threadCounts[threadCountNdx]; in init() local
1223 int threadCount = threadCounts[threadCountNdx]; in init() local
1272 int threadCount = threadCounts[threadCountNdx]; in init() local
1321 int threadCount = threadCounts[threadCountNdx]; in init() local
1370 int threadCount = threadCounts[threadCountNdx]; in init() local
1419 int threadCount = threadCounts[threadCountNdx]; in init() local
1471 int threadCount = threadCounts[threadCountNdx]; in init() local
[all …]
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift70 if let threadCount = $0.threadCount, threadCount > 0 { variable
283 if let threadCount = options.threadCount, threadCount > 0 { in configureXNNPack() variable
297 public var threadCount: Int? = nil variable
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DThreadedBenchmark.cs37 public ThreadedBenchmark(int threadCount, Action threadBody) in ThreadedBenchmark()
DPInvokeByteArrayBenchmark.cs41 public void Run(int threadCount, int iterations, int payloadSize) in Run()
DCompletionRegistryBenchmark.cs43 public void Run(int threadCount, int iterations, bool useSharedRegistry) in Run()
DSendMessageBenchmark.cs46 public void Run(int threadCount, int iterations, int payloadSize) in Run()
/external/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dnotify_all.pass.cpp34 const unsigned threadCount = 2; variable
/external/dng_sdk/source/
Ddng_jpeg_image.cpp225 uint32 threadCount = Min_uint32 (tileCount, in Encode() local
338 uint32 threadCount = Min_uint32 (tileCount, in FindDigest() local
Ddng_filter_task.cpp58 void dng_filter_task::Start (uint32 threadCount, in Start()
Ddng_opcodes.cpp306 virtual void Start (uint32 threadCount, in Start()
446 virtual void Start (uint32 threadCount, in Start()
/external/xz-java/src/
DTestAllocSpeed.java85 final int threadCount = Integer.parseInt(args[2]); in main() local
/external/llvm-project/libcxx/test/libcxx/debug/containers/
Ddb_sequence_container_iterators.multithread.pass.cpp60 const size_t threadCount = 4; in ThreadUseIter() local
/external/oj-libjdwp/src/share/back/
DThreadGroupReferenceImpl.c103 jint threadCount; in children() local
/external/jcommander/src/test/java/com/beust/jcommander/args/
DCommandLineArgs.java67 public Integer threadCount; field in CommandLineArgs
/external/skia/tests/
DSkScalerCacheTest.cpp20 Barrier(int threadCount) : fThreadCount(threadCount) { } in Barrier()
/external/icu/icu4c/source/test/intltest/
Dintltest.h373 int32_t threadCount; variable
/external/guava/android/guava-tests/test/com/google/common/graph/
DValueGraphTest.java390 int threadCount = 20; in concurrentIteration() local
/external/angle/src/tests/gl_tests/
DVulkanMultithreadingTest.cpp64 size_t threadCount) in runMultithreadedGLTest()

123