Home
last modified time | relevance | path

Searched refs:check_state (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DStateApi.cpp258 CustomState& state = *check_state(l, 1); in state_api_set_description()
281 CustomState& state = *check_state(l, 1); in state_api_get_entity()
302 CustomState& state = *check_state(l, 1); in state_api_get_map()
328 CustomState& state = *check_state(l, 1); in state_api_get_game()
390 CustomState& state = *check_state(l, 1); in state_api_set_visible()
422 CustomState& state = *check_state(l, 1); in state_api_set_can_control_direction()
454 CustomState& state = *check_state(l, 1); in state_api_set_can_control_movement()
492 CustomState& state = *check_state(l, 1); in state_api_set_draw_override()
517 CustomState& state = *check_state(l, 1); in state_api_set_can_traverse()
593 CustomState& state = *check_state(l, 1); in state_api_set_can_traverse_ground()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGridViewCheckBoxCell.cs44 private PushButtonState check_state; field in System.Windows.Forms.DataGridViewCheckBoxCell
48 check_state = PushButtonState.Normal; in DataGridViewCheckBoxCell()
327 check_state = PushButtonState.Pressed; in OnKeyDown()
336 check_state = PushButtonState.Normal; in OnKeyUp()
346 check_state = PushButtonState.Normal; in OnLeave()
364 check_state = PushButtonState.Normal; in OnMouseLeave()
371 if (!ReadOnly && check_state != PushButtonState.Normal && check_state != PushButtonState.Hot) { in OnMouseMove()
372 check_state = PushButtonState.Hot; in OnMouseMove()
381 check_state = PushButtonState.Normal; in OnMouseUp()
397 state = (CheckBoxState)check_state; in PaintPartContent()
[all …]
H A DCheckBox.cs44 internal CheckState check_state; field in System.Windows.Forms.CheckBox
80 if (owner.check_state == CheckState.Checked) {
204 if (check_state != CheckState.Unchecked) {
211 if (value && (check_state != CheckState.Checked)) {
212 check_state = CheckState.Checked;
216 check_state = CheckState.Unchecked;
228 return check_state;
232 if (value != check_state) {
233 bool was_checked = (check_state != CheckState.Unchecked);
235 check_state = value;
[all …]
H A DRadioButton.cs44 internal CheckState check_state; field in System.Windows.Forms.RadioButton
79 if (owner.check_state == CheckState.Checked) {
132 if (rb.check_state == CheckState.Checked) { in PerformDefaultCheck()
246 if (check_state != CheckState.Unchecked) {
253 if (value && (check_state != CheckState.Checked)) {
254 check_state = CheckState.Checked;
258 } else if (!value && (check_state != CheckState.Unchecked)) {
260 check_state = CheckState.Unchecked;
/dports/audio/mp3_check/mp3_check-1.98/mp3_check-1.95-rjk/
H A Dsupport_functions.c6 int check_state = FAIL; in cmp_str() local
12 return check_state; in cmp_str()
60 FI->check_state = FAIL; in check_header_value()
88 FI->check_state = PASS; in check_header_value()
90 return FI->check_state; in check_header_value()
294 FI->check_state = FAIL; in check_header_value()
297 FI->check_state = FAIL; in check_header_value()
300 FI->check_state = FAIL; in check_header_value()
303 FI->check_state = FAIL; in check_header_value()
306 FI->check_state = FAIL; in check_header_value()
[all …]
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/dblib/unittests/
H A Ddone_handling.c78 check_state(const char name[], prfunc print, int erc) in check_state() function
120 check_state("sqlexec ", prretcode, dbsqlexec(dbproc)); in do_test()
122 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
123 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
124 check_state("results ", prretcode, dbresults(dbproc)); in do_test()
125 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
126 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
131 check_state("results ", prretcode, ret); in do_test()
139 check_state("nextrow ", prdbretcode, ret); in do_test()
143 check_state("more results?", print_with, ret); in do_test()
[all …]
/dports/databases/freetds/freetds-1.3.4/src/dblib/unittests/
H A Ddone_handling.c78 check_state(const char name[], prfunc print, int erc) in check_state() function
120 check_state("sqlexec ", prretcode, dbsqlexec(dbproc)); in do_test()
122 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
123 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
124 check_state("results ", prretcode, dbresults(dbproc)); in do_test()
125 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
126 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
131 check_state("results ", prretcode, ret); in do_test()
139 check_state("nextrow ", prdbretcode, ret); in do_test()
143 check_state("more results?", print_with, ret); in do_test()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/dblib/unittests/
H A Ddone_handling.c80 check_state(const char name[], prfunc print, int erc) in check_state() function
122 check_state("sqlexec ", prretcode, dbsqlexec(dbproc)); in do_test()
124 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
125 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
126 check_state("results ", prretcode, dbresults(dbproc)); in do_test()
127 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
128 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
133 check_state("results ", prretcode, ret); in do_test()
141 check_state("nextrow ", prdbretcode, ret); in do_test()
145 check_state("more results?", print_with, ret); in do_test()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/dblib/unittests/
H A Ddone_handling.c80 check_state(const char name[], prfunc print, int erc) in check_state() function
122 check_state("sqlexec ", prretcode, dbsqlexec(dbproc)); in do_test()
124 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
125 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
126 check_state("results ", prretcode, dbresults(dbproc)); in do_test()
127 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
128 check_state("nextrow ", prdbretcode, dbnextrow(dbproc)); in do_test()
133 check_state("results ", prretcode, ret); in do_test()
141 check_state("nextrow ", prdbretcode, ret); in do_test()
145 check_state("more results?", print_with, ret); in do_test()
[all …]
/dports/audio/mp3_check/mp3_check-1.98/
H A Dsupport_functions.h72 return check_state;
208 FI->check_state = FAIL;
239 FI->check_state = PASS;
241 return FI->check_state;
451 FI->check_state = FAIL;
454 FI->check_state = FAIL;
457 FI->check_state = FAIL;
460 FI->check_state = FAIL;
463 FI->check_state = FAIL;
466 FI->check_state = FAIL;
[all …]
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Ddayselector.edc163 if(get_int(check_state) == DAYSELECOR_DAY_STATE_DEFAULT)
165 else if(get_int(check_state) == DAYSELECOR_DAY_STATE_PRESSED)
167 else if(get_int(check_state) == DAYSELECOR_DAY_STATE_SELECTED)
171 if(get_int(check_state) == DAYSELECOR_DAY_STATE_DEFAULT)
173 else if(get_int(check_state) == DAYSELECOR_DAY_STATE_PRESSED)
179 if(get_int(check_state) == DAYSELECOR_DAY_STATE_DEFAULT)
181 else if(get_int(check_state) == DAYSELECOR_DAY_STATE_PRESSED)
188 if(get_int(check_state) == DAYSELECOR_DAY_STATE_SELECTED) {
411 set_int(check_state, DAYSELECOR_DAY_STATE_PRESSED);
423 set_int(check_state, DAYSELECOR_DAY_STATE_SELECTED);
[all …]
/dports/devel/git-cinnabar/git-cinnabar-0.5.8/tests/
H A Dutil.py19 def check_state(self, v, d): member in TestVersionedDict
38 self.check_state(v, d)
41 self.check_state(v, d)
53 self.check_state(v, d)
64 self.check_state(v, d)
75 self.check_state(v, d)
83 self.check_state(v, d)
93 self.check_state(v, d)
103 self.check_state(v, d)
114 self.check_state(v, d)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/autofilter/
H A Dtdf117276_autofilter_reset.py40 def check_state(self, document, xGridWindow): member in tdf117276_autofilter_reset
159 self.check_state(document, xGridWindow)
163 self.check_state(document, xGridWindow)
166 self.check_state(document, xGridWindow)
169 self.check_state(document, xGridWindow)
172 self.check_state(document, xGridWindow)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/uitest/autofilter/
H A Dtdf117276_autofilter_reset.py53 def check_state(self, document, xGridWindow): member in tdf117276_autofilter_reset
172 self.check_state(document, xGridWindow)
176 self.check_state(document, xGridWindow)
179 self.check_state(document, xGridWindow)
182 self.check_state(document, xGridWindow)
185 self.check_state(document, xGridWindow)
/dports/textproc/source-highlight/source-highlight-3.1.9/lib/tests/
H A Dtest_regexrules_main.cpp34 static void check_state(const HighlightState *state,
91 void check_state(const HighlightState *state, const MatchingParameters &params, in check_state() function
281 check_state(nextState, params, "ab >", true, ">", "ab ", ""); in main()
284 check_state(nextState, params, "ab \\> bc >", true, "\\>", "ab ", " bc >"); in main()
293 check_state(&classState, params, "this class foo", true, "as", "this cl", in main()
301 check_state(&classState, params, "this class foo", true, "class", "this ", in main()
308 check_state(&classState, params, "this class foo", true, "class foo", in main()
313 check_state(&classState, params, "\t \t class foo", true, "class", in main()
321 check_state(&classState, params, "this bar ( foo", true, "bar", "this ", in main()
324 check_state(&classState, params, "this myfun ( foo", true, "myfun", in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )

12345678910>>...23