HomeSort by relevance Sort by last modified time
    Searched full:down (Results 1 - 25 of 8311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/cmds/monkey/
example_script.txt 2 touch down 160 200
7 touch down 300 450
12 touch down 300 450
17 touch down 300 450
21 # Go down and select the account username
22 key down dpad_down
24 key down dpad_down
26 key down dpad_center
29 key down b
31 key down
    [all...]
  /external/chromium_org/tools/perf/
unit-info.json 5 "improvement_direction": "down",
9 "improvement_direction": "down"
12 "improvement_direction": "down",
16 "improvement_direction": "down",
23 "improvement_direction": "down",
30 "improvement_direction": "down"
33 "improvement_direction": "down"
36 "improvement_direction": "down"
43 "improvement_direction": "down"
46 "improvement_direction": "down"
    [all...]
  /external/chromium_org/tools/android/findbugs_plugin/test/
expected_result.txt 1 M C CSM: Shouldn't use synchronized method, please narrow down the synchronization scope. At SimpleSynchronizedMethod.java
2 M C CSM: Shouldn't use synchronized method, please narrow down the synchronization scope. At SimpleSynchronizedStaticMethod.java
3 M C CST: Shouldn't use synchronized(this), please narrow down the synchronization scope. At SimpleSynchronizedThis.java
  /external/chromium_org/ui/webui/resources/css/
menu_button.css 5 /* NOTE: If you are using the drop-down style, you must first call
9 button.menu-button.drop-down {
10 background: white -webkit-canvas(drop-down-arrow) no-repeat center 4px;
21 button.menu-button.drop-down:hover {
22 background-image: -webkit-canvas(drop-down-arrow-hover);
26 button.menu-button.drop-down[menu-shown],
27 button.menu-button.drop-down:focus {
29 background-image: -webkit-canvas(drop-down-arrow-active);
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_client.h 17 // they allow between a GestureFlingCancel and its corresponding tap down.
21 // they allow between a single tap's down and up events.
24 // Called whenever the deferred tap down (if saved) should be dropped totally.
27 // Called whenever the deferred tap down (if saved) should be forwarded to the
28 // renderer. In this case, the tap down should go back to normal path it was
32 // Called whenever the deferred tap down (if saved) should be forwarded to the
33 // renderer. In this case, the tap down should skip deferral filter, because
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css.js 5 // Create the drop down arrow for the drop down buttons.
7 var ctx = document.getCSSCanvasContext('2d', 'drop-down-arrow', 9, 4);
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css.js 5 // Create the drop down arrow for the drop down buttons.
7 var ctx = document.getCSSCanvasContext('2d', 'drop-down-arrow', 9, 4);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_QuitSubSystem.3 3 SDL_QuitSubSystem \- Shut down a subsystem
11 \fBSDL_QuitSubSystem\fP allows you to shut down a subsystem that has been previously initialized by \fI\fBSDL_Init\fP\fR or \fI\fBSDL_InitSubSystem\fP\fR\&. The \fBflags\fR tells \fBSDL_QuitSubSystem\fP which subsystems to shut down, it uses the same values that are passed to \fI\fBSDL_Init\fP\fR\&.
SDL_CloseAudio.3 3 SDL_CloseAudio \- Shuts down audio processing and closes the audio device\&.
11 This function shuts down audio processing and closes the audio device\&.
SDLKey.3 97 SDLK_DOWN down arrow
104 SDLK_PAGEDOWN page down
149 KMOD_NUM Numlock is down
150 KMOD_CAPS Capslock is down
151 KMOD_LCTRL Left Control is down
152 KMOD_RCTRL Right Control is down
153 KMOD_RSHIFT Right Shift is down
154 KMOD_LSHIFT Left Shift is down
155 KMOD_RALT Right Alt is down
156 KMOD_LALT Left Alt is down
    [all...]
SDL_Quit.3 3 SDL_Quit \- Shut down SDL
11 \fBSDL_Quit\fP shuts down all SDL subsystems and frees the resources allocated to them\&. This should always be called before you exit\&. For the sake of simplicity you can set \fBSDL_Quit\fP as your \fBatexit\fP call, like:
24 While using \fBatexit\fP maybe be fine for small programs, more advanced users should shut down SDL in their own cleanup code\&. Plus, using \fBatexit\fP in a library is a sure way to crash dynamically loaded code
  /bionic/libc/upstream-freebsd/
README.txt 2 files directly. Make fixes upstream and then pull down the new version of
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
sep.inp 1 miss mary mack mack//mack/ran down/the track track track
  /external/junit/src/junit/extensions/
TestSetup.java 8 * A Decorator to set up and tear down additional fixture state. Subclass
37 * Tears down the fixture. Override to tear down the additional fixture
  /external/chromium_org/ash/wm/
power_button_controller.cc 38 bool down, const base::TimeTicks& timestamp) {
39 power_button_down_ = down;
53 // running on official hardware, just lock the screen or shut down
55 if (down) {
65 if (down) {
86 bool down, const base::TimeTicks& timestamp) {
87 lock_button_down_ = down;
104 if (down)
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_container.html 5 <div id="inner-container" class="down">
13 <div id="progress-dots" class="down"></div>
  /external/chromium_org/third_party/WebKit/ManualTests/
autoscroll-over-scrollbar.html 4 <p>Click down somewhere in this text, then move the pointer over the scrollbar at the bottom of the window, stop there, holding the mouse button down.</p>
  /frameworks/native/libs/input/
Keyboard.cpp 206 static int32_t setEphemeralMetaState(int32_t mask, bool down, int32_t oldMetaState) {
208 if (down) {
233 static int32_t toggleLockedMetaState(int32_t mask, bool down, int32_t oldMetaState) {
234 if (down) {
241 int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState) {
245 return setEphemeralMetaState(AMETA_ALT_LEFT_ON, down, oldMetaState);
247 return setEphemeralMetaState(AMETA_ALT_RIGHT_ON, down, oldMetaState);
249 return setEphemeralMetaState(AMETA_SHIFT_LEFT_ON, down, oldMetaState);
251 return setEphemeralMetaState(AMETA_SHIFT_RIGHT_ON, down, oldMetaState);
253 return setEphemeralMetaState(AMETA_SYM_ON, down, oldMetaState)
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.c 44 // scale down and round
49 // scale down and truncate
56 // scale down and truncate
74 // scale down and round
79 // scale down and round
86 // scale down and truncate
139 // scale down and round
144 // scale down and truncate
151 // scale down and truncate
169 // scale down and roun
    [all...]
  /art/test/079-phantom/
expected.txt 13 Bitmap has shut down
  /dalvik/dx/tests/089-dex-define-object/
info.txt 1 This tests that a stripped down definition of the class Object can in
  /dalvik/tests/079-phantom/
expected.txt 13 Bitmap has shut down
  /dalvik/vm/mterp/armv5te/
stub.S 7 GET_INST_OPCODE(ip) @ ...trim down to just the opcode
  /dalvik/vm/mterp/mips/
stub.S 9 GET_INST_OPCODE(t0) # ...trim down to just the opcode
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/
ANTLRTests.m 23 // Tear-down code here.

Completed in 2283 milliseconds

1 2 3 4 5 6 7 8 91011>>