HomeSort by relevance Sort by last modified time
    Searched refs:buttons (Results 76 - 100 of 274) sorted by null

1 2 34 5 6 7 8 91011

  /external/python/cpython3/Lib/idlelib/
debugger.py 141 self.buttons = bl = []
236 for b in self.buttons:
247 for b in self.buttons:
configdialog.py 96 # text in the buttons
101 buttons = Frame(outer, pady=2)
107 Button(buttons, text=txt, command=cmd, takefocus=FALSE,
109 # add space above buttons
111 buttons.pack(side=BOTTOM)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 96 self.buttons = bl = []
191 for b in self.buttons:
197 for b in self.buttons:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 96 self.buttons = bl = []
191 for b in self.buttons:
197 for b in self.buttons:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 96 self.buttons = bl = []
191 for b in self.buttons:
197 for b in self.buttons:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 96 self.buttons = bl = []
191 for b in self.buttons:
197 for b in self.buttons:
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 112 public static final String NODE_BUTTONS = "buttons";
493 Element buttons = doc.createElement(PREFIX + NODE_BUTTONS); local
494 hardware.appendChild(buttons);
501 buttons.appendChild(buttonsText);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 1181 CARD8 buttons[32]; member in struct:__anon61808
1623 CARD8 buttons[4]; member in struct:__anon61839
1655 CARD8 buttons[28]; member in struct:__anon61841
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_semiauto_helper.py 216 'FAIL' buttons. Wait for answer. If no, ask for more information.
224 self.set_tab_with_buttons(html, buttons=['PASS', 'FAIL'])
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_api.h 296 int touchpad, int buttons);
  /frameworks/native/services/inputflinger/
InputReader.h 115 // Time to allow for all fingers or buttons to settle into a stable state before
346 /* The state of the stylus buttons as a bitfield (e.g. AMOTION_EVENT_BUTTON_SECONDARY). */
347 uint32_t buttons; member in struct:android::StylusState
354 buttons = other.buttons;
361 buttons = 0;
644 /* Keeps track of the state of mouse or touch pad buttons. */
721 /* Keeps track of the state of touch, stylus and tool buttons. */
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
docpage.cs 20 <?cs if:(design||training||walkthru) && !page.trainingcourse && !page.article ?><?cs # header logic for docs that provide previous/next buttons ?>
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 115 // that nodes that we don't expect (i.e. window control buttons) are not included in the
122 List<AccessibilityNodeInfo> buttons = addedContent.findAccessibilityNodeInfosByText("b"); local
124 assertEquals(9, buttons.size());
    [all...]
  /external/ImageMagick/MagickWand/
animate.c 101 *buttons[]=
226 for (p=buttons; *p != (char *) NULL; p++)
99 *buttons[]= local
    [all...]
display.c 102 *buttons[]=
261 for (p=buttons; *p != (char *) NULL; p++)
100 *buttons[]= local
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 309 'msg': "Place mouse cursor over both the buttons\n"
  /external/python/cpython3/Lib/idlelib/idle_test/
htest.py 321 'msg': "Place mouse cursor over both the buttons\n"
  /compatibility/cdd/2_device-types/
2_2_handheld-reqs.md 239 action buttons or the control panel as implemented in the AOSP.
  /external/doclava/res/assets/templates-sdk/
docpage.cs 47 # header logic for docs that provide previous/next buttons ?><?cs
  /external/python/cpython2/Lib/idlelib/
configDialog.py 94 # text in the buttons
99 buttons = Frame(outer, pady=2)
105 Button(buttons, text=txt, command=cmd, takefocus=FALSE,
107 # add space above buttons
109 buttons.pack(side=BOTTOM)
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_2_input-devices.md 60 * SHOULD provide buttons for the Recents and Back function.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 223 #define buttons CUR Numbers[30] macro
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 653 milliseconds

1 2 34 5 6 7 8 91011