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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
OP_CONST.S 4 movl 2(rPC),%eax # grab all 32 bits at once
  /external/webkit/WebCore/manual-tests/
caretScrolling.html 4 Click inside the block below, a caret should appear. Grab the block's scroll handle and scroll down. The caret blinks, try to grab the scroll handle while the caret is visible. The caret should scroll and disappear when it reaches the block's border.
  /dalvik/tools/
get-hprof 17 # Grab an hprof file using adb. If an argument is specified, grab
18 # the so-named file. If no argument is specified, grab the last such file
  /bionic/libc/arch-x86/bionic/
vfork.S 19 /* grab the return address */
crtend_so.S 17 /* now grab the next function pointer and check if its -1. If not,
  /external/guava/
README.android 10 Guava-libraries are a grab bag of utility libraries published by Google as
  /frameworks/base/awt/java/awt/
Dispatcher.java 300 * Retargets the mouse events to the grab owner when mouse is grabbed,
301 * grab and ungrab mouse when mouse buttons are pressed and released
307 * The top-level window holding the mouse grab
313 * mouse grab while at least one of the
329 * The callback to be called when the explicit mouse grab ends
334 * Explicitly start the mouse grab
335 * @param grabWindow - the window that will own the grab
336 * @param whenCanceled - the callback to call when the grab ends.
344 // awt.12F=Attempt to start nested mouse grab
350 // awt.130=Attempt to grab mouse in not displayable windo
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_decode_utf8_string.c 84 /* decode, grab upper bits */
87 /* grab remaining bytes */
  /dalvik/vm/alloc/
DdmHeap.h 34 * @param shouldLock If true, grab the heap lock. If false,
  /external/openssl/crypto/aes/
aes_ctr.c 69 /* Grab bottom dword of counter and increment */
78 /* Grab 1st dword of counter and increment */
87 /* Grab 2nd dword of counter and increment */
96 /* Grab top dword of counter and increment */
  /external/openssl/crypto/camellia/
cmll_ctr.c 69 /* Grab bottom dword of counter and increment */
78 /* Grab 1st dword of counter and increment */
87 /* Grab 2nd dword of counter and increment */
96 /* Grab top dword of counter and increment */
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes_c.h 28 /* Define this if you want to grab the keyboard in fullscreen mode.
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes_c.h 28 /* Define this if you want to grab the keyboard in fullscreen mode.
  /external/webkit/WebKitTools/iExploder/tools/
showtest.rb 2 # showtest.rb - simple CLI interface to grab a testcase
  /bootable/recovery/minzip/
Bits.h 117 * Grab 1 byte and advance the data pointer.
125 * Grab 2 big-endian bytes and advance the data pointer.
138 * Grab 4 big-endian bytes and advance the data pointer.
172 * Grab 2 little-endian bytes and advance the data pointer.
185 * Grab 4 little-endian bytes and advance the data pointer.
  /dalvik/vm/
Bits.h 115 * Grab 1 byte and advance the data pointer.
123 * Grab 2 big-endian bytes and advance the data pointer.
134 * Grab 4 big-endian bytes and advance the data pointer.
172 * Grab 2 little-endian bytes and advance the data pointer.
182 * Grab 4 little-endian bytes and advance the data pointer.
  /frameworks/base/awt/org/apache/harmony/awt/
ComponentInternals.java 79 * Start mouse grab in "client" mode.
82 * the window passed as grabWindow parameter. When mouse grab is canceled
86 * @param grabWindow - window that will own the grab
87 * @param whenCanceled - callback called when grab is canceled by user's action
92 * End mouse grab and resume normal processing of mouse events
  /dalvik/vm/mterp/x86-atom/
OP_MONITOR_ENTER.S 37 EXPORT_PC # export PC so we can grab stack trace
zcmp.S 50 movzbl 4(rPC), %edx # grab the next opcode
  /external/qemu/distrib/
make-distrib.sh 48 echo "please grab $TMPROOT/$PACKAGE.tar.bz2"
  /external/quake/quake/src/QW/client/
wad.h 32 #define TYP_LUMPY 64 // 64 + grab command number
  /external/quake/quake/src/WinQuake/
wad.h 32 #define TYP_LUMPY 64 // 64 + grab command number
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 45 1) grab every 8th line beginning at 0
46 2) grab every 8th line beginning at 4
47 3) grab every 4th line beginning at 2
48 4) grab every 2nd line beginning at 1
  /sdk/files/
post_tools_install.bat 26 rem Grab current directory before we change it
  /external/webkit/WebKit/android/wds/client/
AdbConnection.cpp 115 // Grab the payload length
126 // Grab the message
205 // Grab the list of devices. The format is as follows:

Completed in 62 milliseconds

1 2 3 4 5 6 7 8 91011>>