Home
last modified time | relevance | path

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

123456

/external/autotest/server/site_tests/firmware_ECPowerButton/
Dcontrol21 - 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/
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/syzkaller/docs/
Dcontributing.md37 …to [github.com/google/syzkaller](https://github.com/google/syzkaller) and press `Fork` button in t…
64 …kaller) and you should see green `Compare & pull request` button, press it. Then press `Create pul…
65press `New pull request`, then `compare across forks` and choose `google/syzkaller`/`master` as ba…
/external/autotest/server/site_tests/firmware_DevScreenTimeout/
Dcontrol20 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/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/libmtp/
DREADME.windows.txt37 4. Goto Start -> Run, type "devmgmt.msc" and press "ok".
49 1. Goto Start -> Run, type "devmgmt.msc" and press "ok".
/external/curl/docs/
DTheArtOfHttpScripting272 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 …]
/external/u-boot/configs/
Dxtfpga_defconfig9 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
Dlegoev3_defconfig12 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds - press 'l' to stop...\n"
DUCP1020_SPIFLASH_defconfig16 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc>\" to stop\n"
DUCP1020_defconfig16 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc>\" to stop\n"
/external/droiddriver/
Dcontributing.md17 - Navigate to `droiddriver/build.gradle` and press Choose
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dcontrol19 Run U2FTest on the DUT. Use servo to press the power button.
/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/platform_LongPressPower/
Dcontrol18 This test uses servo to press and hold the device power button and uses ping
/external/autotest/client/site_tests/platform_LogoutPerf/
Dcontrol19 to fake telemetry login, then we press the ctrl+shift+q twice to sign
/external/python/cpython3/Lib/tkinter/
Ddnd.py228 label.bind("<ButtonPress>", self.press)
240 def press(self, event): member in Icon
/external/python/cpython2/Lib/lib-tk/
DTkdnd.py228 label.bind("<ButtonPress>", self.press)
240 def press(self, event): member in Icon

123456