/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 */
|
/packages/apps/Camera/perftests/panorama/ |
README.txt | 26 3) adb pull /data/panorama.ppm .
|
/sdk/sdk_common/src/com/android/ide/common/rendering/legacy/ |
ILegacyPullParser.java | 23 * Intermediary interface extending both old and new project pull parsers from the layout lib API.
|
/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
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
DeviceExplorer.java | 469 "Failed to pull %1$s: %2$s", keyEntry.getName(), e.getMessage())); 474 "Failed to pull %1$s: %2$s", keyEntry.getName(), e.getMessage())); 479 "Failed to pull %1$s: timeout", keyEntry.getName())); 482 "Failed to pull %1$s: %2$s", keyEntry.getName(), e.getMessage())); 487 * Pull the current selection on the local drive. This method displays 495 // name of the single file pull, or null if we're pulling a directory 548 // get the name of the object we're going to pull 590 // get the name of the object we're going to pull 789 sync.pull(entryArray, localDirectory, monitor); 801 "Failed to pull selection: %1$s", e.getMessage())) [all...] |
/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.
|
/external/jpeg/ |
jinclude.h | 27 * pull in <sys/types.h> as well. 30 * But we must pull it in because of the references to FILE in jpeglib.h.
|
/external/qemu/distrib/jpeg-6b/ |
jinclude.h | 27 * pull in <sys/types.h> as well. 30 * But we must pull it in because of the references to FILE in jpeglib.h.
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
ExpatPerformanceTest.java | 88 Log.i(TAG, "expat pull: " + elapsed + "ms"); 99 Log.i(TAG, "java pull parser: " + elapsed + "ms");
|