Searched refs:numTests (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | mathutil_unittest.cpp | 389 const int numTests = 18; in TEST() local 390 const float input[numTests][3] = {// The basics in TEST() 411 const unsigned int result[numTests] = {// The basics in TEST() 420 for (int i = 0; i < numTests; i++) in TEST() 429 const int numTests = 18; in TEST() local 430 const float result[numTests][3] = {// The basics in TEST() 451 const unsigned int input[numTests] = {// The basics in TEST() 463 for (int i = 0; i < numTests; i++) in TEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/ |
D | main.go | 658 numTests, numByStatus := len(r.testcases), map[status]int{} 663 printANSIProgressBar(animFrame, numTests, numByStatus) 693 printANSIProgressBar(animFrame, numTests, numByStatus) 705 numByStatus[pass], percentage(numByStatus[pass], numTests), 706 numByStatus[fail], percentage(numByStatus[fail], numTests), 707 numByStatus[skip], percentage(numByStatus[skip], numTests), 708 numByStatus[timeout], percentage(numByStatus[timeout], numTests), 834 func printANSIProgressBar(animFrame int, numTests int, numByStatus map[status]int) { 866 statusFrac := float64(num) / float64(numTests) 885 fmt.Print("] ", percentage(numFinished, numTests))
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
D | deqp.go | 155 numTests := 0 222 numTests += len(list.Tests) 244 remaining := numTests - i 246 i, numTests, util.Percent(i, numTests),
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
D | main.go | 261 numTests, numPass, numSkip, numFail int 325 stats.numTests++ 387 percent := percentage(count, stats.numTests) 427 allStats.numTests += stats.numTests 433 fmt.Printf("%d tests run", allStats.numTests)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyDestroyTests.cpp | 99 int numTests = destroyLayout ? 3 : 1; in testEarlyDestroy() local 100 for(int i = 0; i < numTests; ++i) in testEarlyDestroy()
|
/third_party/node/test/fixtures/wpt/encoding/resources/ |
D | encode-form-common.js | 10 var numTests = null; variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
D | vktReconvergenceTests.cpp | 2011 deUint32 numTests = 0; in createTests() local 2020 numTests = 250; in createTests() 2023 numTests = 100; in createTests() 2026 numTests = 50; in createTests() 2036 for (deUint32 ndx = 0; ndx < numTests; ndx++) in createTests() 2046 bool isExperimentalTest = !c.isUCF() || (ndx >= numTests / 5); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingWatertightnessTests.cpp | 806 const size_t numTests = 10; in createWatertightnessTests() local 808 for (size_t testNdx = 0; testNdx < numTests; ++testNdx) in createWatertightnessTests()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtptngts.cpp | 1184 int32_t numTests = UPRV_LENGTHOF(tests); in testC() local 1185 for (int32_t i = 0; i < numTests; ++i) { in testC()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 3112 const int32_t numTests = UPRV_LENGTHOF(tests); in TestAcceptLanguage() local 3150 for(i=0;i<numTests;i++) { in TestAcceptLanguage()
|