HomeSort by relevance Sort by last modified time
    Searched refs:threadCount (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 71 int threadCount;
878 for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadNdx++)
898 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vector<TestContext*>& contexts)
900 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size());
905 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++)
1000 log << TestLog::Message << "Total triangles rendered: : " << config.triangleCount * config.drawCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::EndMessage;
1001 log << TestLog::Message << "Number of threads: " << config.threadCount << TestLog::EndMessage;
1055 createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts);
1103 basicConfig.threadCount = 1;
1138 int threadCount = threadCounts[threadCountNdx]
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ThreadGroup002Test.java 167 for (int threadCount = 0; threadCount < testedThreadsNumber; threadCount++) {
168 logWriter.println("\n==> Check for Thread: threadID = " + testedThreadsIDs[threadCount]
169 + "; threadName = " + testedThreadsNames[threadCount]);
174 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[threadCount]);
192 packet.setNextValueAsThreadID(testedThreadsIDs[threadCount]);
203 if ( threadCount >= finishedTestedThreadsNumber ) {
205 logWriter.println("## Thread witn number = " + threadCount +
218 if ( threadCount < finishedTestedThreadsNumber )
    [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h 28 void setThreadCount(int threadCount) { fThreadCount = threadCount; }
  /external/skia/tools/skpdiff/
SkDiffContext.h 28 void setThreadCount(int threadCount) { fThreadCount = threadCount; }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ObjectTest.java 118 final int threadCount = 20;
119 for (int i = 0; i < threadCount; ++i) {
129 if (ready == threadCount) {
136 + ready + ")", ready == threadCount);
140 for (int i = 1; i <= threadCount; ++i) {
187 final int threadCount = 20;
188 for (int i = 0; i < threadCount; ++i) {
200 if (ready == threadCount) {
207 + ready + ")", ready == threadCount);
217 + status + ")", status == threadCount);
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalTest.java 87 final int threadCount = 10;
88 final int x[] = new int[threadCount];
92 for (int i = 0; i < threadCount; i++) {
  /external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java 53 private void parallelDrainQueue(int threadCount) {
54 ExecutorService executor = Executors.newFixedThreadPool(threadCount);
55 for (int i = 0; i < threadCount; i++) {
130 int threadCount = 20;
139 crawler.parallelDrainQueue(threadCount);
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 94 , threadCount (0)
104 int threadCount;
122 deUint32 getInitialValue (void) const { return m_spec.callCount * m_spec.threadCount + 1; }
242 src << " uint preGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
245 src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
248 src << " uint decrement[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
251 src << " uint postGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
254 src << " uint get[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
537 expectedValue = initialValue + (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount/2 : m_spec.threadCount*m_spec.callCount)
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsThreadedCommon.h 36 PathOpsThreadedTestRunner(skiatest::Reporter* reporter, int threadCount)
37 : fNumThreads(threadCount)
PathOpsOpCubicThreadedTest.cpp 70 int threadCount = initializeTests(reporter, "cubicOp");
71 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsOpLoopThreadedTest.cpp 65 int threadCount = initializeTests(reporter, "cubicOp");
66 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsOpRectThreadedTest.cpp 77 int threadCount = initializeTests(reporter, "testOp");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsQuadLineIntersectionThreadedTest.cpp 114 int threadCount = initializeTests(reporter, "testQuadLineIntersect");
115 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyDegenerateThreadedTest.cpp 71 int threadCount = initializeTests(reporter, "testDegenerates");
72 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyQuadThreadedTest.cpp 77 int threadCount = initializeTests(reporter, "testQuads");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 79 int threadCount = initializeTests(reporter, "testQuadralaterals");
80 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyTrianglesThreadedTest.cpp 76 int threadCount = initializeTests(reporter, "testTriangles");
77 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
  /external/skia/tests/
PathOpsThreadedCommon.h 36 PathOpsThreadedTestRunner(skiatest::Reporter* reporter, int threadCount)
37 : fNumThreads(threadCount)
PathOpsOpCubicThreadedTest.cpp 70 int threadCount = initializeTests(reporter, "cubicOp");
71 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsOpLoopThreadedTest.cpp 65 int threadCount = initializeTests(reporter, "cubicOp");
66 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsOpRectThreadedTest.cpp 77 int threadCount = initializeTests(reporter, "testOp");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsQuadLineIntersectionThreadedTest.cpp 114 int threadCount = initializeTests(reporter, "testQuadLineIntersect");
115 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 253 int threadCount;
255 threadCount = threadGroup.enumerate(threads);
256 if (threadCount == threads.length) {
262 if (threadCount < lastThread) {
264 Arrays.fill(threads, threadCount, lastThread, null);
266 lastThread = threadCount;
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 362 private List<MyThread> populateGroupsWithThreads(ThreadGroup group, int threadCount) {
364 populateGroupsWithThreads(group, threadCount, result);
368 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) {
369 for (int i = 0; i < threadCount; i++) {
370 out.add(new MyThread(group, "MyThread " + i + " of " + threadCount));
376 populateGroupsWithThreads(element, threadCount, out);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
JsDocValidator.java 19 int threadCount = Math.min(args.length, Runtime.getRuntime().availableProcessors());
20 ExecutorService executor = Executors.newFixedThreadPool(threadCount);

Completed in 518 milliseconds

1 2 3