/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...] |
/dalvik/dx/src/junit/extensions/ |
TestSetup.java | 6 * A Decorator to set up and tear down additional fixture state. 32 * Tears down the fixture. Override to tear down the additional
|
/dalvik/libcore/junit/src/main/java/junit/extensions/ |
TestSetup.java | 6 * A Decorator to set up and tear down additional fixture state. 32 * Tears down the fixture. Override to tear down the additional
|
/external/junit/src/junit/extensions/ |
TestSetup.java | 8 * A Decorator to set up and tear down additional fixture state. 34 * Tears down the fixture. Override to tear down the additional
|
/external/webkit/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/qemu/android/skin/ |
keyboard.c | 106 unsigned down ) 109 //dprint("add keycode %d, down %d\n", code % 0x1ff, down ); 110 kb->keycodes[(int)kb->keycode_count++] = ( (code & 0x1ff) | (down ? 0x200 : 0) ); 124 printf(" [0x%03x,%s]", (code & 0x1ff), (code & 0x200) ? "down" : " up " ); 242 int down ) 266 if (!down) { 281 if (down) { 287 skin_keyboard_add_key_event(keyboard, code, down); 289 if (!down) { [all...] |
keyboard.h | 25 typedef void (*SkinKeyEventFunc)( void* opaque, AndroidKeyCode code, int down ); 54 extern void skin_keyboard_process_event( SkinKeyboard* keyboard, SDL_Event* ev, int down ); 55 extern int skin_keyboard_process_unicode_event( SkinKeyboard* kb, unsigned int unicode, int down ); 57 extern void skin_keyboard_add_key_event( SkinKeyboard* k, unsigned code, unsigned 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
|
/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/webkit/WebCore/manual-tests/ |
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 <select> should be left-aligned. 23 The drop-down items in the second <select> should be right-aligned.
|
input-empty-on-focus.html | 3 <p>Drag the image above down into the text field.
|
textarea-iframe-navigation.html | 8 <li>Select a few lines in the textarea, keeping the mouse cursor down inside the area</li>
|
/frameworks/base/awt/javax/imageio/plugins/bmp/ |
BMPImageWriteParam.java | 31 * The top down. 61 * Sets true if the data will be written in a top-down order, false 65 * the new top-down value. 72 * Returns true if the data is written in top-down order, false otherwise. 74 * @return true if the data is written in top-down order, false otherwise.
|
/external/quake/quake/src/QW/client/ |
cl_input.c | 41 state bit 1 is edge triggered on the up to down transition 42 state bit 2 is edge triggered on the down to up transition 66 k = -1; // typed manually at the console for continuous down 68 if (k == b->down[0] || k == b->down[1]) 71 if (!b->down[0]) 72 b->down[0] = k; 73 else if (!b->down[1]) 74 b->down[1] = k; 77 Con_Printf ("Three keys down for a button!\n") 173 qboolean impulsedown, impulseup, down; local 238 float up, down; local [all...] |
/external/quake/quake/src/WinQuake/ |
cl_input.cpp | 42 state bit 1 is edge triggered on the up to down transition 43 state bit 2 is edge triggered on the down to up transition 67 k = -1; // typed manually at the console for continuous down 69 if (k == b->down[0] || k == b->down[1]) 72 if (!b->down[0]) 73 b->down[0] = k; 74 else if (!b->down[1]) 75 b->down[1] = k; 78 Con_Printf ("Three keys down for a button!\n") 174 qboolean impulsedown, impulseup, down; local 246 float up, down; local [all...] |
/system/bluetooth/bluedroid/include/bluedroid/ |
bluetooth.h | 35 * Responsbile for stopping daemons, pulling down the HCI interface, and 36 * powering down the chip. Will block until power down is complete, and it
|
/frameworks/base/core/java/android/widget/ |
AutoCompleteTextView.java | 46 * down menu from which the user can choose an item to replace the content 49 * <p>The drop down can be dismissed at any time by pressing the back key or, 50 * if no item is selected in the drop down, by pressing the enter/dpad center 97 * must leave a pointer down without scrolling to expand 244 * <p>Returns the current width for the auto-complete drop down list. This can 248 * @return the width for the drop down list 257 * <p>Sets the current width for the auto-complete drop down list. This can 270 * <p>Returns the current height for the auto-complete drop down list. This can 273 * of the drop down's content.</p> 275 * @return the height for the drop down lis [all...] |
/development/simulator/app/assets/panasonic-x70/ |
layout.xml | 23 <button keyCode="dpad-down" src="arrow-down.png" x="95" y="414"/> 42 <button keyCode="volume-down"/>
|
/dalvik/vm/mterp/c/ |
OP_IPUT_OBJECT.c | 4 * do this because it slows down a very common operation. It's not so bad
|
/external/icu4c/stubdata/reduced_coll/ |
README.txt | 11 ICU_SOURCE=/Users/danfuzz/down/icu/source
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
racoon.conf | 16 script "/etc/racoon/phase1-down.sh" phase1_down;
|
/external/quake/quake/src/QW/server/ |
move.txt | 32 drifting down
|