/external/e2fsprogs/tests/r_move_itable/ |
name | 1 filesystem resize which requires moving the inode table
|
/external/webkit/WebCore/manual-tests/ |
mouseevent-on-closeddoc.html | 13 No crash after moving the mouse over the blank page that is loaded. Nothing happens. 17 Crash after moving the mouse over the blank page that opens.
|
autoscroll.html | 19 <p>Make the frame autoscroll by moving the mouse pointer outside of it while selecting.
|
/frameworks/base/core/java/android/database/ |
CrossProcessCursor.java | 36 * @param oldPosition the position that we're moving from 37 * @param newPosition the position that we're moving to
|
/frameworks/base/core/java/android/text/ |
PackedObjectVector.java | 134 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); local 136 for (int i = mRowGapStart + mRowGapLength; i < mRowGapStart + mRowGapLength + moving; i++) 150 int moving = mRowGapStart - where; local 152 for (int i = where + moving - 1; i >= where; i--) 154 int destrow = i - where + mRowGapStart + mRowGapLength - moving;
|
PackedIntVector.java | 317 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); local 323 for (int i = gapend; i < gapend + moving; i++) { 341 int moving = mRowGapStart - where; local 347 for (int i = where + moving - 1; i >= where; i--) { 348 int destrow = i - where + gapend - moving;
|
/bionic/libc/stdlib/ |
bsearch.c | 36 * divide the work in half by moving either left or right. If lim 37 * is odd, moving left simply involves halving lim: e.g., when lim 40 * is odd, moving right again involes halving lim, this time moving
|
/external/clearsilver/man/man3/ |
cgiwrap_getenv.3 | 34 moving the ownership of the data to the calling
|
/frameworks/base/core/java/android/content/pm/ |
IPackageMoveObserver.aidl | 21 * Callback for moving package resources from the Package Manager.
|
/external/webkit/JavaScriptCore/jit/ |
ExecutableAllocatorSymbian.cpp | 30 // Set the page size to 256 Kb to compensate for moving memory model limitation 38 // The moving memory model (as used in ARMv5 and earlier platforms)
|
/external/webkit/WebKit/chromium/public/ |
WebTextAffinity.h | 38 WebTextAffinityUpstream, // The selection is moving toward the top of the document. 39 WebTextAffinityDownstream, // The selection is moving toward the bottom of the document.
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKey.java | 33 * consequent moving events because of the changing in touching pressure. If 34 * the moving distance in x is within this threshold, the moving events will 41 * consequent moving events because of the changing in touching pressure. If 42 * the moving distance in y is within this threshold, the moving events will
|
/external/webkit/WebCore/html/ |
HTMLParserErrorCodes.cpp | 34 "%tag1 is not allowed inside %tag2. Moving %tag1 into the nearest enclosing <table>.", 36 "%tag1 is not allowed inside %tag2. Moving %tag1 into the <head>.", 38 "<area> is not allowed inside %tag1. Moving the <area> into the nearest enclosing <map>.",
|
/external/bluetooth/glib/debian/ |
README.debian | 18 gtk is the moving force behind The GNU Image Manipulation Program (The
|
/external/clearsilver/perl/ |
ClearSilver.pm | 17 # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-plainrsa | 7 # here mainly for those who are moving from the *Swan world to Racoon.
|
/external/quake/quake/src/WinQuake/kit/ |
JOYSTICK.TXT | 23 The default joystick setting is for joystick left/right movement to control turning and for joystick forward/backward movement to control moving forward/backward. For optional strafing, add the 'sidestep' feature to one of your buttons (via the Customize menu). For optional looking, add the 'mouse look' feature to one of your buttons (also via the Customize menu).
25 Additionally, there are several features that you can set from the Options menu. 'Always Run' allows you change your maximum speed from walking to running. 'Invert Mouse' allows you to change the direction the joystick has to move to when looking up and down. 'Lookspring' enables automatic look-forward-when-moving. And, 'Lookstrafe' automatically enables strafing when the 'mouse look' button is pressed.
28 joyforwardsensitivity - controls the ramp-up speed for moving forward and backward
29 joysidesensitivity - controls the ramp-up speed for moving side to side
35 joyforwardthreshold - controls the dead-zone for moving forward and backward
36 joysidethreshold - controls the dead-zone for moving side to side
150 Here is a config file for making your joystick operate looking around and strafing, your rudder pedals control turning left and right and throttle control moving forward and backward:
|
/external/kernel-headers/original/asm-generic/ |
mutex-xchg.h | 16 * __mutex_fastpath_lock - try to take the lock by moving the count 35 * __mutex_fastpath_lock_retval - try to take the lock by moving the count
|
/external/qemu/distrib/ |
make-distrib.sh | 34 echo "Moving SDL sources to $SDLDIR"
|
/external/webkit/WebCore/platform/chromium/ |
PlatformBridge.h | 40 // ports is gradually moving towards using PlatformBridge. Once the Android
|
/external/webkit/WebKitTools/Scripts/ |
roll-over-ChangeLogs | 41 puts "Moving #{path} to #{old_path}..."
|
/frameworks/base/camera/libcameraservice/ |
FakeCamera.h | 29 * The fake video is a moving black and white checkerboard background with a
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListTakeFocusFromSide.java | 31 * Exercises moving focus into the list from the side
|
/external/wpa_supplicant_6/wpa_supplicant/ |
todo.txt | 42 ctrl_iface) by moving the retrying of the previous request into EAP 55 - consider moving SIM card functionality (IMSI fetching) away from eap.c; 69 - consider moving eap_tls_build_ack() call into eap_tls_process_helper()
|
/external/webkit/WebCore/platform/text/ |
TextBreakIteratorICU.cpp | 165 // * Removed rules that prevent a cursor from moving after prepend characters (Bug 24342); 166 // * Added rules that prevent a cursor from moving after virama signs of Indic languages except Tamil (Bug 15790), and; 167 // * Added rules that prevent a cursor from moving before Japanese half-width katakara voiced marks.
|