/third_party/flutter/engine/flutter/third_party/txt/tests/old/perftests/ |
D | GraphemeBreak.cpp | 40 const size_t testIndex = state.range(0); in BM_GraphemeBreak_Ascii() local 42 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex); in BM_GraphemeBreak_Ascii() 55 const size_t testIndex = state.range(0); in BM_GraphemeBreak_Emoji() local 57 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex); in BM_GraphemeBreak_Emoji() 71 const size_t testIndex = state.range(0); in BM_GraphemeBreak_Emoji_Flags() local 73 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex); in BM_GraphemeBreak_Emoji_Flags()
|
D | FontCollection.cpp | 82 size_t testIndex = state.range(0); in BM_FontCollection_itemize() local 83 state.SetLabel("Itemize: " + ITEMIZE_TEST_CASES[testIndex].labelText); in BM_FontCollection_itemize() 87 ParseUnicode(buffer, 64, ITEMIZE_TEST_CASES[testIndex].itemizeText.c_str(), in BM_FontCollection_itemize() 91 ITEMIZE_TEST_CASES[testIndex].languageTag)); in BM_FontCollection_itemize()
|
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPRunner.java | 104 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/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPRunner.java | 104 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/ |
D | test-domain-abort-on-uncaught.js | 198 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}`);
|
D | test-domain-uncaught-exception.js | 148 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]);
|
D | test-tls-client-verify.js | 118 function runTest(testIndex) { argument 119 const tcase = testCases[testIndex]; 133 runTest(testIndex + 1);
|
D | test-tls-server-verify.js | 242 function runTest(port, testIndex) { argument 243 const prefix = `${testIndex} `; 244 const tcase = testCases[testIndex];
|
D | test-fs-stat-bigint.js | 14 let testIndex = 0; variable 17 const filename = path.join(tmpdir.path, `test-file-${++testIndex}`);
|
/third_party/typescript/src/testRunner/ |
D | fourslashRunner.ts | 56 const testIndex = fn.indexOf("tests/"); constant 57 if (testIndex >= 0) fn = fn.substr(testIndex);
|
/third_party/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 410 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest() local 411 coincidentTestOne(reporter, testIndex, testIndex + 1); in coincidentTest()
|
D | PathTest.cpp | 2119 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/flutter/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 410 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest() local 411 coincidentTestOne(reporter, testIndex, testIndex + 1); in coincidentTest()
|
D | PathTest.cpp | 2131 for (size_t testIndex = 0; testIndex < testCount; ++testIndex) { in test_isRect() local 2133 path.moveTo(tests[testIndex].fPoints[0].fX, tests[testIndex].fPoints[0].fY); in test_isRect() 2134 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isRect() 2135 path.lineTo(tests[testIndex].fPoints[index].fX, tests[testIndex].fPoints[index].fY); in test_isRect() 2137 if (tests[testIndex].fClose) { in test_isRect() 2140 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(nullptr)); in test_isRect() 2142 if (tests[testIndex].fIsRect) { in test_isRect() 2147 int pointCount = tests[testIndex].fPointCount - (d2 == tests[testIndex].fPoints); in test_isRect() 2148 expected.set(tests[testIndex].fPoints, pointCount); in test_isRect() 2152 REPORTER_ASSERT(reporter, isClosed == tests[testIndex].fClose); in test_isRect() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 509 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/node/benchmark/ |
D | common.js | 55 const testIndex = argv.indexOf('--test'); 56 if (testIndex !== -1) { 75 argv.splice(testIndex, 1);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMaxVaryingsTests.cpp | 1132 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/ |
D | callimts.cpp | 205 int32_t testIndex = 0; in TestLimitsThread() local 207 while (gTestCaseIterator.next(testIndex)) { in TestLimitsThread() 208 TestCase &testCase = TestCases[testIndex]; in TestLimitsThread()
|
/third_party/boost/libs/python/test/numpy/ |
D | indexing.py | 33 def testIndex(self): member in TestIndexing
|
/third_party/jsoncpp/src/test_lib_json/ |
D | jsontest.cpp | 289 bool Runner::testIndex(const Json::String& testName, size_t& indexOut) const { in testIndex() function in JsonTest::Runner 322 if (testIndex(argv[index], testNameIndex)) { in runCommandLine()
|
D | jsontest.h | 169 bool testIndex(const Json::String& testName, size_t& indexOut) const;
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Tests.cpp | 273 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/flutter/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 252 uint32_t testIndex; in clearAttachments() local 253 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex)); in clearAttachments() 254 SkASSERT(testIndex == attachments[i].colorAttachment); in clearAttachments()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 225 uint32_t testIndex; in clearAttachments() local 226 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex)); in clearAttachments() 227 SkASSERT(testIndex == attachments[i].colorAttachment); in clearAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayTests.cpp | 1325 for (deUint32 testIndex = 0; in testCreateDisplayModeKHR() local 1326 testIndex < 3; in testCreateDisplayModeKHR() 1327 testIndex++) in testCreateDisplayModeKHR() 1334 switch (testIndex) in testCreateDisplayModeKHR()
|