Home
last modified time | relevance | path

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

12

/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/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/tensorflow/tensorflow/lite/experimental/swift/Sources/
DInterpreterOptions.swift22 public var threadCount: Int? = nil variable
DInterpreter.swift51 if let threadCount = options.threadCount, threadCount > 0 { variable
/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/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/xz-java/src/
DTestAllocSpeed.java85 final int threadCount = Integer.parseInt(args[2]); in main() local
/external/dng_sdk/source/
Ddng_filter_task.cpp58 void dng_filter_task::Start (uint32 threadCount, in Start()
Ddng_jpeg_image.cpp225 uint32 threadCount = Min_uint32 (tileCount, in Encode() local
338 uint32 threadCount = Min_uint32 (tileCount, in FindDigest() local
Ddng_opcodes.cpp306 virtual void Start (uint32 threadCount, in Start()
446 virtual void Start (uint32 threadCount, in Start()
/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/icu/icu4c/source/test/intltest/
Dintltest.h336 int32_t threadCount; variable
/external/guice/core/test/com/google/inject/
DPerformanceComparison.java184 int threadCount = 10; in concurrentlyIterate() local
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp104 int threadCount; member
1351 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests() local
1435 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests() local
/external/testng/src/main/java/org/testng/
DCommandLineArgs.java70 public Integer threadCount; field in CommandLineArgs
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs205 public static void SetThreadPoolSize(int threadCount) in SetThreadPoolSize()
/external/swiftshader/src/Main/
DSwiftConfig.hpp45 int threadCount; member
/external/swiftshader/src/Device/
DSwiftConfig.hpp45 int threadCount; member

12