/third_party/jerryscript/targets/mbedos5/js/ |
H A D | flash_leds.js | 58 var button; variable
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | yesno.c | 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
H A D | inputbox.c | 48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local [all...] |
H A D | checklist.c | 115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
|
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | joystick_transform_processor_test.cpp | 114 uint32_t button = 1; in HWTEST_F() local 130 uint32_t button = 312; in HWTEST_F() local
|
H A D | touch_event_normalize_test.cpp | 84 uint32_t button = LIBINPUT_HOMEPAGE_BUTTON_CODE; in HWTEST_F() local
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | joystick_transform_processor.cpp | 60 uint32_t button = libinput_event_joystick_button_get_key(data); in OnEventJoystickButton() local 84 int32_t JoystickTransformProcessor::LibinputButtonToPointer(const uint32_t button) in LibinputButtonToPointer() argument
|
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_transform_processor_test_withmock.cpp | 218 uint32_t button = MouseDeviceState::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE; in HWTEST_F() local 238 uint32_t button = MouseDeviceState::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE; in HWTEST_F() local 258 uint32_t button = BTN_RIGHT_MENUE_CODE; in HWTEST_F() local
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | InfoDialog.java | 27 protected Button button; field in InfoDialog
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | alert_dialog_component.cpp | 128 auto button = actions_.front(); in BuildActions() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_node.h | 40 void SetBackButton(const RefPtr<UINode>& button) in SetBackButton() argument
|
/foundation/arkui/ui_lite/test/uitest/test_view_group/ |
H A D | ui_test_view_group.cpp | 62 UILabelButton* button = new UILabelButton(); in CreateButton() local
|
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/ |
H A D | ui_test_view_scale_rotate.cpp | 208 UILabelButton* button = new UILabelButton(); in UIKitViewScaleRotateTestGroup007() local
|
/foundation/arkui/ui_lite/test/uitest/test_video/ |
H A D | ui_test_video.cpp | 97 void UITestVideo::SetupTestButton(UILabelButton* button, const char* text) in SetupTestButton() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | radio_switch_tdd_test.cpp | 335 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007() local 391 UIRadioButton *button in HeightSwitchValueTest008() local [all...] |
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/ |
H A D | js_joystick_event.cpp | 79 napi_value button = nullptr; in HandleButtonPropertyArr() local
|
/third_party/libinput/test/ |
H A D | test-touchpad-buttons.c | 952 unsigned int button; in START_TEST() local [all...] |
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_glut.cpp | 184 int button = -1; in ImGui_ImplGLUT_MouseFunc() local 195 void ImGui_ImplGLUT_MouseWheelFunc(int button, int dir, int x, int y) in ImGui_ImplGLUT_MouseWheelFunc() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.cpp | 93 BuildControl(const RefPtr<CounterTheme>& counterTheme, const RefPtr<RowComponent>& row, RefPtr<ButtonComponent>& button, std::string content, bool isLeft) BuildControl() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.cpp | 28 auto button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildIconButton() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/ |
H A D | app_bar_test_ng.cpp | 177 auto button = appBar->BuildButton(true);
in HWTEST_F() local 293 auto button = appBar->BuildButton(true);
in HWTEST_F() local 403 auto button in HWTEST_F() local 425 auto button = appBar->BuildButton(true); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 200 InitOnClick(RefPtr<FrameNode>& secCompNode, RefPtr<FrameNode>& icon, RefPtr<FrameNode>& text, RefPtr<FrameNode>& button) InitOnClick() argument
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_button.h | 462 ButtonAnimator(UIButton& button) ButtonAnimator() argument [all...] |
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 205 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; in HWTEST_F() local 223 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; in HWTEST_F() local
|
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/ |
H A D | main.c | 16 GtkWidget *button, *bbox; in activate() local 29 gtk_container_add(GTK_CONTAINER(bbox), button); in activate() local
|