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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleNode.java 75 public void dump(String prefix) { method in class:SimpleNode
81 n.dump(prefix + " ");
  /system/extras/tests/sdcard/
README 44 If you want to plot the data, you need to use the --dump option and provide a file:
46 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump >/tmp/data.txt
  /frameworks/base/core/java/android/net/http/
RequestQueue.java 134 StringBuilder dump = new StringBuilder(); local
136 dump.append(mThreads[i] + "\n");
138 HttpLog.v(dump.toString());
340 // dump();
419 synchronized void dump() { method in class:RequestQueue
420 HttpLog.v("dump()");
421 StringBuilder dump = new StringBuilder(); local
425 // mActivePool.log(dump);
440 dump.append(line);
441 dump.append("\n")
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 234 perror("Can't create dump header");
324 /* Save or send dump */
489 perror("Can't open dump file");
542 perror("Can't create dump header");
933 " -w, --save-dump=file Save dump to a file\n"
934 " -r, --read-dump=file Read dump from a file\n"
935 " -s, --send-dump=host Send dump to a host\n
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java 153 method = "dump",
196 method = "dump",
207 // test dump() and cleanup()
211 mMockTokenWatcher.dump();
  /dalvik/dx/tests/101-verify-wide-math/
run 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/102-verify-nonwide-math/
run 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/103-verify-branch-ops/
run 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/104-verify-return-ops/
run 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/105-verify-load-store-ops/
run 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/106-verify-object-ops/
run 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/107-verify-stack-ops/
run 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/108-string-annotation/
run 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
  /dalvik/hit/src/com/android/hit/
StackTrace.java 57 public final void dump() { method in class:StackTrace
  /dalvik/tests/003-omnibus-opcodes/
build 25 dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /dalvik/tests/023-many-interfaces/
build 27 dx --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /dalvik/tools/dexdeps/
README.txt 1 dexdeps -- DEX external dependency dump
  /dalvik/vm/
AllocTracker.h 58 * Dump the tracked allocations to the log file. If "enable" is set, this
  /external/bison/lib/
bitsetv-print.h 24 /* Dump vector of bitsets as a matrix. */
  /external/bluetooth/bluez/test/
rctest.1 23 listen and dump incoming data
  /external/clearsilver/python/
p_neo_util.h 79 PyErr_Format(PyExc_ImportError, "neo_cgi module doesn't match header compiled against, use of this module may cause a core dump: %ld < %ld", PyInt_AsLong(c_api_num_o), (long) P_NEO_CGI_POINTERS); \
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 12 freelistcheck.c traverse.c dump.c tdb.c open.c"
  /external/icu4c/tools/tzcode/
Makefile.in 38 TZCODE_TARGETS= tzorig check-dump
69 dump-out: $(ZDUMPOUT) $(ICUZDUMPOUT)
71 check-dump: dump-out
Makefile.org 38 TZCODE_TARGETS= tzorig check-dump
69 dump-out: $(ZDUMPOUT) $(ICUZDUMPOUT)
71 check-dump: dump-out
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 28 * fp -- file to dump to
29 * buf -- buffer to dump
44 /* do NOT dump PAP packets */
77 * fp -- file to dump to

Completed in 78 milliseconds

1 2 3 4 5 6 7 8 91011>>