/third_party/skia/tests/ |
H A D | PathOpsThreeWayTest.cpp | 34 int testCount; member 44 int testCount = testSet.testCount; in testSetTest() local 45 SkASSERT(testCount > 1); in testSetTest() 47 for (int outer = 0; outer < testCount - 1; ++outer) { in testSetTest() 49 for (int inner = outer + 1; inner < testCount; ++inner) { in testSetTest()
|
H A D | LazyProxyTest.cpp | 259 int testCount = 0; in DEF_GPUTEST() local 295 TestCallback(&testCount, releaseCallback, tex), format, {kSize, kSize}, in DEF_GPUTEST() 301 REPORTER_ASSERT(reporter, 0 == testCount); in DEF_GPUTEST() 308 REPORTER_ASSERT(reporter, -1 == testCount); in DEF_GPUTEST() 310 REPORTER_ASSERT(reporter, 1 == testCount); in DEF_GPUTEST() 313 REPORTER_ASSERT(reporter, -1 == testCount); in DEF_GPUTEST() 316 REPORTER_ASSERT(reporter, -1 == testCount); in DEF_GPUTEST()
|
H A D | skia_test.cpp | 69 int testCount) { in endTest() 71 fTestCount += testCount; in endTest() 88 int32_t testCount() { return fTestCount; } in testCount() function in Status 265 toRun, status.failCount(), skipCount, status.testCount()); in main() 66 endTest(const char* testName, bool success, SkMSec elapsed, int testCount) endTest() argument
|
H A D | PathOpsInverseTest.cpp | 16 int testCount = 0; in DEF_TEST() local 29 testName.printf("inverseTest%d", ++testCount); in DEF_TEST()
|
H A D | PathOpsChalkboardTest.cpp | 104 int testCount; in chalkboard_threaded() local 110 testCount = 1; in chalkboard_threaded() 113 testCount = 64; in chalkboard_threaded() 116 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100; in chalkboard_threaded() 119 testCount = reporter->allowExtendedTest() ? 10000 : 100; in chalkboard_threaded() 122 for (int test = 0; test < testCount; ++test) { in chalkboard_threaded() 181 static const size_t testCount = SK_ARRAY_COUNT(tests); 185 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse);
|
H A D | Point3Test.cpp | 111 int testCount = 100000; in test_normalize() local 112 for (int index = 0; index < testCount; ++index) { in test_normalize()
|
/third_party/skia/third_party/externals/angle2/samples/stencil_operations/ |
H A D | StencilOperations.cpp | 95 static const size_t testCount = 4; variable 96 GLfloat colors[testCount][4] = { 103 GLuint stencilValues[testCount] = { 193 for (size_t i = 0; i < testCount; ++i)
|
/third_party/protobuf/conformance/ |
H A D | ConformanceJavaLite.java | 35 private int testCount = 0; field in ConformanceJavaLite 144 this.testCount++; in run() 148 this.testCount + " tests"); in run()
|
H A D | conformance_nodejs.js | 40 var testCount = 0; variable 175 testCount += 1 183 "after " + testCount + " tests, exiting")
|
H A D | ConformanceJava.java | 49 private int testCount = 0; field in ConformanceJava 385 this.testCount++; in run() 389 this.testCount + " tests"); in run()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 372 uint32_t testCount = maxImageCount - capabilities.minImageCount + 1u; in executeSwapchainParameterCases() local 379 testExecutor(vkd, device, createInfo, log, ++testIndex, testCount); in executeSwapchainParameterCases() 418 uint32_t testCount = static_cast<uint32_t>(formats.size()); 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() 509 uint32_t testCount = DE_LENGTH_OF_ARRAY(s_testSizes); in executeSwapchainParameterCases() local 510 for (uint32_t ndx = 0; ndx < testCount; ++ndx) in executeSwapchainParameterCases() 550 testExecutor(vkd, device, createInfo, log, ndx + 1u, testCount); in executeSwapchainParameterCases() 560 log << tcu::TestLog::Message << "Skipping test case " << ndx + 1u << "/" << testCount << tcu::TestLog::EndMessage; in executeSwapchainParameterCases() 623 uint32_t testCount in executeSwapchainParameterCases() local 700 uint32_t testCount = 0u; executeSwapchainParameterCases() local 770 uint32_t testCount = 0u; executeSwapchainParameterCases() local 797 uint32_t testCount = 0u; executeSwapchainParameterCases() local 824 uint32_t testCount = static_cast<uint32_t>(presentModes.size()); executeSwapchainParameterCases() local [all...] |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 371 const int testCount = 10; in createFillUpdateCopyBufferFloatTests() local 373 for (int ndx = 0; ndx < testCount; ++ndx) in createFillUpdateCopyBufferFloatTests() 482 const int testCount = 10; in createFillUpdateCopyBufferIntegerTests() local 484 for (int ndx = 0; ndx < testCount; ++ndx) in createFillUpdateCopyBufferIntegerTests() 590 const int testCount = 10; in createFillUpdateCopyBufferUnsignedTests() local 592 for (int ndx = 0; ndx < testCount; ++ndx) in createFillUpdateCopyBufferUnsignedTests()
|
H A D | vktProtectedMemStorageBufferTests.cpp | 700 size_t testCount, in createSpecifiedStorageBufferTests() 708 for (size_t ndx = 0; ndx < testCount; ++ndx) in createSpecifiedStorageBufferTests() 717 tcu::TestCaseGroup* createRandomizedBufferTests (tcu::TestContext& testCtx, SSBOTestType testType, const glu::ShaderType shaderType, size_t testCount, bool pipelineProtectedAccess, vk::VkPipelineCreateFlags pipelineFlags) in createRandomizedBufferTests() argument 721 testData.resize(testCount); in createRandomizedBufferTests() 723 for (size_t ndx = 0; ndx < testCount; ++ndx) in createRandomizedBufferTests() 759 size_t testCount) in createRWStorageBufferTests() 781 testShaderGroup->addChild(createSpecifiedStorageBufferTests(testCtx, "static", testType, shaderType, testData, testCount, protectedAccess[protectedAccessNdx].pipelineProtectedAccess, flags[flagsNdx].pipelineFlags)); in createRWStorageBufferTests() 695 createSpecifiedStorageBufferTests(tcu::TestContext& testCtx, const std::string groupName, SSBOTestType testType, const glu::ShaderType shaderType, const ValidationDataStorage<tcu::UVec4> testData[], size_t testCount, bool pipelineProtectedAccess, vk::VkPipelineCreateFlags pipelineFlags) createSpecifiedStorageBufferTests() argument 755 createRWStorageBufferTests(tcu::TestContext& testCtx, const std::string groupName, SSBOTestType testType, const ValidationDataStorage<tcu::UVec4> testData[], size_t testCount) createRWStorageBufferTests() argument
|
/third_party/skia/gm/ |
H A D | ovals.cpp | 163 int testCount = 0; variable 169 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + 171 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + 183 ++testCount;
|
H A D | roundrects.cpp | 166 int testCount = 0; variable 172 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + 174 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + 186 ++testCount;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 371 const int testCount = 10; in createFillUpdateCopyBufferFloatTests() local 373 for (int ndx = 0; ndx < testCount; ++ndx) in createFillUpdateCopyBufferFloatTests() 482 const int testCount = 10; in createFillUpdateCopyBufferIntegerTests() local 484 for (int ndx = 0; ndx < testCount; ++ndx) in createFillUpdateCopyBufferIntegerTests() 590 const int testCount = 10; in createFillUpdateCopyBufferUnsignedTests() local 592 for (int ndx = 0; ndx < testCount; ++ndx) in createFillUpdateCopyBufferUnsignedTests()
|
H A D | vktProtectedMemStorageBufferTests.cpp | 711 size_t testCount, in createSpecifiedStorageBufferTests() 719 for (size_t ndx = 0; ndx < testCount; ++ndx) in createSpecifiedStorageBufferTests() 728 tcu::TestCaseGroup* createRandomizedBufferTests (tcu::TestContext& testCtx, SSBOTestType testType, const glu::ShaderType shaderType, size_t testCount, bool pipelineProtectedAccess, vk::VkPipelineCreateFlags pipelineFlags) in createRandomizedBufferTests() argument 732 testData.resize(testCount); in createRandomizedBufferTests() 734 for (size_t ndx = 0; ndx < testCount; ++ndx) in createRandomizedBufferTests() 771 size_t testCount) in createRWStorageBufferTests() 793 testShaderGroup->addChild(createSpecifiedStorageBufferTests(testCtx, "static", testType, shaderType, testData, testCount, protectedAccess[protectedAccessNdx].pipelineProtectedAccess, flags[flagsNdx].pipelineFlags)); in createRWStorageBufferTests() 706 createSpecifiedStorageBufferTests(tcu::TestContext& testCtx, const std::string groupName, SSBOTestType testType, const glu::ShaderType shaderType, const ValidationDataStorage<tcu::UVec4> testData[], size_t testCount, bool pipelineProtectedAccess, vk::VkPipelineCreateFlags pipelineFlags) createSpecifiedStorageBufferTests() argument 766 createRWStorageBufferTests(tcu::TestContext& testCtx, const std::string groupName, const std::string groupDescription, SSBOTestType testType, const ValidationDataStorage<tcu::UVec4> testData[], size_t testCount) createRWStorageBufferTests() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itercoll.h | 103 void verifyExpansion(UnicodeString rules, ExpansionRecord tests[], int32_t testCount);
|
H A D | regcoll.h | 246 int32_t testCount);
|
H A D | loctest.cpp | 918 int32_t testCount = 0; in TestGetLangsAndCountries() local 926 for(testCount = 0;test[testCount];testCount++) in TestGetLangsAndCountries() 930 if (testCount != 595) in TestGetLangsAndCountries() 931 errln("Expected getISOLanguages() to return 595 languages; it returned %d", testCount); in TestGetLangsAndCountries() 935 for (j = 0; j < testCount; j++) in TestGetLangsAndCountries() 938 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0)) in TestGetLangsAndCountries() 942 for (i = 0; i < testCount; i++) { in TestGetLangsAndCountries() 958 for(testCount in TestGetLangsAndCountries() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 153 int testCount; member 306 int testCount; in TestCaseExecutor() local 307 if ((is >> testCount).fail()) in TestCaseExecutor() 309 m_detailedSubprocessTestCount.push_back(DetailedSubprocessTestCount{ testPattern, testCount }); in TestCaseExecutor() 314 return lhs.testCount < rhs.testCount; in TestCaseExecutor() 737 return detailed.testCount; in getCurrentSubprocessCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 145 int testCount; member 298 int testCount; in TestCaseExecutor() local 299 if ((is >> testCount).fail()) in TestCaseExecutor() 301 m_detailedSubprocessTestCount.push_back(DetailedSubprocessTestCount{ testPattern, testCount }); in TestCaseExecutor() 306 return lhs.testCount < rhs.testCount; in TestCaseExecutor() 679 return detailed.testCount; in getCurrentSubprocessCount()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | SVGAnimationTestCase-testharness.js | 79 testCount = expectedResults.length;
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | _packager.py | 194 testCount = 0 variable 256 testCount += 1
|
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.cpp | 1017 int testCount = SkDCubic::FindInflections(pts, testTs); in setSpans() local 1022 for (index = 0; index < testCount; ++index) { in setSpans() 1027 testTs[testCount++] = startT; in setSpans() 1028 testTs[testCount++] = endT; in setSpans() 1029 SkTQSort<double>(testTs, testTs + testCount); in setSpans() 1031 int testCases = (testCount << 1) - 1; in setSpans()
|