Home
last modified time | relevance | path

Searched refs:control_type (Results 101 – 125 of 279) sorted by relevance

12345678910>>...12

/dports/emulators/anese/ANESE-0.9.1/roms/tests/joy/vaus-test-0.02/src/
H A Dmain.s29 control_type: .res 1 label
112 sta control_type
161 lda control_type
330 stx control_type
332 lda control_type
670 lda control_type
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgamerend.cpp363 case object::control_type::None: control_name = "Stopped"; break; in draw_window_label()
364 case object::control_type::ai: control_name = "AI"; break; in draw_window_label()
365 case object::control_type::flying: control_name = "Flying"; break; in draw_window_label()
366 case object::control_type::slew: control_name = "Slew"; break; in draw_window_label()
367 case object::control_type::flythrough: control_name = "Flythrough"; break; in draw_window_label()
368 case object::control_type::morph: control_name = "Morphing"; break; in draw_window_label()
H A Dmulti.cpp5971 case object::control_type::weapon: in multi_object_to_object_rw()
5993 case object::control_type::ai: in multi_object_to_object_rw()
6021 case object::control_type::light: in multi_object_to_object_rw()
6035 case object::control_type::None: in multi_object_to_object_rw()
6037 case object::control_type::slew: in multi_object_to_object_rw()
6040 case object::control_type::morph: in multi_object_to_object_rw()
6175 case object::control_type::ai: in multi_object_rw_to_object()
6196 case object::control_type::light: in multi_object_rw_to_object()
6216 case object::control_type::None: in multi_object_rw_to_object()
6218 case object::control_type::slew: in multi_object_rw_to_object()
[all …]
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmmorphlinearmodule.hh27 MorphLinear::ControlType control_type;
H A Dsmmorphlinearmodule.cc97 control_type = linear->control_type(); in set_config()
195 … = module->morph_plan_voice->control_input (module->morphing, module->control_type, module->contro… in audio_block()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/enterprise/e2e/policy/
H A Dinstall_extension.py36 .child_window(title_re='.*Your admin has blocked', control_type="TitleBar") \
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/enterprise/e2e/policy/translate_enabled/
H A Dtranslate_enabled_webdriver_test.py40 .child_window(title="Translate this page?", control_type="Pane") \
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dpanel.hpp43 panel(const implementation::builder_styled_widget& builder, const std::string& control_type = "");
H A Dslider_base.cpp42 …:slider_base(const implementation::builder_styled_widget& builder, const std::string& control_type) in slider_base() argument
43 : styled_widget(builder, control_type) in slider_base()
H A Dcontainer_base.cpp31 …ntainer_base(const implementation::builder_styled_widget& builder, const std::string& control_type) in container_base() argument
32 : styled_widget(builder, control_type) in container_base()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dobject.h369 enum class control_type : uint8_t;
375 enum control_type control_source; // how this object is controlled
416 enum class object_base::control_type : uint8_t enum
618 …nst vms_vector &pos, const vms_matrix *orient, fix size, enum object::control_type ctype, enum obj…
H A Dmorph.h82 typename object_base::control_type morph_save_control_type;
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Datc_control_thermal.rst12 fix_modify <AtC fixID> control thermal <control_type> <optional_args>
22 * thermal control_type = *none* or *rescale* or *hoover* or *flux*
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/powercap/
H A Dintel_rapl_common.c1111 rp->priv->control_type, rp->name, in rapl_package_register_powercap()
1140 rp->priv->control_type, in rapl_package_register_powercap()
1161 powercap_unregister_zone(rp->priv->control_type, in rapl_package_register_powercap()
1282 powercap_unregister_zone(rp->priv->control_type, in rapl_remove_package()
1286 powercap_unregister_zone(rp->priv->control_type, in rapl_remove_package()
1301 && rp->priv->control_type == priv->control_type) in rapl_find_package_domain()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/powercap/
H A Dintel_rapl_common.c1111 rp->priv->control_type, rp->name, in rapl_package_register_powercap()
1140 rp->priv->control_type, in rapl_package_register_powercap()
1161 powercap_unregister_zone(rp->priv->control_type, in rapl_package_register_powercap()
1282 powercap_unregister_zone(rp->priv->control_type, in rapl_remove_package()
1286 powercap_unregister_zone(rp->priv->control_type, in rapl_remove_package()
1301 && rp->priv->control_type == priv->control_type) in rapl_find_package_domain()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/powercap/
H A Dintel_rapl_common.c1111 rp->priv->control_type, rp->name, in rapl_package_register_powercap()
1140 rp->priv->control_type, in rapl_package_register_powercap()
1161 powercap_unregister_zone(rp->priv->control_type, in rapl_package_register_powercap()
1282 powercap_unregister_zone(rp->priv->control_type, in rapl_remove_package()
1286 powercap_unregister_zone(rp->priv->control_type, in rapl_remove_package()
1301 && rp->priv->control_type == priv->control_type) in rapl_find_package_domain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/enterprise/e2e/policy/webprotect_file_download/
H A Dwebprotect_file_download_webdriver.py32 .child_window(title_re=regex, control_type=type)
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/core/
H A Dgui_definition.hpp105 resolution_definition_ptr get_control(const std::string& control_type, const std::string& definitio…
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/proto/
H A Dapi_v1.proto33 // Signature made of the field |name| and |control_type|.
38 optional string control_type = 3; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/proto/
H A Dapi_v1.proto33 // Signature made of the field |name| and |control_type|.
38 optional string control_type = 3; field
/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/ldap0/
H A Dldif.py463 control_type, criticality, control_value = val.split(' ', 2)
466 control_type, criticality = val.split(' ', 1)
467 controls.append((control_type, criticality, control_value))
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmcontrolview.hh51 control_type() in control_type() function in SpectMorph::ControlView
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dmain.c498 BOOL console_control_handler(DWORD control_type) in console_control_handler() argument
500 switch (control_type) { in console_control_handler()
/dports/net/py-ldap/python-ldap-3.4.0/Lib/
H A Dldif.py499 control_type,criticality,control_value = v.split(' ',2)
502 control_type,criticality = v.split(' ',1)
503 controls.append((control_type,criticality,control_value))
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/include/rtosc/
H A Dautomations.h19 int control_type; member

12345678910>>...12