/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 242 # are some corner cases (e.g. runtime instrumentation) where ILC is unpredictable.
|
/third_party/ffmpeg/tests/fate/ |
H A D | wavpack.mak | 72 # special cases
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 21 * cases was kindly sponsored by Wolfson Microelectronics PLC. 1586 /* reload all use cases */ in snd_use_case_mgr_reload() 1589 uc_error("error: failed to reload use cases"); in snd_use_case_mgr_reload()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 54 \Func{unw\_create\_addr\_space}(). In many cases, the application
|
/third_party/mbedtls/tests/ |
H A D | compat.sh | 118 printf " --list-test-cases\tList all potential test cases (No Execution)\n" 132 # list_test_cases lists all potential test cases in compat.sh without execution 182 # if you have to modify option, --list-test-cases 183 --list-test-cases) 860 # $TITLE is considered as test case description for both --list-test-cases and 1100 # This means PSK test cases with VERIFY=YES should be replaced by 1102 # verification option for PSK test cases.
|
/third_party/node/deps/v8/src/parsing/ |
H A D | rewriter.cc | 70 // [replacement_]. In many cases this will just be the original node. 304 ZonePtrList<CaseClause>* clauses = node->cases(); in VisitSwitchStatement()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 3425 Object[][] cases = new Object[][] { in test20332_PersonUnits() 3439 for (Object[] cas : cases) { in test20332_PersonUnits() 4071 TestCase cases[] = { in TestIdentifiers() 4141 for (TestCase testCase : cases) { in TestIdentifiers() 4230 TestCase cases[] = { in TestPrefixes() 4262 for (TestCase testCase : cases) { in TestPrefixes() 4305 TestCase cases[] = { in TestParseToBuiltIn() 4317 for (TestCase testCase : cases) { in TestParseToBuiltIn()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1021 // to be saved on the stack. In those cases, we can not calculate the SP in AssembleArchInstruction() 3969 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch() local 3971 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch() 3973 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch() 3974 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch() 3981 Label** cases = zone()->NewArray<Label*>(case_count); in AssembleArchTableSwitch() local 3983 cases[index] = GetLabel(i.InputRpo(index + 2)); in AssembleArchTableSwitch() 3985 Label* const table = AddJumpTable(cases, case_count); in AssembleArchTableSwitch() 4052 // TODO(mbrandy): Detect cases wher in AssembleConstructFrame() [all...] |
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 867 // to be saved on the stack. In those cases, we can not calculate the SP in AssembleArchInstruction() 1653 // in these cases are faster based on measurements. in AssembleArchInstruction() 3854 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch() local 3856 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch() 3858 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch() 3859 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch() 3866 Label** cases = zone()->NewArray<Label*>(case_count); in AssembleArchTableSwitch() local 3868 cases[index] = GetLabel(i.InputRpo(index + 2)); in AssembleArchTableSwitch() 3870 Label* const table = AddJumpTable(cases, case_coun in AssembleArchTableSwitch() [all...] |
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 1334 // to be saved on the stack. In those cases, we can not calculate the SP in AssembleArchInstruction() 3337 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch() local 3339 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch() 3341 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch() 3342 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch() 3349 Label** cases = zone()->NewArray<Label*>(case_count); in AssembleArchTableSwitch() local 3351 cases[index] = GetLabel(i.InputRpo(index + 2)); in AssembleArchTableSwitch() 3353 Label* const table = AddJumpTable(cases, case_count); in AssembleArchTableSwitch() 3409 // TODO(mbrandy): Detect cases wher in AssembleConstructFrame() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 154 // cases composing the case group. 445 /// representing the different cases for the switch. 492 // If this is an icmp against a constant, handle this as one of the cases. in matchInstruction() 726 /// decode all of the 'cases' that it represents and return the 'default' block. 731 for (auto Case : SI->cases()) in GetValueEqualityComparisonCases() 835 EliminateBlockCases(PredDef, PredCases); // Remove default from cases. in SimplifyEqualityComparisonWithOnlyPredecessor() 840 EliminateBlockCases(ThisDef, ThisCases); // Remove default from cases. in SimplifyEqualityComparisonWithOnlyPredecessor() 845 // If we are here, we know that the value is none of those cases listed in in SimplifyEqualityComparisonWithOnlyPredecessor() 846 // PredCases. If there are any cases in ThisCases that are in PredCases, we in SimplifyEqualityComparisonWithOnlyPredecessor() 871 // Okay, TI has cases tha in SimplifyEqualityComparisonWithOnlyPredecessor() [all...] |
/third_party/python/Lib/test/ |
H A D | test_httplib.py | 333 cases = ( 351 for name, value in cases: 2033 """Test cases where a request includes a message body.""" 2050 cases = ( 2054 for body, expected in cases:
|
H A D | test_dis.py | 1322 # test cases, ignore them. 1746 cases = [ 1755 for src, expected in cases: 1763 cases = [ 1770 for src, expected in cases:
|
H A D | test_cmd_line.py | 646 cases = [ 655 for envval, opt, expected in cases:
|
H A D | test_gzip.py | 94 # and that the data written equals bytes(xy) in all cases. 375 cases = [ 382 for (name, level, expectedXflByte) in cases:
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 2179 /// Creates a ast::SwitchStatement with input expression and cases 2182 /// @param cases case statements 2187 Cases&&... cases) { in Switch() 2190 ast::CaseStatementList{std::forward<Cases>(cases)...}); in Switch() 2193 /// Creates a ast::SwitchStatement with input expression and cases 2195 /// @param cases case statements 2201 Cases&&... cases) { in Switch() 2204 ast::CaseStatementList{std::forward<Cases>(cases)...}); in Switch() 2185 Switch(const Source& source, ExpressionInit&& condition, Cases&&... cases) Switch() argument 2200 Switch(ExpressionInit&& condition, Cases&&... cases) Switch() argument
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 340 cases = [self._parse_testcase(case) for case in ele_suite] 351 "cases": cases
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_range.cpp | 729 } cases[] = { in testPlurals() local 747 for (auto& cas : cases) { in testPlurals()
|
/third_party/skia/tests/ |
H A D | PictureTest.cpp | 833 } cases[] = { in DEF_TEST() local 847 for (const auto& c : cases) { in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 129 // value. So in most cases MaxSize will equal the Threshold flag 590 /// rule out some common cases that we found such discrepancy already 720 // MSan-friendly. Limit this to the cases when the original predicate is in processCurrentLoop() 785 // At this point we have some cases already unswitched and in processCurrentLoop() 787 for (auto Case : SI->cases()) { in processCurrentLoop() 803 // or OR-chain. In both cases switch input value simplifies to in processCurrentLoop() 1180 // on already unswitched cases. in TryTrivialLoopUnswitch() 1181 for (auto Case : SI->cases()) { in TryTrivialLoopUnswitch()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | type_validation_test.cc | 634 static constexpr Params cases[] = { member 678 testing::ValuesIn(cases));
|
/third_party/python/Lib/unittest/test/ |
H A D | test_runner.py | 24 def runTests(*cases): 26 for case in cases: 1330 # in all these cases no warnings are printed
|
/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...] |