Home
last modified time | relevance | path

Searched refs:cases (Results 151 - 175 of 511) sorted by relevance

12345678910>>...21

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-vowel-constraints.py110 cases = collections.defaultdict (set)
112 cases[rest.__str__ (index + 1, depth + 2)].add (first)
113 for body, labels in sorted (cases.items (), key=lambda b_ls: sorted (b_ls[1])[0]):
/third_party/vk-gl-cts/scripts/verify/
H A Dverify.py42 cases = []
46 cases.append(s)
47 return cases
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py636 cases = [
643 for dt, offset in cases:
950 for tzstr, cases in self.test_cases.items():
954 for dt_naive, offset, _ in cases:
963 for tzstr, cases in self.test_cases.items():
967 for dt_naive, offset, dt_type in cases:
1040 # test cases for each tzstr by using a decorator to automatically call
1041 # a function that mutates the current dictionary of test cases.
1043 # The population of the test cases is done in individual functions to
1044 # give each set of test cases it
[all...]
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_parser.py23 self.cases = []
26 return 'TestSuite(' + self.status + ',' + self.name + ',' + str(self.cases) + ')'
231 max_test_case_status = bubble_up_errors(lambda x: x.status, test_suite.cases)
251 test_suite.cases.append(test_case)
325 for test_case in test_suite.cases:
/third_party/typescript/tests/arkTSTest/
H A Drun.js30 // Traverse the directory to find all test cases
68 console.log(`Test cases ${currentFilePath} expected results are not added`)
127 console.log(`Test cases ${currentFilePath} Failed!`)
350 console.log(`Total number of test cases:${testCaseSum} Number of use cases passed:${compResults.passedNum} The number of use cases that failed:${compResults.failNum} Total running time:${JSON.stringify(interval).split(".")[0]}ms. ArkTSVersion: ${arktsVersion}`)
355 console.log("Failed test cases:")
361 console.log("Ignored test cases:")
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp582 } cases[] = in init() local
630 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(cases); ++ndx) in init()
631 multilimitGroup->addChild(new GridRenderCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].flags)); in init()
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadTest.c668 } cases[] = in deSingleton_selfTest() local
681 for (caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(cases); caseNdx++) in deSingleton_selfTest()
683 int numThreads = cases[caseNdx].numThreads; in deSingleton_selfTest()
684 int initTimeMs = cases[caseNdx].initTimeMs; in deSingleton_selfTest()
685 int repeatCount = cases[caseNdx].repeatCount; in deSingleton_selfTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp67 //! Generic test code used by all test cases.
981 static const PerPatchData::CaseDefinition cases[] = in createShaderInputOutputTests() local
1005 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(cases); ++caseNdx) in createShaderInputOutputTests()
1006 addFunctionCaseWithPrograms(group.get(), cases[caseNdx].caseName, in createShaderInputOutputTests()
1007 PerPatchData::initPrograms, PerPatchData::test, cases[caseNdx]); in createShaderInputOutputTests()
1016 } cases[] = in createShaderInputOutputTests() local
1023 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(cases); ++caseNdx) { in createShaderInputOutputTests()
1025 addFunctionCaseWithPrograms(group.get(), cases[caseNdx].caseName, in createShaderInputOutputTests()
1026 GLPosition::initPrograms, GLPosition::test, cases[caseNdx].type); in createShaderInputOutputTests()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java289 String testString1 = "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?"; in TestElemIter()
290 String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?"; in TestElemIter()
1506 int[] cases = { -1, 4, 5 }; in TestSetStrength()
1507 for (int i = 0; i < cases.length; i++) { in TestSetStrength()
1511 c.setStrength(cases[i]); in TestSetStrength()
1513 + "an exception for an invalid newStrength value of " + cases[i]); in TestSetStrength()
1525 int[] cases = { 0, 1, 14, 15, 18, 19 }; in TestSetDecomposition()
1526 for (int i = 0; i < cases.length; i++) { in TestSetDecomposition()
1530 c.setDecomposition(cases[i]); in TestSetDecomposition()
1532 + "an exception for an invalid decomposition value of " + cases[ in TestSetDecomposition()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java292 String testString1 = "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?"; in TestElemIter()
293 String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?"; in TestElemIter()
1509 int[] cases = { -1, 4, 5 }; in TestSetStrength()
1510 for (int i = 0; i < cases.length; i++) { in TestSetStrength()
1514 c.setStrength(cases[i]); in TestSetStrength()
1516 + "an exception for an invalid newStrength value of " + cases[i]); in TestSetStrength()
1528 int[] cases = { 0, 1, 14, 15, 18, 19 }; in TestSetDecomposition()
1529 for (int i = 0; i < cases.length; i++) { in TestSetDecomposition()
1533 c.setDecomposition(cases[i]); in TestSetDecomposition()
1535 + "an exception for an invalid decomposition value of " + cases[ in TestSetDecomposition()
[all...]
/third_party/node/test/fixtures/wpt/streams/transform-streams/
H A Dlipfuzz.any.js53 const cases = [
136 for (const testCase of cases) {
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_test_util_test.cc143 std::vector<std::pair<double, double>> cases = { in TEST() local
152 for (auto entry : cases) { in TEST()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp270 // Compute cases. in init()
285 } cases[] = in init() local
298 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(cases); caseNdx++) in init()
300 const int texNdx = de::clamp(cases[caseNdx].texNdx, 0, (int)m_textures.size()-1); in init()
301 const float ref = cases[caseNdx].ref; in init()
302 const float lodX = cases[caseNdx].lodX; in init()
303 const float lodY = cases[caseNdx].lodY; in init()
304 const float oX = cases[caseNdx].oX; in init()
305 const float oY = cases[caseNdx].oY; in init()
543 // Compute cases in init()
839 } cases[] = init() local
[all...]
H A Des3fTextureSpecificationTests.cpp2285 // Pixel buffer object cases.
3609 // 2D cases. in init()
3619 // Cubemap cases. in init()
3671 // glTexImage2D() unpack parameter cases. in init()
3673 tcu::TestCaseGroup* paramGroup = new tcu::TestCaseGroup(m_testCtx, "teximage2d_unpack_params", "glTexImage2D() pixel transfer mode cases"); in init()
3686 } cases[] = in init() local
3703 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(cases); ndx++) in init()
3704 paramGroup->addChild(new TexImage2DParamsCase(m_context, cases[ndx].name, "", in init()
3705 cases[ndx].format, in init()
3706 cases[nd in init()
3904 } cases[] = init() local
4115 } cases[] = init() local
4289 } cases[] = init() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DDecimalQuantityTest.java71 String[] cases = { in testBehavior()
109 for (String str : cases) { in testBehavior()
381 Object[][] cases = { in testUseApproximateDoubleWhenAble()
395 for (Object[] cas : cases) { in testUseApproximateDoubleWhenAble()
476 Object[][] cases = { in testHardDoubleConversion()
492 for (Object[] cas : cases) { in testHardDoubleConversion()
505 Object[][] cases = new Object[][] { in testToDouble()
511 for (Object[] cas : cases) { in testToDouble()
540 Object[][] cases = new Object[][] { in testNickelRounding()
587 for (Object[] cas : cases) { in testNickelRounding()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DDecimalQuantityTest.java68 String[] cases = { in testBehavior()
106 for (String str : cases) { in testBehavior()
382 Object[][] cases = { in testUseApproximateDoubleWhenAble()
396 for (Object[] cas : cases) { in testUseApproximateDoubleWhenAble()
485 Object[][] cases = { in testHardDoubleConversion()
501 for (Object[] cas : cases) { in testHardDoubleConversion()
514 Object[][] cases = new Object[][] { in testToDouble()
520 for (Object[] cas : cases) { in testToDouble()
549 Object[][] cases = new Object[][] { in testNickelRounding()
596 for (Object[] cas : cases) { in testNickelRounding()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp25 * Simple test cases for secondary command buffers inheriting dynamic
976 std::vector<TestGeometry> cases; in makeGeometry() local
1005 cases.push_back(geometry); in makeGeometry()
1009 cases.push_back(geometry); in makeGeometry()
1014 cases.push_back(geometry); in makeGeometry()
1026 cases.push_back(geometry); in makeGeometry()
1044 cases.push_back(geometry); in makeGeometry()
1049 cases.push_back(geometry); in makeGeometry()
1054 cases.push_back(geometry); in makeGeometry()
1059 cases in makeGeometry()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp23 * Simple test cases for secondary command buffers inheriting dynamic
885 std::vector<TestGeometry> cases; in makeGeometry() local
914 cases.push_back(geometry); in makeGeometry()
918 cases.push_back(geometry); in makeGeometry()
923 cases.push_back(geometry); in makeGeometry()
935 cases.push_back(geometry); in makeGeometry()
953 cases.push_back(geometry); in makeGeometry()
958 cases.push_back(geometry); in makeGeometry()
963 cases.push_back(geometry); in makeGeometry()
968 cases in makeGeometry()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp963 const TexFuncCaseSpec* cases, int numCases) in createCaseGroup()
970 std::string name = cases[ndx].name; in createCaseGroup()
971 if (cases[ndx].flags & VERTEX) in createCaseGroup()
973 cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, in createCaseGroup()
975 if (cases[ndx].flags & FRAGMENT) in createCaseGroup()
977 cases[ndx].lookupSpec, cases[ndx].texSpec, cases[nd in createCaseGroup()
962 createCaseGroup(TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCaseSpec* cases, int numCases) createCaseGroup() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp705 } cases[] = in createOcclusionQueryTests() local
742 for (int i = 0; i < DE_LENGTH_OF_ARRAY(cases); ++i) in createOcclusionQueryTests()
743 testGroup->addChild(new OcclusionQueryTest(testCtx, "conservative" + cases[i].caseName, cases[i].flags, 32, 32)); in createOcclusionQueryTests()
746 for (int i = 0; i < DE_LENGTH_OF_ARRAY(cases); ++i) in createOcclusionQueryTests()
747 testGroup->addChild(new OcclusionQueryTest(testCtx, "precise" + cases[i].caseName, cases[i].flags | TEST_PRECISE_BIT, 32, 32)); in createOcclusionQueryTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp698 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "occlusion_query", "occlusion query test cases")); in createOcclusionQueryTests()
705 } cases[] = in createOcclusionQueryTests() local
742 for (int i = 0; i < DE_LENGTH_OF_ARRAY(cases); ++i) in createOcclusionQueryTests()
743 testGroup->addChild(new OcclusionQueryTest(testCtx, "conservative" + cases[i].caseName, cases[i].flags, 32, 32)); in createOcclusionQueryTests()
746 for (int i = 0; i < DE_LENGTH_OF_ARRAY(cases); ++i) in createOcclusionQueryTests()
747 testGroup->addChild(new OcclusionQueryTest(testCtx, "precise" + cases[i].caseName, cases[i].flags | TEST_PRECISE_BIT, 32, 32)); in createOcclusionQueryTests()
/third_party/rust/crates/syn/src/
H A Dpat.rs29 /// A pattern that matches any one of a set of cases.
110 /// A pattern that matches any one of a set of cases.
115 pub cases: Punctuated<Pat, Token![|]>,
376 let mut cases = Punctuated::new(); in multi_pat_impl() variables
377 cases.push_value(pat); in multi_pat_impl()
380 cases.push_punct(punct); in multi_pat_impl()
382 cases.push_value(pat); in multi_pat_impl()
387 cases, in multi_pat_impl()
800 self.cases.to_tokens(tokens); in to_tokens()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsto_res.S35 cmpib #3,%d0 |check for fp0/fp1 cases
68 cmpib #3,%d0 |check for fp0/fp1 cases
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsto_res.S35 cmpib #3,%d0 |check for fp0/fp1 cases
68 cmpib #3,%d0 |check for fp0/fp1 cases
/third_party/benchmark/test/
H A Dregister_benchmark_test.cc87 std::pair<const char*, const char*> cases[] = { in RegisterFromFunction() local
89 for (auto const& c : cases) in RegisterFromFunction()
108 // No need to add cases because we don't expect them to run.

Completed in 31 milliseconds

12345678910>>...21