Home
last modified time | relevance | path

Searched refs:_case (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/dports/math/clingo/clingo-5.5.1/libpyclingo/clingo/tests/
H A Dtest_propagator.py17 self._case = case
25 self._case.assertIsNotNone(a)
34 self._case.assertGreaterEqual(lvl, 1)
55 self._case = case
61 self._case.assertIsNotNone(a)
62 self._case.assertIsNotNone(b)
63 self._case.assertIsNotNone(c)
98 self._case = case
116 self._case = case
123 self._case.assertIsNotNone(a)
[all …]
H A Dtest_backend.py14 self._case = case
25 self._case.assertTrue(choice)
26 self._case.assertEqual(head, [1])
32 self._case.assertFalse(choice)
33 self._case.assertEqual(head, [2])
49 self._case.assertEqual(atom, 2)
53 self._case.assertEqual(atom, 3)
63 self._case.assertEqual(atom, 2)
65 self._case.assertEqual(bias, 5)
84 self._case = case
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dcstime.cpp63 _case = 0; in MohawkEngine_CSTime()
219 _case = new CSTimeCase1(this); // TODO in initCase()
225 _case->setCurrScene(_nextSceneId); in nextScene()
226 CSTimeScene *scene = _case->getCurrScene(); in nextScene()
412 _case->handleConditionalEvent(event); in triggerEvent()
421 _case->setConversation(event.param2); in triggerEvent()
424 _case->getCurrConversation()->start(); in triggerEvent()
429 _case->getCurrConversation()->end(false); in triggerEvent()
440 _case->getCurrScene()->leave(); in triggerEvent()
542 _case->getCurrScene()->getChar(_case->getCurrScene()->getHelperId())->setupRestPos(); in triggerEvent()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dcstime.cpp62 _case = 0; in MohawkEngine_CSTime()
213 _case = new CSTimeCase1(this); // TODO in initCase()
219 _case->setCurrScene(_nextSceneId); in nextScene()
220 CSTimeScene *scene = _case->getCurrScene(); in nextScene()
406 _case->handleConditionalEvent(event); in triggerEvent()
415 _case->setConversation(event.param2); in triggerEvent()
418 _case->getCurrConversation()->start(); in triggerEvent()
423 _case->getCurrConversation()->end(false); in triggerEvent()
434 _case->getCurrScene()->leave(); in triggerEvent()
536 _case->getCurrScene()->getChar(_case->getCurrScene()->getHelperId())->setupRestPos(); in triggerEvent()
[all …]
/dports/lang/solidity/solidity_0.8.11/libyul/optimiser/
H A DConditionalUnsimplifier.cpp48 for (auto& _case: _switch.cases) in operator ()() local
50 if (_case.value) in operator ()()
52 (*this)(*_case.value); in operator ()()
54 !_case.body.statements.empty() && in operator ()()
55 holds_alternative<Assignment>(_case.body.statements.front()) in operator ()()
58 Assignment const& assignment = std::get<Assignment>(_case.body.statements.front()); in operator ()()
63 valueOfLiteral(std::get<Literal>(*assignment.value)) == valueOfLiteral(*_case.value) in operator ()()
65 _case.body.statements.erase(_case.body.statements.begin()); in operator ()()
68 (*this)(_case.body); in operator ()()
H A DConditionalSimplifier.cpp47 for (auto& _case: _switch.cases) in operator ()() local
49 if (_case.value) in operator ()()
51 (*this)(*_case.value); in operator ()()
52 _case.body.statements.insert(_case.body.statements.begin(), in operator ()()
54 _case.body.debugData, in operator ()()
55 {Identifier{_case.body.debugData, expr}}, in operator ()()
56 make_unique<Expression>(*_case.value) in operator ()()
60 (*this)(_case.body); in operator ()()
H A DASTWalker.cpp66 for (auto const& _case: _switch.cases) in operator ()() local
68 if (_case.value) in operator ()()
69 (*this)(*_case.value); in operator ()()
70 (*this)(_case.body); in operator ()()
135 for (auto& _case: _switch.cases) in operator ()() local
137 if (_case.value) in operator ()()
138 (*this)(*_case.value); in operator ()()
139 (*this)(_case.body); in operator ()()
H A DStructuralSimplifier.cpp38 for (auto& _case: _switchStmt.cases) in replaceConstArgSwitch() local
40 if (_case.value && valueOfLiteral(*_case.value) == _constExprVal) in replaceConstArgSwitch()
42 matchingCaseBlock = &_case.body; in replaceConstArgSwitch()
45 else if (!_case.value) in replaceConstArgSwitch()
46 defaultCase = &_case; in replaceConstArgSwitch()
/dports/devel/p5-Thread-Apartment/Thread-Apartment-0.51/t/
H A DThirdBase.pm17 my $obj = bless { _case => $case }, $class;
28 return ($obj->{_case} eq 'uc') ? 'THIRDBASE' : 'thirdbase';
33 return ($obj->{_case} eq 'uc') ? 'TRIPLE' : 'triple';
39 return ($obj->{_case} eq 'uc') ? 'STEAL' : 'steal';
48 $obj->{_case} = ($obj->{_case} eq 'uc') ? 'lc' : 'uc';
55 $obj->{_case} = 'lc';
130 return ($obj->{_case} eq 'uc') ? 'BUNT' : 'bunt';
150 return shift->{_case};
/dports/net/rclone/rclone-1.57.0/vendor/github.com/anacrolix/dms/dlna/dms/
H A Ddms_test.go40 for _, _case := range cases {
41 a := safeFilePath(_case.root, _case.given)
42 if a != _case.expected {
43 t.Errorf("expected %q from %q and %q but got %q", _case.expected, _case.root, _case.given, a)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/unicode/
H A Dunicode.go5 func to(_case int, r rune, caseRange []CaseRange) rune {
6 if _case < 0 || MaxCase <= _case {
15 delta := rune(cr.Delta[_case])
17 return rune(cr.Lo) + ((r-rune(cr.Lo))&^1 | rune(_case&1))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/unicode/
H A Dunicode.go5 func to(_case int, r rune, caseRange []CaseRange) (mappedRune rune, foundMapping bool) {
6 if _case < 0 || MaxCase <= _case {
15 delta := rune(cr.Delta[_case])
17 return rune(cr.Lo) + ((r-rune(cr.Lo))&^1 | rune(_case&1)), true
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/unicode/
H A Dunicode.go5 func to(_case int, r rune, caseRange []CaseRange) (mappedRune rune, foundMapping bool) {
6 if _case < 0 || MaxCase <= _case {
15 delta := rune(cr.Delta[_case])
17 return rune(cr.Lo) + ((r-rune(cr.Lo))&^1 | rune(_case&1)), true
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/unicode/
H A Dunicode.go5 func to(_case int, r rune, caseRange []CaseRange) (mappedRune rune, foundMapping bool) {
6 if _case < 0 || MaxCase <= _case {
15 delta := rune(cr.Delta[_case])
17 return rune(cr.Lo) + ((r-rune(cr.Lo))&^1 | rune(_case&1)), true
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/unicode/
H A Dunicode.go5 func to(_case int, r rune, caseRange []CaseRange) (mappedRune rune, foundMapping bool) {
6 if _case < 0 || MaxCase <= _case {
15 delta := rune(cr.Delta[_case])
17 return rune(cr.Lo) + ((r-rune(cr.Lo))&^1 | rune(_case&1)), true
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/unicode/
H A Dunicode.go5 func to(_case int, r rune, caseRange []CaseRange) (mappedRune rune, foundMapping bool) {
6 if _case < 0 || MaxCase <= _case {
15 delta := rune(cr.Delta[_case])
17 return rune(cr.Lo) + ((r-rune(cr.Lo))&^1 | rune(_case&1)), true
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/unicode/
H A Dunicode.go5 func to(_case int, r rune, caseRange []CaseRange) (mappedRune rune, foundMapping bool) {
6 if _case < 0 || MaxCase <= _case {
15 delta := rune(cr.Delta[_case])
17 return rune(cr.Lo) + ((r-rune(cr.Lo))&^1 | rune(_case&1)), true
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/lib/
H A Ducp_tests.cc543 #define TEST_CASE_ALL_STREAM(_perf, _case) \ argument
544 TEST_CASE(_perf, UCS_PP_TUPLE_0 _case, UCS_PP_TUPLE_1 _case, \
547 TEST_CASE(_perf, UCS_PP_TUPLE_0 _case, UCS_PP_TUPLE_1 _case, \
551 #define TEST_CASE_ALL_TAG(_perf, _case) \ argument
552 TEST_CASE(_perf, UCS_PP_TUPLE_0 _case, UCS_PP_TUPLE_1 _case, \
555 TEST_CASE(_perf, UCS_PP_TUPLE_0 _case, UCS_PP_TUPLE_1 _case, \
558 TEST_CASE(_perf, UCS_PP_TUPLE_0 _case, UCS_PP_TUPLE_1 _case, \
561 TEST_CASE(_perf, UCS_PP_TUPLE_0 _case, UCS_PP_TUPLE_1 _case, \
565 #define TEST_CASE_ALL_OSD(_perf, _case) \ argument
566 TEST_CASE(_perf, UCS_PP_TUPLE_0 _case, UCS_PP_TUPLE_1 _case, \
[all …]
/dports/deskutils/xchm/xchm-1.23/src/
H A Dchmfinddialog.cpp43 _case = new wxCheckBox(this, -1, _("Case sensitive")); in CHMFindDialog()
47 sizer->Add(_case, 0, wxLEFT | wxBOTTOM, 5); in CHMFindDialog()
84 if(!_case->IsChecked()) in OnFind()
90 _case->IsChecked()); in OnFind()
109 _case->IsChecked()); in OnFind()
116 _case->IsChecked()); in OnFind()
/dports/www/moodle310/moodle/lib/
H A Dlexer.php39 var $_case; variable in ParallelRegex
48 $this->_case = $case;
131 return ($this->_case ? "msS" : "msSi");
215 var $_case; variable in Lexer
227 $this->_case = $case;
257 $this->_regexes[$mode] = new ParallelRegex($this->_case);
277 $this->_regexes[$mode] = new ParallelRegex($this->_case);
292 $this->_regexes[$mode] = new ParallelRegex($this->_case);
310 $this->_regexes[$mode] = new ParallelRegex($this->_case);
/dports/www/moodle311/moodle/lib/
H A Dlexer.php39 var $_case; variable in ParallelRegex
48 $this->_case = $case;
131 return ($this->_case ? "msS" : "msSi");
215 var $_case; variable in Lexer
227 $this->_case = $case;
257 $this->_regexes[$mode] = new ParallelRegex($this->_case);
277 $this->_regexes[$mode] = new ParallelRegex($this->_case);
292 $this->_regexes[$mode] = new ParallelRegex($this->_case);
310 $this->_regexes[$mode] = new ParallelRegex($this->_case);
/dports/www/moodle39/moodle/lib/
H A Dlexer.php39 var $_case; variable in ParallelRegex
48 $this->_case = $case;
131 return ($this->_case ? "msS" : "msSi");
215 var $_case; variable in Lexer
227 $this->_case = $case;
257 $this->_regexes[$mode] = new ParallelRegex($this->_case);
277 $this->_regexes[$mode] = new ParallelRegex($this->_case);
292 $this->_regexes[$mode] = new ParallelRegex($this->_case);
310 $this->_regexes[$mode] = new ParallelRegex($this->_case);
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/internal/export/unicode/
H A Dgen.go515 _case int member
529 case d._case != c._case: // different cases
531 case c._case == CaseNone:
550 case c._case == CaseUpper && d._case != CaseLower:
552 case c._case == CaseLower && d._case != CaseUpper:
617 c._case = CaseUpper
619 c._case = CaseLower
621 c._case = CaseTitle
626 c._case = CaseUpper
630 c._case = CaseLower
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/text/internal/export/unicode/
H A Dgen.go515 _case int member
529 case d._case != c._case: // different cases
531 case c._case == CaseNone:
550 case c._case == CaseUpper && d._case != CaseLower:
552 case c._case == CaseLower && d._case != CaseUpper:
617 c._case = CaseUpper
619 c._case = CaseLower
621 c._case = CaseTitle
626 c._case = CaseUpper
630 c._case = CaseLower
[all …]
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/golang.org/x/text/internal/export/unicode/
H A Dgen.go515 _case int member
529 case d._case != c._case: // different cases
531 case c._case == CaseNone:
550 case c._case == CaseUpper && d._case != CaseLower:
552 case c._case == CaseLower && d._case != CaseUpper:
617 c._case = CaseUpper
619 c._case = CaseLower
621 c._case = CaseTitle
626 c._case = CaseUpper
630 c._case = CaseLower
[all …]

12345678910>>...38