/external/autotest/server/site_tests/firmware_ECPowerButton/ |
D | control | 21 - Short press wake system from G3 (shutdown for more than 10 sec) 22 - Short press wake system from S5 (shutdown for less than 10 sec) 23 - Long press wake system from G3 (shutdown for more than 10 sec) 24 - Long press wake system from S5 (shutdown for less than 10 sec) 25 - Long press (6s) to shut down system 26 - Longer press (10s) to shut down system when kernel 'powerd' is disabled
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputXY.java | 35 public final void press(float currentTime, float x, float y) { in press() method in InputXY 36 mXAxis.press(currentTime, x); in press() 37 mYAxis.press(currentTime, y); in press() 91 press(other.getLastPressedTime(), other.getX(), other.getY()); in clone()
|
D | InputGameInterface.java | 106 mDirectionalPad.press(gameTime, magnitude, 0.0f); in update() 145 mDirectionalPad.press(gameTime, newX, newY); in update() 189 mDirectionalPad.press(pressTime, xMagnitude, yMagnitude); in update() 216 mJumpButton.press(jumpKey.getLastPressedTime(), jumpKey.getMagnitude()); in update() 219 mJumpButton.press(jumpTouch.getLastPressedTime(), 1.0f); in update() 235 mAttackButton.press(clickButton.getLastPressedTime(), clickButton.getMagnitude()); in update() 237 mAttackButton.press(attackKey.getLastPressedTime(), attackKey.getMagnitude()); in update() 242 mAttackButton.press(stompTouch.getLastPressedTime(), 1.0f); in update()
|
D | InputSystem.java | 47 mTrackball.press(time.getGameTime(), mTrackball.getX() + x, mTrackball.getY() + y); in roll() 56 mTouchScreen.press(index, time.getGameTime(), x, params.gameHeight - y); in touchDown() 82 mOrientationSensor.press(time.getGameTime(), horizontalMotion, verticalMotion); in setOrientation() 89 mKeyboard.press(gameTime, keycode); in keyDown()
|
D | InputKeyboard.java | 34 public void press(float currentTime, int keycode) { in press() method in InputKeyboard 37 mKeys[keycode].press(currentTime, 1.0f); in press()
|
D | InputTouchScreen.java | 22 public final void press(int index, float currentTime, float x, float y) { in press() method in InputTouchScreen 25 mTouchPoints[index].press(currentTime, x, y); in press()
|
D | InputButton.java | 26 public void press(float currentTime, float magnitude) { in press() method in InputButton
|
/external/autotest/server/site_tests/firmware_DevScreenTimeout/ |
D | control | 20 the disk image is not secured. If a user press Ctrl-D or a timeout reaches, 24 The first one will repeatly press Ctrl-D on booting in order to reduce
|
/external/python/cpython2/Tools/pynche/ |
D | ChipViewer.py | 72 def press(self): member in ChipWidget 124 self.__nearest.press()
|
/external/python/cpython3/Tools/pynche/ |
D | ChipViewer.py | 72 def press(self): member in ChipWidget 124 self.__nearest.press()
|
/external/curl/tests/data/ |
D | test320 | 22 …ports session resuming, then you should see the same session ID, when you press the <b>reload</b> … 71 …ports session resuming, then you should see the same session ID, when you press the <b>reload</b> …
|
/external/autotest/client/site_tests/touch_TouchscreenTaps/ |
D | README | 3 <DEVICE_NAME>_touchscreen_Touch ID_tap - With a single finger, press the touchscreen
|
/external/libmtp/ |
D | README.windows.txt | 37 4. Goto Start -> Run, type "devmgmt.msc" and press "ok". 49 1. Goto Start -> Run, type "devmgmt.msc" and press "ok".
|
/external/curl/docs/ |
D | TheArtOfHttpScripting | 272 the user to enter data in, and then press some kind of 'OK' or 'Submit' 288 <input type=submit name=press value="OK"> 292 and a press-button labeled "OK". If you fill in '1905' and press the OK 294 get "junk.cgi?birthyear=1905&press=OK" appended to the path part of the 299 "www.hotmail.com/when/junk.cgi?birthyear=1905&press=OK". 306 curl "http://www.hotmail.com/when/junk.cgi?birthyear=1905&press=OK" 324 <input type=submit name=press value=" OK "> 330 curl --data "birthyear=1905&press=%20OK%20" \ 360 <input type=submit name=press value="OK"> 368 curl --form upload=@localfilename --form press=OK [URL] [all …]
|
D | INSTALL.cmake | 70 with instructions on the bottom of the screen. You can press the "c" key 84 3. Once the source and binary directories are specified, press the
|
/external/vulkan-validation-layers/demos/smoke/ |
D | ShellXcb.cpp | 184 … const xcb_key_press_event_t *press = reinterpret_cast<const xcb_key_press_event_t *>(ev); in handle_event() local 188 switch (press->detail) { in handle_event()
|
/external/droiddriver/ |
D | contributing.md | 17 - Navigate to `droiddriver/build.gradle` and press Choose
|
/external/autotest/server/site_tests/firmware_IntegratedU2F/ |
D | control | 18 Run U2FTest on the DUT. Use servo to press the power button.
|
/external/autotest/server/site_tests/platform_USBHIDWake/ |
D | control | 13 a DUT in the S3 state. It requires user interaction (to press a button
|
/external/autotest/server/site_tests/platform_LongPressPower/ |
D | control | 18 This test uses servo to press and hold the device power button and uses ping
|
/external/autotest/client/site_tests/platform_LogoutPerf/ |
D | control | 19 to fake telemetry login, then we press the ctrl+shift+q twice to sign
|
/external/python/cpython3/Lib/tkinter/ |
D | dnd.py | 228 label.bind("<ButtonPress>", self.press) 240 def press(self, event): member in Icon
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkdnd.py | 228 label.bind("<ButtonPress>", self.press) 240 def press(self, event): member in Icon
|
/external/autotest/server/site_tests/firmware_BaseECKeyboard/ |
D | control | 18 micro-servo. It talks to the base EC to emulate key-press. It checks
|
/external/autotest/server/site_tests/system_ColdBoot/ |
D | control | 22 - simulate a power button press via servo
|