Home
last modified time | relevance | path

Searched refs:testIndex (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java104 int testIndex = 0; // out of potential tests. in run() local
106 for (int gm = 0; gm < mImpl.mGMs.length; gm++, testIndex++) { in run()
107 Description desc = mTests[testIndex]; in run()
109 if (mShouldSkipTest[testIndex]) { in run()
137 for (int unitTest = 0; unitTest < mImpl.mUnitTests.length; unitTest++, testIndex++) { in run()
138 Description desc = mTests[testIndex]; in run()
140 if (mShouldSkipTest[testIndex]) { in run()
/third_party/node/test/parallel/
Dtest-domain-abort-on-uncaught.js198 const testIndex = +process.argv[3]; constant
200 tests[testIndex]();
204 tests.forEach(function(test, testIndex) { argument
213 `"${process.argv[1]}" child ${testIndex}`;
218 assert.fail(`Test index ${testIndex} failed: ${e}`);
Dtest-domain-uncaught-exception.js148 const testIndex = process.argv[3]; constant
153 tests[testIndex].fn();
158 tests.forEach(function doTest(test, testIndex) { argument
159 const testProcess = child_process.fork(__filename, ['child', testIndex]);
Dtest-tls-client-verify.js118 function runTest(testIndex) { argument
119 const tcase = testCases[testIndex];
133 runTest(testIndex + 1);
Dtest-tls-server-verify.js242 function runTest(port, testIndex) { argument
243 const prefix = `${testIndex} `;
244 const tcase = testCases[testIndex];
Dtest-fs-stat-bigint.js14 let testIndex = 0; variable
17 const filename = path.join(tmpdir.path, `test-file-${++testIndex}`);
/third_party/typescript/src/testRunner/
DfourslashRunner.ts56 const testIndex = fn.indexOf("tests/"); constant
57 if (testIndex >= 0) fn = fn.substr(testIndex);
/third_party/skia/tests/
DPathOpsQuadIntersectionTest.cpp410 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest() local
411 coincidentTestOne(reporter, testIndex, testIndex + 1); in coincidentTest()
DPathTest.cpp2119 for (size_t testIndex = 0; testIndex < testCount; ++testIndex) { in test_isRect() local
2121 path.moveTo(tests[testIndex].fPoints[0].fX, tests[testIndex].fPoints[0].fY); in test_isRect()
2122 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isRect()
2123 path.lineTo(tests[testIndex].fPoints[index].fX, tests[testIndex].fPoints[index].fY); in test_isRect()
2125 if (tests[testIndex].fClose) { in test_isRect()
2128 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(nullptr)); in test_isRect()
2130 if (tests[testIndex].fIsRect) { in test_isRect()
2134 int pointCount = tests[testIndex].fPointCount - (d2 == tests[testIndex].fPoints); in test_isRect()
2135 expected.setBounds(tests[testIndex].fPoints, pointCount); in test_isRect()
2140 REPORTER_ASSERT(reporter, isClosed == tests[testIndex].fClose); in test_isRect()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp509 for (int testIndex = 0; testIndex < testSuite.total_test_count(); ++testIndex) in FilterTests() local
511 const testing::TestInfo &testInfo = *testSuite.GetTestInfo(testIndex); in FilterTests()
546 for (int testIndex = shardIndex; testIndex < static_cast<int>(allTests.size()); in GetShardTests() local
547 testIndex += shardCount) in GetShardTests()
549 shardTests.emplace_back(allTests[testIndex]); in GetShardTests()
561 for (size_t testIndex = 0; testIndex < tests.size(); ++testIndex) in GetTestFilter() local
563 if (testIndex != 0) in GetTestFilter()
568 filterStream << tests[testIndex]; in GetTestFilter()
910 for (size_t testIndex = batchIndex; testIndex < configTests.size(); in BatchTests() local
911 testIndex += batchesForConfig) in BatchTests()
[all …]
/third_party/lzma/CPP/Common/
DWildcard.cpp542 unsigned testIndex = 0; in GetNumPrefixParts_if_DrivePath() local
549 testIndex = 3; in GetNumPrefixParts_if_DrivePath()
551 if (NWildcard::IsDriveColonName(pathParts[testIndex])) in GetNumPrefixParts_if_DrivePath()
552 return testIndex + 1; in GetNumPrefixParts_if_DrivePath()
/third_party/node/benchmark/
Dcommon.js67 const testIndex = argv.indexOf('--test');
68 if (testIndex !== -1) {
87 argv.splice(testIndex, 1);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMaxVaryingsTests.cpp1132 for (deUint32 testIndex = 0; testIndex < (deUint32)tests.size(); ++testIndex) in createMaxVaryingsTests() local
1134 MaxVaryingsParam testParams = tests[testIndex]; in createMaxVaryingsTests()
/third_party/icu/icu4c/source/test/intltest/
Dcallimts.cpp205 int32_t testIndex = 0; in TestLimitsThread() local
207 while (gTestCaseIterator.next(testIndex)) { in TestLimitsThread()
208 TestCase &testCase = TestCases[testIndex]; in TestLimitsThread()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp273 for (UINT testIndex = BEGIN_INDEX; testIndex < END_INDEX; ++testIndex) in TestFrameIndexAndJson() local
275 swprintf(buffer, BUFFER_SIZE, L"\"CreationFrameIndex\": %u", testIndex); in TestFrameIndexAndJson()
276 if (testIndex == frameIndex) in TestFrameIndexAndJson()
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp229 uint32_t testIndex; in clearAttachments() local
230 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex)); in clearAttachments()
231 SkASSERT(testIndex == attachments[i].colorAttachment); in clearAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp1325 for (deUint32 testIndex = 0; in testCreateDisplayModeKHR() local
1326 testIndex < 3; in testCreateDisplayModeKHR()
1327 testIndex++) in testCreateDisplayModeKHR()
1334 switch (testIndex) in testCreateDisplayModeKHR()
/third_party/skia/src/pathops/
DSkOpAngle.cpp1038 int testIndex = index >> 1; in setSpans() local
1039 double testT = testTs[testIndex]; in setSpans()
1041 testT = (testT + testTs[testIndex + 1]) / 2; in setSpans()
/third_party/skia/src/core/
DSkGeometry.cpp1084 static bool on_same_side(const SkPoint src[4], int testIndex, int lineIndex) { in on_same_side() argument
1089 SkVector testLine = src[testIndex + index] - origin; in on_same_side()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java523 int testIndex = 0; in unitWithLocaleTags() local
525 String message = test[0] + ", index = " + testIndex++; in unitWithLocaleTags()