/external/e2fsprogs/lib/ext2fs/ |
tst_iscan.c | 99 retval = ext2fs_allocate_block_bitmap(test_fs, "touched map", 103 "While allocating touched block bitmap"); 169 * Verify the touched map 178 printf("Bad block was touched --- %u\n", test_vec[i]);
|
/external/kernel-headers/original/asm-generic/ |
local.h | 36 /* Non-atomic variants, ie. preemption disabled and won't be touched 54 /* Non-atomic increments, ie. preemption disabled and won't be touched
|
/frameworks/base/tools/aapt/tests/ |
CrunchCache_test.cpp | 63 expectEqual(result, EXPECTED_RESULT, "number of files touched"); 75 expectEqual(result, EXPECTED_OVERWRITES, "number of files touched with overwrite");
|
/external/quake/quake/src/QW/progs/ |
buttons.qc | 72 When a button is touched, it moves some distance in the direction of it's angle, triggers all of it's targets, waits some time, then returns to it's original position where it can be triggered again. 79 "health" if set, the button must be killed instead of touched
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardActionListener.java | 44 * @param x x-coordinate pixel of touched event. If {@link #onCodeInput} is not called by 48 * @param y y-coordinate pixel of touched event. If {@link #onCodeInput} is not called by
|
/external/chromium/chrome/browser/resources/ntp4/ |
apps_page.css | 28 /* Pressed is set when an app is first touched.
|
/frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/ |
helloworld.rs | 41 // at the position user touched on the screen
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragView.java | 241 * @param touchX the x coordinate the user touched in DragLayer coordinates 242 * @param touchY the y coordinate the user touched in DragLayer coordinates 275 * @param touchX the x coordinate the user touched in DragLayer coordinates 276 * @param touchY the y coordinate the user touched in DragLayer coordinates
|
DropTarget.java | 36 /** X offset from the upper-left corner of the cell to where we touched. */ 39 /** Y offset from the upper-left corner of the cell to where we touched. */
|
/packages/inputmethods/LatinIME/java/res/values-sw600dp/ |
config.xml | 38 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
|
/packages/inputmethods/LatinIME/java/res/values-sw768dp/ |
config.xml | 36 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
|
/dalvik/vm/ |
RawDexFile.h | 45 * purposes of memory management and further assumed to not be touched
|
/external/chromium/base/win/ |
registry_unittest.cc | 79 // Make sure out args are not touched if ReadValue fails
|
/external/chromium/chrome/browser/prefs/ |
pref_value_map.h | 28 // touched.
|
/external/webrtc/src/common_audio/signal_processing/ |
spl_sqrt_floor.s | 9 @ Registers touched: r1, r2
|
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
TouchModeFocusChangeTest.java | 80 assertFalse("button should not have focus when touched",
|
/frameworks/base/docs/html/design/get-started/ |
creative-vision.jd | 8 <p>Ice Cream Sandwich (Android 4.0) marks a major milestone for Android design. We touched nearly every
|
/frameworks/base/docs/html/design/style/ |
touch-feedback.jd | 10 user know which object was touched and that your app is "listening".</p>
|
/frameworks/compile/mclinker/include/mcld/MC/ |
AttributeFactory.h | 59 // last - the last touched attribute.
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
ContactsPreferenceActivity.java | 40 // This Activity will always fall back to the "top" Contacts screen when touched on the
|
/packages/apps/Email/src/com/android/email/activity/ |
RecentMailboxManager.java | 101 * Gets the most recently touched mailboxes for the specified account. If there are no 129 /** Updates the last touched time for the mailbox in the background */
|
/packages/apps/Phone/src/com/android/phone/ |
SmallerHitTargetTouchListener.java | 27 * screen and might be unintentionally touched while holding the 29 * be touched by the user's ear before the prox sensor has a chance to
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 139 void ARMAssembler::epilog(uint32_t touched) 141 touched &= LSAVED; 142 if (touched) { 146 STM(AL, FD, SP, 1, touched | LLR); 149 LDM(AL, FD, SP, 1, touched | LLR);
|
/external/freetype/src/autofit/ |
afhints.h | 153 * Touched points 155 * A point is called `touched' if it has been processed somehow by the 192 * These are called `weak points' and are touched by the function
|
/development/samples/CrossCompatibility/ |
build.xml | 9 <!-- The build.properties file can be created by you and is never touched
|