HomeSort by relevance Sort by last modified time
    Searched full:down (Results 1 - 25 of 5265) 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/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
  /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/webkit/Source/WebCore/manual-tests/gtk/
caret-browsing.html 3 <p>Manual test for Caret Browsing. Resize your window until the first paragraph fills at least two lines of text . Enable caret browsing mode (usually by pressing theF7 key). Press down. Now you should be on the second line of the first paragraph. Press up. Now you should be on the first line again. Now press Ctrl+Down.</p>
4 <p>You should be on the first line of the second paragraph now. Press Ctrl+Down again.</p>
  /external/webkit/Source/WebCore/manual-tests/
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>
autofill_alignment.html 5 Test auto-fill drop-down items' alignment
10 Autofill drop-down item's alignment should be the same as the input field.
15 field, the drop-down box should be opened with the items aligned right.
16 Double click the "Last name" field, the drop-down box should be opened
select_alignment.html 4 <title>Test drop-down item's alignment in <select>/<option></title>
9 select drop-down items' alignment should be determined by the directionality of
12 The drop-down items in the following &lt;select&gt; should be left-aligned.
23 The drop-down items in the second &lt;select&gt; should be right-aligned.
select_dropdown_box_alignment.html 4 <title>Test <select> drop-down box's alignment</title>
9 For RTL, select drop-down box's should be right aligned with the &lt;select&gt;
12 The drop-down box in the following &lt;select&gt; should be left-aligned and expand to right.
21 The drop-down box in the second &lt;select&gt; should be right-aligned and expand to left.
  /frameworks/base/libs/androidfw/
Keyboard.cpp 207 static int32_t setEphemeralMetaState(int32_t mask, bool down, int32_t oldMetaState) {
209 if (down) {
234 static int32_t toggleLockedMetaState(int32_t mask, bool down, int32_t oldMetaState) {
235 if (down) {
242 int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState) {
246 return setEphemeralMetaState(AMETA_ALT_LEFT_ON, down, oldMetaState);
248 return setEphemeralMetaState(AMETA_ALT_RIGHT_ON, down, oldMetaState);
250 return setEphemeralMetaState(AMETA_SHIFT_LEFT_ON, down, oldMetaState);
252 return setEphemeralMetaState(AMETA_SHIFT_RIGHT_ON, down, oldMetaState);
254 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...]
  /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.
  /external/clang/test/SemaTemplate/
instantiate-exception-spec.cpp 3 // FIXME: the "note" should be down at the call site!
  /external/ppp/pppd/
pathnames.h 26 #define _PATH_IPDOWN _ROOT_PATH "/etc/ppp/ip-down"
28 #define _PATH_AUTHDOWN _ROOT_PATH "/etc/ppp/auth-down"
39 #define _PATH_IPV6DOWN _ROOT_PATH "/etc/ppp/ipv6-down"
44 #define _PATH_IPXDOWN _ROOT_PATH "/etc/ppp/ipx-down"
  /external/qemu/
user-events-qemu.c 32 user_event_key(unsigned code, unsigned down)
38 printf(">> KEY [0x%03x,%s]\n", (code & 0x1ff), down ? "down" : " up " );
40 user_event_keycode((code & 0x1ff) | (down ? 0x200 : 0));
  /packages/apps/Contacts/res/layout/
people_navigation_item.xml 17 <!-- This is the text view layout that is shown in the spinner for the navigation drop down menu on
20 of navigation drop down list of the action bar.
21 PeopleNavigationDropDownTextAppearance - text appearance of the item in the drop down part of
22 the navigation drop down list of the action bar. -->
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java 34 private void setState(boolean down, MotionEvent e) {
35 if (down == mStillDown) return;
36 mStillDown = down;
37 if (down) {

Completed in 1316 milliseconds

1 2 3 4 5 6 7 8 91011>>