Home
last modified time | relevance | path

Searched refs:cases (Results 351 - 375 of 514) sorted by relevance

1...<<1112131415161718192021

/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dentry.S242 # are some corner cases (e.g. runtime instrumentation) where ILC is unpredictable.
/third_party/ffmpeg/tests/fate/
H A Dwavpack.mak72 # special cases
/third_party/alsa-lib/src/ucm/
H A Dmain.c21 * 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 Dlibunwind-ptrace.tex54 \Func{unw\_create\_addr\_space}(). In many cases, the application
/third_party/mbedtls/tests/
H A Dcompat.sh118 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 Drewriter.cc70 // [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 DMeasureUnitTest.java3425 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 Dcode-generator-ppc.cc1021 // 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 Dcode-generator-ia32.cc867 // 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 Dcode-generator-s390.cc1334 // 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 DSimplifyCFG.cpp154 // 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 Dtest_httplib.py333 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 Dtest_dis.py1322 # test cases, ignore them.
1746 cases = [
1755 for src, expected in cases:
1763 cases = [
1770 for src, expected in cases:
H A Dtest_cmd_line.py646 cases = [
655 for envval, opt, expected in cases:
H A Dtest_gzip.py94 # 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 Dprogram_builder.h2179 /// 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 Dresult_reporter.py340 cases = [self._parse_testcase(case) for case in ele_suite]
351 "cases": cases
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_range.cpp729 } cases[] = { in testPlurals() local
747 for (auto& cas : cases) { in testPlurals()
/third_party/skia/tests/
H A DPictureTest.cpp833 } 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 DLoopUnswitch.cpp129 // 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 Dtype_validation_test.cc634 static constexpr Params cases[] = { member
678 testing::ValuesIn(cases));
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py24 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 Dtest_headerregistry.py1488 cases = (
1502 for kwargs in cases:
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc920 // 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 DvktShaderRenderTextureFunctionTests.cpp1964 // 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...]

Completed in 65 milliseconds

1...<<1112131415161718192021