Home
last modified time | relevance | path

Searched refs:press (Results 1 – 25 of 155) sorted by relevance

1234567

/external/autotest/server/site_tests/firmware_ECPowerButton/
Dcontrol21 - 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/
DInputXY.java35 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()
DInputGameInterface.java106 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()
DInputSystem.java47 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()
DInputKeyboard.java34 public void press(float currentTime, int keycode) { in press() method in InputKeyboard
37 mKeys[keycode].press(currentTime, 1.0f); in press()
DInputTouchScreen.java22 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()
DInputButton.java26 public void press(float currentTime, float magnitude) { in press() method in InputButton
/external/autotest/server/site_tests/firmware_DevScreenTimeout/
Dcontrol21 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/
Dservo_micro_control_sequence.txt1 pwr_button:press
/external/python/cpython3/Tools/pynche/
DChipViewer.py72 def press(self): member in ChipWidget
124 self.__nearest.press()
/external/python/cpython2/Tools/pynche/
DChipViewer.py72 def press(self): member in ChipWidget
124 self.__nearest.press()
/external/autotest/client/site_tests/touch_TouchscreenTaps/
DREADME3 <DEVICE_NAME>_touchscreen_Touch ID_tap - With a single finger, press the touchscreen
/external/mtools/scripts/
Ddownload73 echo Replace disk and press return
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
DREADME.md24 If you type text is in the text box and press send, the text
/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py173 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/
Dcontrol13 a DUT in the S3 state. It requires user interaction (to press a button
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dcontrol19 Run U2FTest on the DUT. Use servo to press the power button.
Dcontrol.faft_cr50_tot19 Run U2FTest on the DUT. Use servo to press the power button.
/external/autotest/server/site_tests/platform_LongPressPower/
Dcontrol18 This test uses servo to press and hold the device power button and uses ping
/external/curl/docs/
DTheArtOfHttpScripting.md211 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/
Dcontrol19 to fake telemetry login, then we press the ctrl+shift+q twice to sign
/external/autotest/server/site_tests/firmware_BaseECKeyboard/
Dcontrol18 micro-servo. It talks to the base EC to emulate key-press. It checks
/external/autotest/server/site_tests/system_ColdBoot/
Dcontrol22 - simulate a power button press via servo
/external/webrtc/examples/androidapp/
Dstart_loopback_stubbed_camera_saved_video_out.py114 device.press('KEYCODE_BACK', MonkeyDevice.DOWN_AND_UP)
/external/python/cpython2/Lib/lib-tk/
DTkdnd.py228 label.bind("<ButtonPress>", self.press)
240 def press(self, event): member in Icon

1234567