Home
last modified time | relevance | path

Searched refs:testIndex (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPRunner.java104 int testIndex = 0; // out of potential tests. in run()
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/
H A Dtest-domain-uncaught-exception.js148 const testIndex = process.argv[3];
153 tests[testIndex].fn();
158 tests.forEach(function doTest(test, testIndex) {
159 const testProcess = child_process.fork(__filename, ['child', testIndex]);
H A Dtest-tls-client-verify.js118 function runTest(testIndex) {
119 const tcase = testCases[testIndex];
133 runTest(testIndex + 1);
H A Dtest-tls-server-verify.js242 function runTest(port, testIndex) {
243 const prefix = `${testIndex} `;
244 const tcase = testCases[testIndex];
H A Dtest-fs-stat-bigint.js14 let testIndex = 0;
17 const filename = path.join(tmpdir.path, `test-file-${++testIndex}`);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp509 for (int testIndex = 0; testIndex < testSuite.total_test_count(); ++testIndex) in FilterTests()
511 const testing::TestInfo &testInfo = *testSuite.GetTestInfo(testIndex); in FilterTests()
546 for (int testIndex = shardIndex; testIndex < static_cast<int>(allTests.size()); in GetShardTests()
547 testIndex += shardCount) in GetShardTests()
549 shardTests.emplace_back(allTests[testIndex]); in GetShardTests()
561 for (size_t testIndex = 0; testIndex < test in GetTestFilter()
[all...]
/third_party/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp410 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest()
411 coincidentTestOne(reporter, testIndex, testIndex + 1); in coincidentTest()
H A DPathTest.cpp2119 for (size_t testIndex = 0; testIndex < testCount; ++testIndex) { in test_isRect()
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] in test_isRect()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp373 uint32_t testIndex = 0u; in executeSwapchainParameterCases() local
379 testExecutor(vkd, device, createInfo, log, ++testIndex, testCount); in executeSwapchainParameterCases()
417 uint32_t testIndex = 0u; in executeSwapchainParameterCases() local
461 testExecutor(vkd, device, createInfo, log, ++testIndex, testCount); in executeSwapchainParameterCases()
471 log << tcu::TestLog::Message << "Skipping test case " << ++testIndex << "/" << testCount << tcu::TestLog::EndMessage; in executeSwapchainParameterCases()
699 uint32_t testIndex = 0u; in executeSwapchainParameterCases() local
713 testExecutor(vkd, device, createInfo, log, ++testIndex, testCount); in executeSwapchainParameterCases()
769 uint32_t testIndex = 0u; in executeSwapchainParameterCases() local
787 testExecutor(vkd, device, createInfo, log, ++testIndex, testCount); in executeSwapchainParameterCases()
796 uint32_t testIndex in executeSwapchainParameterCases() local
823 uint32_t testIndex = 0u; executeSwapchainParameterCases() local
[all...]
/third_party/node/benchmark/
H A Dcommon.js67 const testIndex = argv.indexOf('--test');
68 if (testIndex !== -1) {
87 argv.splice(testIndex, 1);
/third_party/lzma/CPP/Common/
H A DWildcard.cpp540 unsigned testIndex = 0; in GetNumPrefixParts_if_DrivePath() local
547 testIndex = 3; in GetNumPrefixParts_if_DrivePath()
549 if (NWildcard::IsDriveColonName(pathParts[testIndex])) in GetNumPrefixParts_if_DrivePath()
550 return testIndex + 1; in GetNumPrefixParts_if_DrivePath()
/third_party/icu/icu4c/source/test/intltest/
H A 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/
H A DTests.cpp273 for (UINT testIndex = BEGIN_INDEX; testIndex < END_INDEX; ++testIndex) in TestFrameIndexAndJson()
275 swprintf(buffer, BUFFER_SIZE, L"\"CreationFrameIndex\": %u", testIndex); in TestFrameIndexAndJson()
276 if (testIndex == frameIndex) in TestFrameIndexAndJson()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp229 uint32_t testIndex;
230 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex));
231 SkASSERT(testIndex == attachments[i].colorAttachment);
/third_party/skia/src/pathops/
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp1325 for (deUint32 testIndex = 0; in testCreateDisplayModeKHR()
1326 testIndex < 3; in testCreateDisplayModeKHR()
1327 testIndex++) in testCreateDisplayModeKHR()
1334 switch (testIndex) in testCreateDisplayModeKHR()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp1325 for (deUint32 testIndex = 0; in testCreateDisplayModeKHR()
1326 testIndex < 3; in testCreateDisplayModeKHR()
1327 testIndex++) in testCreateDisplayModeKHR()
1334 switch (testIndex) in testCreateDisplayModeKHR()
/third_party/skia/src/core/
H A DSkGeometry.cpp1082 // Returns true if both points src[testIndex], src[testIndex+1] are in the same half plane defined
1084 static bool on_same_side(const SkPoint src[4], int testIndex, int lineIndex) {
1089 SkVector testLine = src[testIndex + index] - origin;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java523 int testIndex = 0; in unitWithLocaleTags()
525 String message = test[0] + ", index = " + testIndex++; in unitWithLocaleTags()

Completed in 37 milliseconds