Home
last modified time | relevance | path

Searched refs:check_states (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DCheckedListBox.cs44 private Hashtable check_states = new Hashtable (); field in System.Windows.Forms.CheckedListBox
230 return check_states.Contains (Items [index]); in GetItemChecked()
239 if (check_states.Contains (o)) in GetItemCheckState()
240 return (CheckState) check_states [o]; in GetItemCheckState()
257 if (check_states.Contains (Items [e.Index])) { in OnDrawItem()
259 if (((CheckState) check_states [Items [e.Index]]) == CheckState.Indeterminate) in OnDrawItem()
330 check_states[Items[index]] = icea.NewValue; in SetItemCheckState()
333 check_states.Remove (Items[index]); in SetItemCheckState()
421 owner.check_states[item] = icea.NewValue; in Add()
537 if (owner.check_states.Contains (owner.Items [i])) in Refresh()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Draid5.h175 enum check_states { enum
219 enum check_states check_state;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Draid5.h175 enum check_states { enum
219 enum check_states check_state;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Draid5.h175 enum check_states { enum
219 enum check_states check_state;
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/include/private/
H A Dftdm_state.h174 ftdm_channel_state_t check_states[FTDM_MAP_MAX]; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/
H A Dftdm_state.c152 if (state_map->nodes[x].check_states[0] == FTDM_CHANNEL_STATE_ANY) { in ftdm_parse_state_map()
156 if (state_map->nodes[x].check_states[i] == ftdmchan->state) { in ftdm_parse_state_map()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_actor.h422 bool IsEquipmentFixed(bool check_states) const;
H A Dgame_actor.cpp853 bool Game_Actor::IsEquipmentFixed(bool check_states) const { in IsEquipmentFixed()
858 if (check_states) { in IsEquipmentFixed()
/dports/multimedia/pipewire/pipewire-0.3.43/src/pipewire/
H A Dimpl-link.c646 static void check_states(void *obj, void *user_data, int res, uint32_t id) in check_states() function
718 this, -EBUSY, (pw_work_func_t) check_states, this); in check_states()
796 this, -EBUSY, (pw_work_func_t) check_states, this); in pw_impl_link_prepare()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/parsetools/src/
H A Dyecc.erl611 fun check_expect/1, fun check_states/1,
682 check_states(St) -> function
1129 case check_states(NewState, StateId, StateTab, Tables) of
1260 check_states(NewState, StateId, StateTab, #tabs{state_id = StateIdTab}) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/parsetools/src/
H A Dyecc.erl611 fun check_expect/1, fun check_states/1,
682 check_states(St) -> function
1129 case check_states(NewState, StateId, StateTab, Tables) of
1260 check_states(NewState, StateId, StateTab, #tabs{state_id = StateIdTab}) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/parsetools/src/
H A Dyecc.erl611 fun check_expect/1, fun check_states/1,
682 check_states(St) -> function
1129 case check_states(NewState, StateId, StateTab, Tables) of
1260 check_states(NewState, StateId, StateTab, #tabs{state_id = StateIdTab}) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/parsetools/src/
H A Dyecc.erl701 fun check_expect/1, fun check_states/1,
772 check_states(St) -> function
1230 case check_states(NewState, StateId, StateTab, Tables) of
1361 check_states(NewState, StateId, StateTab, #tabs{state_id = StateIdTab}) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/parsetools/src/
H A Dyecc.erl701 fun check_expect/1, fun check_states/1,
772 check_states(St) -> function
1230 case check_states(NewState, StateId, StateTab, Tables) of
1361 check_states(NewState, StateId, StateTab, #tabs{state_id = StateIdTab}) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/parsetools/src/
H A Dyecc.erl701 fun check_expect/1, fun check_states/1,
772 check_states(St) -> function
1230 case check_states(NewState, StateId, StateTab, Tables) of
1361 check_states(NewState, StateId, StateTab, #tabs{state_id = StateIdTab}) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/parsetools/src/
H A Dyecc.erl701 fun check_expect/1, fun check_states/1,
772 check_states(St) -> function
1230 case check_states(NewState, StateId, StateTab, Tables) of
1361 check_states(NewState, StateId, StateTab, #tabs{state_id = StateIdTab}) -> function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dmerge_request_spec.rb4420check_states = [:unchecked, :cannot_be_merged_recheck, :cannot_be_merged_rechecking, :checking]
4422 check_states.each do |merge_status|
4426 (state_machine.states.map(&:name) - check_states).each do |merge_status|