/third_party/node/test/fixtures/wpt/resources/ |
D | SVGAnimationTestCase-testharness.js | 57 var currentTest = 0; variable 61 if (currentTest == expectedResults.length) { 66 moveAnimationTimelineAndSample(currentTest); 67 ++currentTest; 75 if (currentTest > 0) 80 currentTest = 0;
|
/third_party/flutter/skia/tests/ |
D | MipMapTest.cpp | 152 for (auto& currentTest : tests) { in DEF_TEST() local 153 int levelCount = SkMipMap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight); in DEF_TEST() 154 REPORTER_ASSERT(reporter, currentTest.fExpectedLevelCount == levelCount); in DEF_TEST() 198 for (auto& currentTest : tests) { in DEF_TEST() local 199 SkISize levelSize = SkMipMap::ComputeLevelSize(currentTest.fBaseWidth, in DEF_TEST() 200 currentTest.fBaseHeight, in DEF_TEST() 201 currentTest.fLevel); in DEF_TEST() 202 REPORTER_ASSERT(reporter, currentTest.fExpectedMipMapLevelSize == levelSize); in DEF_TEST()
|
/third_party/skia/tests/ |
D | MipMapTest.cpp | 153 for (auto& currentTest : tests) { in DEF_TEST() local 154 int levelCount = SkMipmap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight); in DEF_TEST() 155 REPORTER_ASSERT(reporter, currentTest.fExpectedLevelCount == levelCount); in DEF_TEST() 199 for (auto& currentTest : tests) { in DEF_TEST() local 200 SkISize levelSize = SkMipmap::ComputeLevelSize(currentTest.fBaseWidth, in DEF_TEST() 201 currentTest.fBaseHeight, in DEF_TEST() 202 currentTest.fLevel); in DEF_TEST() 203 REPORTER_ASSERT(reporter, currentTest.fExpectedMipMapLevelSize == levelSize); in DEF_TEST()
|
/third_party/libxml2/ |
D | testlimits.c | 92 static unsigned int currentTest = 0; variable 124 for (currentTest = 0;currentTest < sizeof(hugeTests)/sizeof(hugeTests[0]); in hugeOpen() 125 currentTest++) in hugeOpen() 126 if (!strcmp(hugeTests[currentTest].name, URI)) in hugeOpen() 132 rlen = strlen(hugeTests[currentTest].start); in hugeOpen() 133 current = hugeTests[currentTest].start; in hugeOpen() 216 rlen = strlen(hugeTests[currentTest].end); in hugeRead() 217 current = hugeTests[currentTest].end; in hugeRead()
|
/third_party/node/test/parallel/ |
D | test-promises-unhandled-rejections.js | 14 let currentTest = null; 17 const stack = currentTest ? 18 `${inspect(error)}\nFrom previous event:\n${currentTest.stack}` : 21 if (currentTest) 22 process.stderr.write(`'${currentTest.description}' failed\n\n`); 40 currentTest = test;
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 53 static const struct TestNode* currentTest; variable 382 currentTest = root; in iterateTestsWithLevel() 399 currentTest = NULL; in iterateTestsWithLevel() 568 if(currentTest != NULL) { in getTestName() 569 return currentTest->name; in getTestName()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 53 static const struct TestNode* currentTest; variable 382 currentTest = root; in iterateTestsWithLevel() 399 currentTest = NULL; in iterateTestsWithLevel() 568 if(currentTest != NULL) { in getTestName() 569 return currentTest->name; in getTestName()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 53 static const struct TestNode* currentTest; variable 382 currentTest = root; in iterateTestsWithLevel() 399 currentTest = NULL; in iterateTestsWithLevel() 568 if(currentTest != NULL) { in getTestName() 569 return currentTest->name; in getTestName()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.cpp | 86 if (testPlatformContext->currentTest) in TestPlatform_overrideWorkaroundsD3D() 88 testPlatformContext->currentTest->overrideWorkaroundsD3D(featuresD3D); in TestPlatform_overrideWorkaroundsD3D() 95 if (testPlatformContext->currentTest) in TestPlatform_overrideFeaturesVk() 97 testPlatformContext->currentTest->overrideFeaturesVk(featuresVulkan); in TestPlatform_overrideFeaturesVk() 494 gPlatformContext.currentTest = this; in ANGLETestSetUp() 578 gPlatformContext.currentTest = nullptr; in ANGLETestTearDown()
|
D | ANGLETest.h | 278 ANGLETestBase *currentTest = nullptr; member
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.cpp | 90 if (testPlatformContext->currentTest) in TestPlatform_overrideWorkaroundsD3D() 92 testPlatformContext->currentTest->overrideWorkaroundsD3D(featuresD3D); in TestPlatform_overrideWorkaroundsD3D() 99 if (testPlatformContext->currentTest) in TestPlatform_overrideFeaturesVk() 101 testPlatformContext->currentTest->overrideFeaturesVk(featuresVulkan); in TestPlatform_overrideFeaturesVk() 616 gPlatformContext.currentTest = this; in ANGLETestSetUp() 763 gPlatformContext.currentTest = nullptr; in ANGLETestTearDown()
|
D | ANGLETest.h | 352 ANGLETestBase *currentTest = nullptr; member
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | TestSuite.h | 95 TestIdentifier currentTest; member
|
D | TestSuite.cpp | 420 TestResult &resultOut = resultsOut->results[resultsOut->currentTest]; in UpdateCurrentTestResult() 463 mTestResults->currentTest = GetTestIdentifier(testInfo); in OnTestStart() 473 mTestResults->currentTest = TestIdentifier(); in OnTestEnd() 1381 if (mTestResults.currentTest.valid()) in onCrashOrTimeout() 1383 TestResult &result = mTestResults.results[mTestResults.currentTest]; in onCrashOrTimeout()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLProgramCacheControlTest.cpp | 79 reinterpret_cast<EGLProgramCacheControlTest *>(testPlatformContext->currentTest); in TestCacheProgram()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLProgramCacheControlTest.cpp | 79 reinterpret_cast<EGLProgramCacheControlTest *>(testPlatformContext->currentTest); in TestCacheProgram()
|
/third_party/json/test/thirdparty/doctest/ |
D | doctest.h | 2932 const TestCase* currentTest = nullptr; 2970 if(Approx(currentTest->m_timeout).epsilon(DBL_EPSILON) != 0 && 2971 Approx(seconds).epsilon(DBL_EPSILON) > currentTest->m_timeout) 2974 if(currentTest->m_should_fail) { 2980 } else if(failure_flags && currentTest->m_may_fail) { 2982 } else if(currentTest->m_expected_failures > 0) { 2983 if(numAssertsFailedCurrentTest == currentTest->m_expected_failures) { 4119 m_test_case = g_cs->currentTest; 5830 p->currentTest = &tc; 5892 p->currentTest = nullptr;
|