/external/autotest/server/site_tests/firmware_ECPowerButton/ |
D | control | 21 - Short press (200ms) does not trigger shutdown 22 - Short press wake system from G3 (shutdown for more than 10 sec) 23 - Short press wake system from S5 (shutdown for less than 10 sec) 24 - Long press wake system from G3 (shutdown for more than 10 sec) 25 - Long press wake system from S5 (shutdown for less than 10 sec) 26 - Long press (6s) to shut down system 27 - 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 | 21 the disk image is not secured. If a user press Ctrl-D or a timeout reaches, 25 The first one will repeatly press Ctrl-D on booting in order to reduce
|
/external/autotest/server/site_tests/servo_LabControlVerification/ |
D | servo_micro_control_sequence.txt | 1 pwr_button:press
|
/external/python/cpython3/Tools/pynche/ |
D | ChipViewer.py | 72 def press(self): member in ChipWidget 124 self.__nearest.press()
|
/external/python/cpython2/Tools/pynche/ |
D | ChipViewer.py | 72 def press(self): member in ChipWidget 124 self.__nearest.press()
|
/external/autotest/client/site_tests/touch_TouchscreenTaps/ |
D | README | 3 <DEVICE_NAME>_touchscreen_Touch ID_tap - With a single finger, press the touchscreen
|
/external/mtools/scripts/ |
D | download | 73 echo Replace disk and press return
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/ |
D | README.md | 24 If you type text is in the text box and press send, the text
|
/external/pigweed/pw_watch/py/pw_watch/ |
D | watch.py | 173 self.debouncer.press('Manual build requested...') 210 self.debouncer.press( 616 event_handler.debouncer.press('Triggering initial build...')
|
/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/firmware_IntegratedU2F/ |
D | control | 19 Run U2FTest on the DUT. Use servo to press the power button.
|
D | control.faft_cr50_tot | 19 Run U2FTest on the DUT. Use servo to press the power 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/curl/docs/ |
D | TheArtOfHttpScripting.md | 211 the user to enter data in, and then press some kind of 'OK' or 'Submit' 227 <input type=submit name=press value="OK"> 231 and a press-button labeled "OK". If you fill in '1905' and press the OK 233 get `junk.cgi?birthyear=1905&press=OK` appended to the path part of the 238 `www.example.com/when/junk.cgi?birthyear=1905&press=OK`. 245 curl "http://www.example.com/when/junk.cgi?birthyear=1905&press=OK" 263 <input type=submit name=press value=" OK "> 269 curl --data "birthyear=1905&press=%20OK%20" http://www.example.com/when.cgi 298 <input type=submit name=press value="OK"> 306 curl --form upload=@localfilename --form press=OK [URL] [all …]
|
/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/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
|
/external/webrtc/examples/androidapp/ |
D | start_loopback_stubbed_camera_saved_video_out.py | 114 device.press('KEYCODE_BACK', MonkeyDevice.DOWN_AND_UP)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkdnd.py | 228 label.bind("<ButtonPress>", self.press) 240 def press(self, event): member in Icon
|