/external/skia/gyp/ |
debugger.gyp | 81 '../debugger', # To pull SkDebugger.h 83 '../src/gpu', # To pull gl/GrGLUtil.h 84 '../src/ports', # To pull SkFontDescriptor.h
|
/external/e2fsprogs/e2fsck/ |
jfs_user.h | 13 * Pull in the definition of the e2fsck context structure 71 * Now pull in the real linux/jfs.h definitions.
|
/external/webkit/Source/WebCore/webaudio/ |
AudioDestinationNode.cpp | 65 // This will cause the node(s) connected to us to process, which in turn will pull on their input(s), 67 AudioBus* renderedBus = input(0)->pull(destinationBus, numberOfFrames);
|
/frameworks/base/docs/html/tools/help/ |
sqlite3.jd | 44 pull the database file from the device and start {@code sqlite3}:</p> 49 adb pull <database-file-on-device>
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FieldPort.java | 79 throw new RuntimeException("Cannot pull frame on " + this + "!"); 108 // Since a frame was set, mark this port as having a frame to pull
|
/dalvik/tools/ |
get-hprof | 35 adb pull "$FILE_BASE" "$OUT_FILE"
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
ANTLRIntArrayTest.m | 32 STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", popped);
|
IntArrayTest.m | 32 STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", popped);
|
/external/bluetooth/bluedroid/bta/include/ |
bta_pan_co.h | 42 #define BTA_PAN_RX_PULL 0x02 /* RX pull. */ 45 #define BTA_PAN_TX_PULL 0x20 /* TX pull. */ 103 ** to use the pull interface. 118 ** to use the pull interface.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
ev_bubble_decoration.h | 18 // TODO(shess): Refactor to pull the |location_icon| functionality out
|
/external/chromium-trace/ |
README | 9 The update.py script should be used to pull the latest upstream code, update
|
/external/clang/test/Analysis/ |
outofbound-notwork.c | 4 // Once we better handle modeling of sizes of VLAs, we can pull this back
|
/external/oprofile/ |
opimport_pull | 59 result = os.system("adb%s pull /data/oprofile/samples %s/raw_samples " 62 print "adb%s pull failure, exiting" % device 66 result = os.system("adb%s pull /data/oprofile/abi %s/abi " 69 print "adb%s pull failure, exiting" % device
|
oprofile_android | 88 def pull(self, source, dest, echo=True): 89 return self._adb('pull', [source, dest], echo) 132 print " import : dump samples and pull session directory from the device" 370 # Pull samples. 372 rc, output = self.adb.pull('/data/oprofile/samples/', raw_samples_dir + '/', echo=False) 374 print '* Failed to pull samples from the device.' 378 # Pull ABI. 380 rc, output = self.adb.pull('/data/oprofile/abi', abi_file, echo=False) 382 print '* Failed to pull abi information from the device.'
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_expose.c | 36 /* Pull out all old refresh events */
|
/external/smali/ |
README.md | 5 The primary webpage is http://smali.googlecode.com, and the source is also mirrored at https://github.com/jesusfreke/smali. If you are interested in submitting a patch, feel free to send me a pull request on either site.
|
/packages/apps/Camera/perftests/panorama/ |
README.txt | 26 3) adb pull /data/panorama.ppm .
|
/packages/apps/Gallery2/perftests/panorama/ |
README.txt | 26 3) adb pull /data/panorama.ppm .
|
/external/libppp/src/ |
link.c | 257 * packet (as we do with ``pull''s). 283 * When we ``pull'' a packet from the link, it gets processed by the 284 * ``pull'' function in each layer starting at the bottom. 285 * Each ``pull'' may produce multiple packets, chained together using 287 * Each packet that results from each pull has to be pulled through 312 if (l->layer[layer]->pull != NULL) 313 bp = (*l->layer[layer]->pull)(b, l, bp, &proto);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ExpandHelper.java | 52 // Set to false to disable focus-based gestures (spread-finger vertical pull). 74 private static final int PULL = 1<<1; 240 float pull = Math.abs(drag) + Math.abs(span) + 1f; local 241 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull; 354 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") + 356 // check for a spread-finger vertical pull gesture 379 if (DEBUG_SCALE) Slog.v(TAG, "got pull gesture (xspan=" + xspan + "px)"); 383 startExpanding(underFocus, PULL); 450 final float pull = Math.abs(ev.getY() - mInitialTouchY); local [all...] |
/dalvik/docs/ |
heap-profiling.html | 22 The first step is to cause the VM to dump its status, and then pull the hprof 83 that ensures the filename is unique. Pull them off of the device and 87 $ adb pull /data/misc/heap-dump-BLAH-BLAH.hprof tail.hprof 88 $ adb pull /data/misc/heap-dump-BLAH-BLAH.hprof-head head.hprof 131 Use <code>adb pull <dump-file></code> and <code>adb shell rm 161 demand, and automatically pull the result across. Select your application
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonTreeNodeStream.h | 39 /** Pull nodes from which tree? */ 73 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCommonTreeNodeStream.h | 39 /** Pull nodes from which tree? */ 73 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCommonTreeNodeStream.h | 39 /** Pull nodes from which tree? */ 73 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeNodeStream.h | 39 /** Pull nodes from which tree? */ 74 /** Pull elements from tree iterator. Track tree level 0..max_level.
|