/external/autotest/frontend/client/src/autotest/common/table/ |
D | RadioButtonSetFilter.java | 15 private Vector<RadioButton> buttons; field in RadioButtonSetFilter 25 buttons = new Vector(); in RadioButtonSetFilter() 35 int formValue = buttons.size(); in addRadioButon() 38 buttons.add(radioButton); in addRadioButon() 43 if (index < buttons.size()) in setSelectedButton() 45 buttons.get(index).setChecked(true); in setSelectedButton() 53 return buttons.size(); in getButtonNum()
|
/external/lzma/CPP/Windows/Control/ |
D | ToolBar.h | 35 …tton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONS, numBut… in AddButton() argument 37 …tonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONSW, numBu… in AddButtonW() argument
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | AbortSynchronousDialog.java | 55 Panel buttons = new HorizontalPanel(); in AbortSynchronousDialog() local 56 buttons.add(abortAll); in AbortSynchronousDialog() 58 buttons.add(abortAsynchronous); in AbortSynchronousDialog() 60 buttons.add(cancel); in AbortSynchronousDialog() 61 contents.add(buttons); in AbortSynchronousDialog()
|
/external/autotest/client/cros/ |
D | semiauto_framework.py | 58 def set_tab_with_buttons(self, html, buttons=['OK']): argument 68 for title in buttons:
|
/external/libvncserver/webclients/novnc/include/ |
D | base.css | 77 .noVNC-buttons-left { 83 .noVNC-buttons-right { 415 .noVNC-buttons-left { 419 .noVNC-buttons-right { 457 .noVNC-buttons-left { 460 .noVNC-buttons-right {
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 40 …egments display here. You may add, revise, or delete segments using the buttons at the left. You… 41 …rrently selected segment display here. Double click to edit, or use the buttons at the left to ad… 101 …ile display here. Double click on a segment to add it to the play queue, or use the buttons below. 103 …segment displays its current run status. You may modify the playback state with the buttons below.
|
/external/autotest/client/site_tests/hardware_GPIOSwitches/ |
D | control | 17 This test checks if the buttons and mode switches are set as expected
|
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.cpp | 175 if( event->buttons() & Qt::LeftButton ) in mousePressEvent() 192 if( event->buttons() & Qt::LeftButton ) in mouseMoveEvent()
|
/external/kernel-headers/original/uapi/linux/ |
D | joystick.h | 112 __s32 buttons; member
|
/external/proguard/docs/manual/ |
D | style.css | 132 /* Settings for buttons. */
|
/external/opencv3/modules/highgui/src/ |
D | window_QT.cpp | 2676 if (param_matrixWorld.m11() > 1 && evnt->buttons() == Qt::LeftButton) in mouseMoveEvent() 2830 Qt::MouseButtons buttons = evnt->buttons(); in icvmouseHandler() local 2840 if(buttons & Qt::LeftButton) in icvmouseHandler() 2842 if(buttons & Qt::RightButton) in icvmouseHandler() 2844 if(buttons & Qt::MidButton) in icvmouseHandler() 3217 Qt::MouseButtons buttons = evnt->buttons(); in icvmouseHandler() local 3227 if (buttons & Qt::LeftButton) in icvmouseHandler() 3229 if (buttons & Qt::RightButton) in icvmouseHandler() 3231 if (buttons & Qt::MidButton) in icvmouseHandler()
|
/external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/ |
D | SDLActivity.java | 897 LinearLayout buttons = new LinearLayout(this); in onCreateDialog() local 898 buttons.setOrientation(LinearLayout.HORIZONTAL); in onCreateDialog() 899 buttons.setGravity(Gravity.CENTER); in onCreateDialog() 939 buttons.addView(button); in onCreateDialog() 947 content.addView(buttons); in onCreateDialog()
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | devenvironment.rst | 33 Run and Deploy buttons instead of using these commands.
|
/external/fio/ |
D | gfio.c | 1121 GtkWidget *dialog, *frame, *box, **buttons, *vbox, *font; in preferences() local 1175 buttons = malloc(sizeof(GtkWidget *) * FD_DEBUG_MAX); in preferences() 1184 buttons[i] = gtk_check_button_new_with_label(debug_levels[i].name); in preferences() 1185 gtk_widget_set_tooltip_text(buttons[i], debug_levels[i].help); in preferences() 1186 gtk_box_pack_start(GTK_BOX(box), buttons[i], FALSE, FALSE, 6); in preferences() 1199 set = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(buttons[i])); in preferences()
|
/external/chromium-trace/catapult/dashboard/docs/ |
D | deploy-checklist.md | 57 - The buttons in the legend should change which items are selected.
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 386 e.buttons = inDict.buttons || 0; 394 pressure = e.buttons ? 0.5 : 0; 964 return new MouseEvent('test', {buttons: 1}).buttons === 1; property 1020 e.buttons = currentButtons; 1040 if ((HAS_BUTTONS ? e.buttons : e.which) === 0) { 1042 currentButtons = e.buttons = 0; 1045 this.cleanupMouse(e.buttons); 1058 this.cleanupMouse(e.buttons); 1061 cleanupMouse: function(buttons) { argument 1062 if (buttons === 0) { [all …]
|
D | polymer.min.js | 11 …buttons=d.buttons||0;var h=0;return h=d.pressure?d.pressure:f.buttons?.5:0,f.x=f.clientX,f.y=f.cli… property
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.js | 386 e.buttons = inDict.buttons || 0; 394 pressure = e.buttons ? 0.5 : 0; 964 return new MouseEvent('test', {buttons: 1}).buttons === 1; property 1020 e.buttons = currentButtons; 1040 if ((HAS_BUTTONS ? e.buttons : e.which) === 0) { 1042 currentButtons = e.buttons = 0; 1045 this.cleanupMouse(e.buttons); 1058 this.cleanupMouse(e.buttons); 1061 cleanupMouse: function(buttons) { argument 1062 if (buttons === 0) { [all …]
|
D | polymer.min.js | 11 …buttons=d.buttons||0;var h=0;return h=d.pressure?d.pressure:f.buttons?.5:0,f.x=f.clientX,f.y=f.cli… property
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_semiauto_helper.py | 224 self.set_tab_with_buttons(html, buttons=['PASS', 'FAIL'])
|
/external/clang/test/ARCMT/ |
D | objcmt-ns-macros.m | 298 // standard window buttons
|
D | objcmt-ns-macros.m.result | 291 // standard window buttons
|
/external/avahi/avahi-python/avahi-discover/ |
D | avahi-discover.py | 49 type=gtk.MESSAGE_ERROR, buttons=gtk.BUTTONS_OK)
|
/external/autotest/client/tests/kvm/steps/ |
D | DSL-4.2.5.steps | 269 # 2 buttons
|
/external/skia/site/dev/testing/ |
D | skialab.md | 88 the hosts page. Hold the power and volume-up buttons until the device
|