/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 1561 Object[][]cases=new Object[][]{ in TestConcatenate() 1575 /* ### TODO: add more interesting cases */ in TestConcatenate() 1589 for(i=0; i<cases.length; ++i) { in TestConcatenate() 1590 mode = (Normalizer.Mode)cases[i][0]; in TestConcatenate() 1592 left=(String)cases[i][1]; in TestConcatenate() 1593 right=(String)cases[i][2]; in TestConcatenate() 1594 expect=(String)cases[i][3]; in TestConcatenate() 1598 errln("error in Normalizer.concatenate(), cases[] failed" in TestConcatenate() 1606 errln("error in Normalizer.concatenate(), cases[] failed" in TestConcatenate() 1829 // some cases fro [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 86 std::vector<Winding> cases; in getWindingCases() local 90 cases.push_back(WINDING_CCW); in getWindingCases() 93 cases.push_back(WINDING_CW); in getWindingCases() 96 cases.push_back(WINDING_CCW); in getWindingCases() 97 cases.push_back(WINDING_CW); in getWindingCases() 103 return cases; in getWindingCases() 122 std::vector<bool> cases; in getUsePointModeCases() local 126 cases.push_back(false); in getUsePointModeCases() 129 cases.push_back(true); in getUsePointModeCases() 132 cases in getUsePointModeCases() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 2571 de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "early_fragment", "early fragment test cases")); 2580 static const TestCaseEarly cases[] = 2603 for (int i = 0; i < DE_LENGTH_OF_ARRAY(cases); ++i) 2604 testGroup->addChild(new EarlyFragmentTest(testCtx, cases[i].caseName, cases[i].flags)); 2617 } cases[] = 2629 for (int i = 0; i < DE_LENGTH_OF_ARRAY(cases); ++i) 2630 testGroup->addChild(new EarlyFragmentDiscardTest(testCtx, cases[i].caseName, cases[i].flags)); 2639 } cases[] [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 86 std::vector<Winding> cases; in getWindingCases() local 90 cases.push_back(WINDING_CCW); in getWindingCases() 93 cases.push_back(WINDING_CW); in getWindingCases() 96 cases.push_back(WINDING_CCW); in getWindingCases() 97 cases.push_back(WINDING_CW); in getWindingCases() 103 return cases; in getWindingCases() 122 std::vector<bool> cases; in getUsePointModeCases() local 126 cases.push_back(false); in getUsePointModeCases() 129 cases.push_back(true); in getUsePointModeCases() 132 cases in getUsePointModeCases() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest.h | 193 const UnitInflectionTestCase *cases, 308 void expectedErrorSkeleton(const char16_t** cases, int32_t casesLen);
|
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
H A D | LocaleNameTest.java | 282 String[][] cases = new String[][]{ in Test20639_DeprecatesISO3Language() 290 for (String[] cas : cases) { in Test20639_DeprecatesISO3Language()
|
/third_party/node/deps/npm/test/lib/utils/ |
H A D | update-notifier.js | 223 const cases = { 232 for (const [version, reqs] of Object.entries(cases)) {
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.c | 170 been at least two cases where a program links with two others, one of which 175 not include pcre2posix.h. If there are any such cases, they will have to use
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeTestLogCompare.cpp | 218 static void computeCaseList (vector<string>& cases, const vector<ShortBatchResult>& batchResults) in computeCaseList() argument 220 // \todo [2012-07-10 pyry] Do proper case ordering (eg. handle missing cases nicely). in computeCaseList() 229 cases.push_back(caseIter->casePath); in computeCaseList() 310 // Compare cases. in runCompare()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | section_parser_test.cc | 267 } cases[] = {{"comment spirv"}, {"indices spirv"}, in TEST_F() local 273 for (auto name_case : cases) { in TEST_F()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cfg.cpp | 110 // This is needed to avoid annoying cases with do { ... } while(false) loops often generated by inliners. in post_order_visit() 138 for (auto &target : block.cases) in post_order_visit() 152 // This is needed to avoid cases where an inner branch dominates the outer branch. in post_order_visit() 388 for (auto &target : block.cases) in lift_continue_block_dominator()
|
/third_party/python/Lib/test/ |
H A D | test_sched.py | 96 cases = [ 102 for priorities, expected in cases:
|
H A D | test_long.py | 16 # Max number of base BASE digits to use in test cases. Doubling 180 # specific numbers chosen to exercise corner cases of the 183 # 30-bit cases involving a quotient digit estimate of BASE+1 192 # 30-bit cases that require the post-subtraction correction step 198 # 15-bit cases involving a quotient digit estimate of BASE+1 203 # 15-bit cases that require the post-subtraction correction step 599 cases = [0, 0.001, 0.99, 1.0, 1.5, 1e20, 1e200] 603 cases.extend([t - 1.0, t - 0.3, t, t + 0.3, t + 1.0, 605 cases.extend([0, 1, 2, sys.maxsize, float(sys.maxsize)]) 609 cases [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | kcov.c | 296 void notrace __sanitizer_cov_trace_switch(u64 val, u64 *cases) in __sanitizer_cov_trace_switch() argument 299 u64 count = cases[0]; in __sanitizer_cov_trace_switch() 300 u64 size = cases[1]; in __sanitizer_cov_trace_switch() 320 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kcov.c | 319 u64 *cases = arg; in __sanitizer_cov_trace_switch() local 320 u64 count = cases[0]; in __sanitizer_cov_trace_switch() 321 u64 size = cases[1]; in __sanitizer_cov_trace_switch() 341 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
|
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.cpp | 373 StatementArray cases; in statement() local 374 cases.reserve_back(caseCount); in statement() 378 cases.push_back(std::make_unique<SwitchCase>(/*line=*/-1, std::move(value), in statement() 382 std::move(cases), fSymbolTable); in statement()
|
/third_party/littlefs/runners/ |
H A D | bench_runner.h | 72 const struct bench_case *cases; member
|
H A D | test_runner.h | 65 const struct test_case *cases; member
|
/third_party/node/deps/v8/src/ast/ |
H A D | source-range-ast-visitor.cc | 30 ZonePtrList<CaseClause>* clauses = stmt->cases(); in VisitSwitchStatement()
|
/third_party/skia/src/sksl/analysis/ |
H A D | SkSLCanExitWithoutReturningValue.cpp | 96 for (const std::unique_ptr<Statement>& switchStmt : s.cases()) { 98 // case cannot definitively return, as its value might not be in the cases list.
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 786 long cases = 0; in setCaseBits() 802 cases |= (long)c << ((numBasePrimaries - 1) * 2); in setCaseBits() 815 cases |= (long)lastCase << ((numTailoredPrimaries - 1) * 2); in setCaseBits() 823 ce |= (cases & 3) << 14; in setCaseBits() 824 cases >>>= 2; in setCaseBits() 1084 // However, this can only really happen in contrived cases. in closeOverComposites()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationBuilder.java | 790 long cases = 0; in setCaseBits() 806 cases |= (long)c << ((numBasePrimaries - 1) * 2); in setCaseBits() 819 cases |= (long)lastCase << ((numTailoredPrimaries - 1) * 2); in setCaseBits() 827 ce |= (cases & 3) << 14; in setCaseBits() 828 cases >>>= 2; in setCaseBits() 1088 // However, this can only really happen in contrived cases. in closeOverComposites()
|
/third_party/python/PCbuild/ |
H A D | prepare_ssl.bat | 9 echo.update the binaries kept online - in most cases, the files downloaded
|
H A D | prepare_tcltk.bat | 9 echo.update the binaries kept online - in most cases, the files downloaded
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1864 } cases[] = in createTests() local 1892 for (size_t caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(cases); caseNdx++) in createTests() 1894 if (resource.type == RESOURCE_TYPE_BUFFER && !cases[caseNdx].memoryHandleTypeBuffer) in createTests() 1897 if (resource.type == RESOURCE_TYPE_IMAGE && !cases[caseNdx].memoryHandleTypeImage) in createTests() 1900 std::string name = getResourceName(resource) + cases[caseNdx].nameSuffix; in createTests() 1904 const TestConfig config (resource, writeOp, readOp, cases[caseNdx].memoryHandleTypeBuffer, cases[caseNdx].memoryHandleTypeImage); in createTests()
|