| /external/libchrome-gestures/src/ |
| D | stuck_button_inhibitor_filter_interpreter.cc | 58 // process buttons going down in ConsumeGesture() 59 if (sent_buttons_down_ & result.details.buttons.down) { in ConsumeGesture() 60 Err("Odd. result is sending buttons down that are already down: " in ConsumeGesture() 62 sent_buttons_down_, result.details.buttons.down); in ConsumeGesture() 63 result.details.buttons.down &= ~sent_buttons_down_; in ConsumeGesture() 65 sent_buttons_down_ |= result.details.buttons.down; in ConsumeGesture() 66 if ((~sent_buttons_down_) & result.details.buttons.up) { in ConsumeGesture() 67 Err("Odd. result is sending buttons up for buttons we didn't send down: " in ConsumeGesture() 69 sent_buttons_down_, result.details.buttons.up); in ConsumeGesture() 70 result.details.buttons.up &= sent_buttons_down_; in ConsumeGesture() [all …]
|
| D | gestures_unittest.cc | 30 // time, buttons, finger count, finger states pointer in TEST() 59 Gesture buttons(kGestureButtonsChange, 1.0, 2.0, 3, 4, false); in TEST() local 60 EXPECT_TRUE(strstr(buttons.String().c_str(), "1")); in TEST() 61 EXPECT_TRUE(strstr(buttons.String().c_str(), "2")); in TEST() 62 EXPECT_TRUE(strstr(buttons.String().c_str(), "3")); in TEST() 63 EXPECT_TRUE(strstr(buttons.String().c_str(), "4")); in TEST() 147 Gesture buttons(kGestureButtonsChange, 1.0, 2.0, 3, 4, false); in TEST() local 153 EXPECT_TRUE(buttons == buttons2); in TEST() 154 EXPECT_FALSE(buttons == buttons_ne0); in TEST() 155 EXPECT_FALSE(buttons == buttons_ne1); in TEST() [all …]
|
| D | mouse_interpreter.cc | 228 const unsigned buttons[] = { in InterpretMouseButtonEvent() local 237 for (unsigned i = 0; i < arraysize(buttons); i++) { in InterpretMouseButtonEvent() 238 if (!(prev_state.buttons_down & buttons[i]) && in InterpretMouseButtonEvent() 239 (hwstate.buttons_down & buttons[i])) in InterpretMouseButtonEvent() 240 down |= buttons[i]; in InterpretMouseButtonEvent() 241 if ((prev_state.buttons_down & buttons[i]) && in InterpretMouseButtonEvent() 242 !(hwstate.buttons_down & buttons[i])) in InterpretMouseButtonEvent() 243 up |= buttons[i]; in InterpretMouseButtonEvent()
|
| /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/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/ |
| D | TesterActivity.java | 49 private List<Button> buttons; field in TesterActivity 60 buttons = new LinkedList<>(); in onCreate() 61 buttons.add((Button) findViewById(R.id.empty_unary_button)); in onCreate() 62 buttons.add((Button) findViewById(R.id.large_unary_button)); in onCreate() 63 buttons.add((Button) findViewById(R.id.client_streaming_button)); in onCreate() 64 buttons.add((Button) findViewById(R.id.server_streaming_button)); in onCreate() 65 buttons.add((Button) findViewById(R.id.ping_pong_button)); in onCreate() 74 // Disable buttons until the security provider installing finishes. in onCreate() 99 for (Button button : buttons) { in enableButtons()
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-dialog-behavior/test/ |
| D | paper-dialog-behavior.html | 28 <link rel="import" href="test-buttons.html"> 38 <div class="buttons"> 47 <test-fixture id="buttons"> 50 <p>Dialog with test-buttons</p> 51 <test-buttons class="buttons"></test-buttons> 60 <div class="buttons"> 73 <div class="buttons"> 93 <div class="buttons"> 105 <div class="buttons"> 128 <div class="buttons"> [all …]
|
| /external/ImageMagick/scripts/ |
| D | xsnap | 68 # Create as many buttons as needed and arrange them from left to right. 310 frame .print.buttons 311 button .print.buttons.print -text Print -command Print 312 button .print.buttons.cancel -text Cancel -command {destroy .print} 313 pack .print.buttons.print .print.buttons.cancel -side left -expand 1 \ 315 pack .print.buttons 319 pack .print.format .print.file .print.buttons -padx 2m -pady 2m -expand 1 \ 386 frame .save.buttons 387 button .save.buttons.save -text Save -command Save 388 button .save.buttons.cancel -text Cancel -command {destroy .save} [all …]
|
| /external/setupdesign/main/src/com/google/android/setupdesign/items/ |
| D | ButtonBarItem.java | 28 * A list item with one or more buttons, declared as {@link 50 private final ArrayList<ButtonItem> buttons = new ArrayList<>(); field in ButtonBarItem 68 // The children buttons are enabled and clickable, but the item itself is not in isEnabled() 92 // Note: The efficiency could be improved by trying to recycle the buttons created by in onBindView() 97 for (ButtonItem buttonItem : buttons) { in onBindView() 108 buttons.add((ButtonItem) child); in addChild() 119 for (ButtonItem button : buttons) { in findItemById()
|
| /external/perfetto/ui/src/frontend/ |
| D | error_dialog.ts | 152 buttons: [ 230 buttons: [], 252 buttons: [], 269 buttons: [], 301 buttons: [], 312 buttons: [], 321 buttons: [], 333 buttons: [], 347 buttons: [], 355 buttons: [], [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-overlay-behavior/test/ |
| D | test-buttons-wrapper.html | 12 <link rel="import" href="test-buttons.html"> 14 <dom-module id="test-buttons-wrapper"> 27 <test-buttons id="wrapped"> 29 </test-buttons> 35 is: 'test-buttons-wrapper'
|
| /external/lzma/CPP/Windows/Control/ |
| D | ToolBar.h | 20 // maybe it must be fixed for more than 1 buttons in GetMaxSize() 35 …Button(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONS, numButto… in AddButton() argument 37 …uttonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONSW, numButt… in AddButtonW() argument
|
| /external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/ |
| D | PartnerConfig.java | 40 // The min height of the footer buttons 55 // The font face used in footer buttons. This must be a string reference to a font that is 60 // The font weight used in footer buttons. 96 // Top padding of the footer buttons 100 // Bottom padding of the footer buttons 104 // Corner radius of the footer buttons 107 // Ripple color alpha the footer buttons 111 // Text size of the footer buttons 115 // The text style of footer buttons {0 = NORMAL}, {1 = BOLD}, {2 = ITALIC}, {3 = BOLD_ITALIC} 119 // The min height of the footer buttons [all …]
|
| D | PartnerConfigKey.java | 184 // The font face used in footer buttons. This must be a string reference to a font that is 188 // The font weight used in footer buttons. 215 // Top padding of the footer buttons 218 // Bottom padding of the footer buttons 221 // Corner radius of the footer buttons 224 // Ripple color alpha of the footer buttons 227 // Text size of the footer buttons 230 // The font face used in footer buttons {0 = NORMAL}, {1 = BOLD}, {2 = ITALIC}, {3 = BOLD_ITALIC} 233 // The min height of the footer buttons 236 // Make the footer buttons all aligned the end [all …]
|
| /external/libwebsockets/lib/drivers/button/ |
| D | README.md | 4 up to 31 buttons for resource efficiency. Each controller has two OS timers, 12 Both the controller and individual buttons specify names that are used in the 13 JSON events produced when the buttons perform actions. 17 Buttons are monitored using GPIO interrupts since this is very cheap in the 69 lwsl_err("%s: could not create buttons\n", __func__); 75 when buttons are pressed. 113 are not reported. "up" and "down" events are reported for the buttons in case
|
| /external/wayland-protocols/freedesktop.org/unstable/tablet/ |
| D | tablet-unstable-v2.xml | 75 proximity event to signal to the client that the buttons were held when 80 means that the proximity-out is delayed until all buttons are released. 186 features (buttons, strips, rings) are sent through the wp_tablet_pad 382 the handling of any buttons logically down. 885 <description summary="a set of buttons, rings and strips"> 886 A pad group describes a distinct (sub)set of buttons, rings and strips 888 eg. if a tablet has buttons on the left and right side, 2 groups will be 894 pad group will announce the buttons, rings and strips contained in it, 916 <event name="buttons"> 917 <description summary="buttons announced"> [all …]
|
| /external/autotest/client/cros/ |
| D | semiauto_framework.py | 58 def set_tab_with_buttons(self, html, buttons=['OK']): argument 59 """Replace the body of self._tab with provided html and buttons. 62 @param buttons: the titles of some number of buttons to add to the 68 for title in buttons:
|
| /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/python/cpython2/Demo/tkinter/guido/ |
| D | dialog.py | 4 # optional bitmap, and any number of buttons. 34 # 3. Create a row of buttons at the bottom of the dialog. 37 buttons = [] 41 buttons.append(b) 58 lambda e, b=buttons[default], v=var, i=default:
|
| /external/python/cpython2/Lib/lib-tk/ |
| D | SimpleDialog.py | 10 text='', buttons=[], default=None, cancel=None, argument 27 for num in range(len(buttons)): 28 s = buttons[num] 98 "the buttons below would have been glowing " 101 buttons=["Yes", "No", "Cancel"],
|
| /external/python/cpython2/Demo/tix/samples/ |
| D | BtnBox.py | 14 # group of TK buttons. You can use it to manage the buttons in a dialog box, 26 # Create the button box and add a few buttons in it. Set the 27 # -width of all the buttons to the same value so that they
|
| /external/proguard/src/proguard/gui/ |
| D | ListPanel.java | 32 * list and between lists. Extensions of this class should add buttons to add 58 // Make sure some buttons are disabled or enabled depending on whether in ListPanel() 183 * Returns a list of all right-hand side buttons. 189 // Add all buttons. in getButtons() 289 // Make sure the selection buttons are properly enabled, in removeElementsAt() 299 // Make sure the selection buttons are properly enabled, in removeAllElements() 306 * Enables or disables the buttons that depend on a selection.
|
| /external/tensorflow/tensorflow/compiler/mlir/g3doc/ |
| D | _index.yaml | 35 buttons: 41 buttons: 47 buttons: 53 buttons:
|
| /external/python/cpython2/Tools/audiopy/ |
| D | audiopy | 97 buttons = [] 117 buttons.append(btn) 130 buttons.append(btn) 143 buttons.append(btn) 158 buttons.append(btn) 179 buttons.append(btn) 193 buttons.append(btn) 207 buttons.append(btn) 211 for b in buttons: 215 for b in buttons:
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-icon-button/demo/ |
| D | index.html | 32 <h3>Buttons can use iron-icons or external images, and can be disabled</h3> 41 <h3>Buttons can hide the ripple effect using the <i>noink</i> attribute</h3> 48 <h3>Buttons can be styled using regular CSS and custom properties</h3> 73 <h3>Buttons can be resized</h3> 86 <h3>Buttons can be used as a link</h3>
|
| /external/clang/tools/clang-format-vs/ClangFormat/ |
| D | ClangFormat.vsct | 30 for the menu groups, one for the buttons (the actual commands), one for the combos 39 other menus or buttons (commands); from a visual point of view you can see the 52 <!--Buttons section. --> 55 <Buttons> 74 </Buttons>
|