HomeSort by relevance Sort by last modified time
    Searched full:dump (Results 301 - 325 of 1570) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/java/com/android/server/
BatteryService.java 388 // dump the service to a file
389 dumpFile = new File(DUMPSYS_DATA_PATH + BATTERY_STATS_SERVICE_NAME + ".dump");
391 batteryInfoService.dump(dumpStream.getFD(), DUMPSYS_ARGS);
394 // add dump file to drop box
397 Slog.e(TAG, "failed to dump battery service", e);
457 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BatteryService
458 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
461 pw.println("Permission Denial: can't dump Battery service from from pid="
  /sdk/emulator/qtools/
stack_dump.cpp 141 // If the user requested a stack dump at a certain time,
142 // and we are at that time, then dump the stack and exit.
  /build/tools/apriori/
debug.h 85 /* Prints a hex and ASCII dump of the selected buffer to the selected stream. */
  /build/tools/iself/
debug.h 87 /* Prints a hex and ASCII dump of the selected buffer to the selected stream. */
  /build/tools/isprelinked/
debug.h 85 /* Prints a hex and ASCII dump of the selected buffer to the selected stream. */
  /build/tools/lsd/
debug.h 90 /* Prints a hex and ASCII dump of the selected buffer to the selected stream. */
  /build/tools/soslim/
debug.h 85 /* Prints a hex and ASCII dump of the selected buffer to the selected stream. */
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 217 * Does a human-friendly dump of this instance.
219 * @param out {@code non-null;} where to dump
251 * Does a human-friendly dump of this instance.
253 * @param out {@code non-null;} where to dump
  /dalvik/dx/tests/095-dex-const-string-jumbo/
run 41 --dump-method=Blort.test *.class
  /dalvik/dx/tests/096-dex-giant-catch/
run 40 --dump-method=Zorch.test Zorch.class | grep 'try\|catch'
  /dalvik/tests/056-const-string-jumbo/
build 46 --dump-to=classes.lst --output=classes.dex classes
  /dalvik/vm/
Misc.h 57 * Print a hex dump to the log file.
59 * "local" mode prints a hex dump starting from offset 0 (roughly equivalent
72 * Print a hex dump, at INFO level.
80 * Print a hex dump at VERBOSE level. This does nothing in non-debug builds.
  /dalvik/vm/alloc/
Heap.h 62 /* GC to dump heap contents to a file, only used under WITH_HPROF */
  /development/tools/yuv420sp2rgb/
debug.h 87 /* Prints a hex and ASCII dump of the selected buffer to the selected stream. */
  /external/clearsilver/python/examples/base/
CSPage.py 63 print neo_cgi.htmlEscape(ncgi.hdf.dump())
154 print neo_cgi.htmlEscape(ncgi.hdf.dump())
192 print neo_cgi.htmlEscape(ncgi.hdf.dump())
194 # ncgi.hdf.setValue("hdf.DEBUG",ncgi.hdf.dump())
  /external/dropbear/libtommath/mtest/
mpi-config.h 48 2 = assertions; dump core on parameter errors
  /external/elfcopy/
debug.h 91 /* Prints a hex and ASCII dump of the selected buffer to the selected stream. */
  /external/emma/core/res/com/vladium/emma/
run_usage.res 34 "dump raw session data file";
  /external/freetype/
Android.mk 46 # when running the program to activate it. It will dump memory
  /external/iptables/
ip6tables-save.8 29 is used to dump the contents of an IPv6 Table in easily parseable format
iptables-save.8 29 is used to dump the contents of an IP Table in easily parseable format
  /external/kernel-headers/original/asm-x86/
user32.h 58 __u32 signal; /* Signal that caused the core dump. */
  /external/oprofile/daemon/
init.c 169 perror("Error forking JIT dump process!");
292 /* SIGCHLD received from JIT dump child process. */
299 verbprintf(vmisc, "JIT dump processing complete.\n");
301 printf("JIT dump processing exited abnormally: %d\n",
  /external/quake/tools/
dumpms2.py 5 """Dump Quake ms2 files.
  /external/skia/src/animator/
SkDisplayList.h 41 void dump(SkAnimateMaker* maker);

Completed in 53 milliseconds

<<11121314151617181920>>