/third_party/python/Lib/test/test_email/ |
H A D | test_headerregistry.py | 1488 cases = ( 1502 for kwargs in cases:
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers_test.cc | 920 // Run the given runnable functor for "cases" test cases, chosen over the 924 // float, and then we add additional test cases evenly distributed between them. 927 void ExhaustiveFloat(uint32_t cases, R&& runnable) { in ExhaustiveFloat() argument 930 if (cases >= 2e9) { // more than 2 billion? Might as well run them all. in ExhaustiveFloat() 951 int iters_per_float = cases / floats.size(); in ExhaustiveFloat() 1017 // Some cases where the rounding is very very close in TEST_F() 1031 200000, 500000, 800000, // misc mid-range cases in TEST_F() 1035 // If at least 1 billion test cases were requested, user wants an in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 1964 // skip incompatible cases in testTextureSize() 2142 // Sampled images of integer formats may support only 1 sample. Exit the test with "Not supported" in these cases. in TextureSizeMSInstance() 2352 // Sampled images of integer formats may support only 1 sample. Exit the test with "Not supported" in these cases. in TextureSamplesInstance() 2571 // skip incompatible cases in testTextureLevels() 3415 // Not supported cases 3615 static void createCaseGroup (tcu::TestCaseGroup* parent, const char* groupName, const TexFuncCaseSpec* cases, int numCases) 3621 std::string name = cases[ndx].name; 3623 bool sparseSupported = !functionHasProj(cases[ndx].lookupSpec.function) && 3624 TEXTURETYPE_1D != cases[ndx].texSpec.type && 3625 TEXTURETYPE_1D_ARRAY != cases[nd [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 1963 // skip incompatible cases in testTextureSize() 2141 // Sampled images of integer formats may support only 1 sample. Exit the test with "Not supported" in these cases. in TextureSizeMSInstance() 2351 // Sampled images of integer formats may support only 1 sample. Exit the test with "Not supported" in these cases. in TextureSamplesInstance() 2570 // skip incompatible cases in testTextureLevels() 3260 // Not supported cases 3460 static void createCaseGroup (tcu::TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCaseSpec* cases, int numCases) 3466 std::string name = cases[ndx].name; 3468 bool sparseSupported = !functionHasProj(cases[ndx].lookupSpec.function) && 3469 TEXTURETYPE_1D != cases[ndx].texSpec.type && 3470 TEXTURETYPE_1D_ARRAY != cases[nd [all...] |
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 729 // to be saved on the stack. In those cases, we can not calculate the SP in AssembleArchInstruction() 2157 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch() local 2159 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch() 2161 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch() 2162 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 1490 // Some messages could be dependent on the value of DEBUG_OUTPUT_SYNCHRONOUS so only use API errors which should be generated in all cases 3239 } cases[] = 3262 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(cases); ndx++) 3263 labels->addChild(new LabelCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].identifier));
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 624 log_verbose("Testing %d/%d of possible test cases\n", noCases, charsToTestSize); in TestComposeDecompose() 653 log_verbose("Testing locales, number of cases = %i\n", noCases); in TestComposeDecompose() 1024 /* of the string. Checks a couple of edge cases.*/ in TestIncrementalNormalize() 2710 static const char* cases[] = { in TestPartialSortKeyTermination() local 2729 for(i = 0; i < UPRV_LENGTHOF(cases); i++) { in TestPartialSortKeyTermination() 2731 length = u_unescape(cases[i], currCase, 256); in TestPartialSortKeyTermination() 2743 static const char* cases[] = { in TestSettings() local 2765 for(j = 1; j < UPRV_LENGTHOF(cases); j++) { in TestSettings() 2766 sLen = u_unescape(cases[j-1], source, 256); in TestSettings() 2768 tLen = u_unescape(cases[ in TestSettings() [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 3310 auto& cases = s.cases(); in writeSwitchStatement() local 3311 for (const std::unique_ptr<Statement>& stmt : cases) { in writeSwitchStatement() 3326 for (size_t i = 0; i < cases.size(); ++i) { in writeSwitchStatement() 3327 const SwitchCase& c = cases[i]->as<SwitchCase>(); in writeSwitchStatement() 3334 for (size_t i = 0; i < cases.size(); ++i) { in writeSwitchStatement() 3335 const SwitchCase& c = cases[i]->as<SwitchCase>(); in writeSwitchStatement()
|
/third_party/gn/src/gn/ |
H A D | functions_target.cc | 584 # In some cases (particularly actions defined previously in the same file) 818 In most cases, a source set will behave like a static library, except no 887 type determined at runtime. This is useful for cases where the type of a
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_private.h | 213 /* Initialized to false; used when sorting the list of cases */ 222 struct list_head cases; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast.h | 972 * Flags for redeclarations. In these cases, no type is specified, to 973 * `type` is allowed to be NULL. In all other cases, this would be an error. 1125 * A list of cases. 1127 exec_list cases; member in ast_case_statement_list
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-traversal-visitor.h | 200 ZonePtrList<CaseClause>* clauses = stmt->cases(); in VisitSwitchStatement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 75 for (auto Case : SI->cases()) in getOnlyLiveSuccessor() 220 // on this). We can later decide to support such cases by altering the in analyze()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 155 // that the latter can handle some of the simple cases w/o a DominatorTree, in runOnFunction() 228 // Remove additional occurrences coming from condensed cases and keep the in fixPhis() 397 /// Transform simple list of \p SI's cases into list of CaseRange's \p Cases. 399 /// \returns Number of \p SI's cases that do not reference \p SI's default BB. 403 // Start with "simple" cases in Clusterify() 404 for (auto Case : SI->cases()) { in Clusterify() 423 // If the two neighboring cases go to the same destination, merge them in Clusterify() 457 // Prepare cases vector. in processSwitchInst() 461 << ". Total non-default cases: " << NumSimpleCases in processSwitchInst() 492 // roughly C icmp's per switch, where C is the number of cases i in processSwitchInst() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 1128 // Skip incompatible cases in testTextureSize() 1363 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCaseSpec* cases, int numCases) in createCaseGroup() argument 1370 std::string name = cases[ndx].name; in createCaseGroup() 1371 if (cases[ndx].flags & VERTEX) in createCaseGroup() 1372 group->addChild(new ShaderTextureFunctionCase(parent->getContext(), (name + "_vertex").c_str(), "", cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, true)); in createCaseGroup() 1373 if (cases[ndx].flags & FRAGMENT) in createCaseGroup() 1374 group->addChild(new ShaderTextureFunctionCase(parent->getContext(), (name + "_fragment").c_str(), "", cases[ndx].lookupSpec, cases[nd in createCaseGroup() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatTest.java | 600 * General parse/format tests. Add test cases as needed. 641 // daylight savings time transition edge cases. in TestGenericTime() 3126 * followed by test cases, each of which is 3 array elements: 3190 * followed by test cases, each of which is 4 or 5 elements: 3241 * followed by test cases, each of which is 4 or 5 elements: 3899 int[] cases = { Calendar.IS_LEAP_MONTH - 1}; in TestOfCalendarField() 3900 for (int i = 0; i < cases.length; i++) { in TestOfCalendarField() 3902 Field.ofCalendarField(cases[i]); in TestOfCalendarField() 3904 errln("Field.ofCalendarField(int) is not suppose to " + "return an exception for parameter " + cases[i]); in TestOfCalendarField() 5441 String[][] cases in test20739_MillisecondsWithoutSeconds() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatTest.java | 597 * General parse/format tests. Add test cases as needed. 638 // daylight savings time transition edge cases. in TestGenericTime() 3223 * followed by test cases, each of which is 3 array elements: 3287 * followed by test cases, each of which is 4 or 5 elements: 3338 * followed by test cases, each of which is 4 or 5 elements: 3996 int[] cases = { Calendar.IS_LEAP_MONTH - 1}; in TestOfCalendarField() 3997 for (int i = 0; i < cases.length; i++) { in TestOfCalendarField() 3999 Field.ofCalendarField(cases[i]); in TestOfCalendarField() 4001 errln("Field.ofCalendarField(int) is not suppose to " + "return an exception for parameter " + cases[i]); in TestOfCalendarField() 5538 String[][] cases in test20739_MillisecondsWithoutSeconds() [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.cc | 1310 ZoneVector<CaseInfo> cases(case_count, zone()); in VisitControl() 1314 cases[i] = CaseInfo{p.value(), p.comparison_order(), branch}; in VisitControl() 1318 SwitchInfo sw(cases, min_value, max_value, default_branch); in VisitControl() 2501 std::vector<CaseInfo> cases = sw.CasesSortedByValue(); in EmitBinarySearchSwitch() local 2502 for (size_t index = 0; index < cases.size(); ++index) { in EmitBinarySearchSwitch() 2503 const CaseInfo& c = cases[index]; in EmitBinarySearchSwitch() 3229 // cases. in ZeroExtendsWord32ToWord64()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_tasks.py | 686 cases = [ 693 for cancel_args, expected_args in cases: 720 cases = [ 727 for cancel_args, expected_args in cases: 2122 cases = [ 2129 for cancel_args, expected_args in cases:
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 650 // We've listed cases in reverse order in the switch statement. 652 auto reversed_cases = cases; 661 /// Switch statement cases 662 ast::CaseStatementList cases; member 1610 // Check single-block loop cases. in RegisterMerges() 1890 // An OpSwitch must dominate its cases. Also, it can't be a self-loop in FindSwitchCaseHeaders() 1905 // An OpSwitch must dominate its cases, including the default target. in FindSwitchCaseHeaders() 1956 // An OpSwitch must dominate its cases. Also, it can't be a self-loop in FindSwitchCaseHeaders() 1984 // An OpSwitch must dominate its cases. in FindSwitchCaseHeaders() 2157 // Check valid structured exit cases in ClassifyCFGEdges() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 1496 // lines. For simple cases, check for an exact match (STRICT). in compareAndVerify() 7601 // These variants are not needed for multisample cases. 7684 static const Case cases[] = 7692 for (int i = 0; i < DE_LENGTH_OF_ARRAY(cases); ++i) 7694 const std::string fileName = cases[i].name + ".amber"; 7695 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].name.c_str(), cases[i].desc.c_str(), dataDir, fileName); 7697 if (cases[i].requireFillModeNonSolid) 7718 } cases [] = 7725 for (int i = 0; i < DE_LENGTH_OF_ARRAY(cases); [all...] |
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 567 // mean that it's > 0x7fd in those cases when doing unsigned comparison 653 // or <= 0 (denorm). Those cases will be handled respectively below 707 // Before getting initial result rsqrt64h, two special cases should be
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 1793 int32_t cases[] = {TYPEOF_LITERAL_LIST(CASE)}; in IGNITION_HANDLER() local 1801 unsigned const num_cases = arraysize(cases); in IGNITION_HANDLER() 1803 Switch(literal_flag, labels[num_cases - 1], cases, labels, num_cases - 1); in IGNITION_HANDLER()
|
/third_party/python/Lib/test/ |
H A D | test_codecs.py | 906 cases = [b'\x80', b'\xBF', b'\xC0', b'\xC1', b'\xF5', b'\xF6', b'\xFF'] 911 cases.append(prefix + suffix) 912 cases.extend((b'\xE0\x80', b'\xE0\x9F', b'\xED\xA0\x80', 915 for data in cases:
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 1288 // Test cases that should fail with a strict parse and pass with a in TestLenientParse() 2136 } cases[] = { in TestCurrencyVariants() local 2146 for (const auto& cas : cases) { in TestCurrencyVariants() 2525 // Test cases: in TestIllegalPatterns() 9118 } cases[] = { in TestMinimumGroupingDigits() local 9133 for (const auto& cas : cases) { in TestMinimumGroupingDigits() 9675 } cases[] = { in Test13850_EmptyStringCurrency() local 9683 for (const auto& cas : cases) { in Test13850_EmptyStringCurrency() 9969 } cases[] = { {u"CA$ 12", u"ยค 0", 12, 12}, in Test13733_StrictAndLenient() local 10012 for (auto& cas : cases) { in Test13733_StrictAndLenient() [all...] |