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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/d_loaddump/
name 1 debugfs load/dump test
  /dalvik/dx/tests/002-minimal-valid/
info.txt 1 This is just a dump of a simple but valid class.
  /frameworks/base/libs/ui/tests/
region.cpp 36 reg4.dump("reg4");
37 reg5.dump("reg5");
39 reg0.dump("reg0");
40 reg1.dump("reg1");
43 reg0.dump("reg0");
44 reg1.dump("reg1");
47 reg0.dump("reg0");
48 reg1.dump("reg1");
51 //reg0.dump("reg0");
52 //reg1.dump("reg1")
    [all...]
  /external/v8/tools/oprofile/
dump 6 sudo_opcontrol --dump "@$"
  /dalvik/dx/tests/003-magic-version-access/
run 23 dx --dump --strict class-bad-magic.txt
26 dx --dump --strict class-version-44.0.txt
27 dx --dump --strict class-version-44.65535.txt
30 dx --debug --dump --width=100 class-version-45.0.txt
31 dx --debug --dump --width=100 class-version-45.65535.txt
32 dx --debug --dump --width=100 class-version-48.0.txt
33 dx --debug --dump --width=100 class-version-48.65535.txt
34 dx --debug --dump --width=100 class-version-49.0.txt
35 dx --debug --dump --width=100 class-version-49.1.txt
36 dx --debug --dump --width=100 class-version-49.65535.tx
    [all...]
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 17 package com.android.dx.command.dump;
26 /** whether to dump raw bytes where salient */
29 /** whether to dump information about basic blocks */
32 /** whether to dump regiserized blocks */
35 /** whether to dump SSA-form blocks */
50 /** whether to dump flow-graph in "dot" format */
53 /** if non-null, an explicit method to dump */
  /external/e2fsprogs/resize/
test_extent.in 8 dump
9 # Extent dump:
15 dump
16 # Extent dump:
51 dump
52 # Extent dump:
  /dalvik/dx/tests/077-dex-code-alignment/
run 24 dx --debug --dex --positions=none --no-locals --dump-to=- *.class | awk '
25 BEGIN { codes = 0; dump = 0; }
27 codes && /justReturn/ { dump = 1; print "method start"; }
28 /string_data:/ { codes = 0; dump = 0; }
29 dump && /^......: .... / { print $2; }
  /ndk/build/tools/
rebuild-all-prebuilt.sh 71 dump "ERROR: Too many parameters. See --help for proper usage."
81 dump "ERROR: Could not create build directory: $BUILD_DIR"
87 dump "ERROR: You can't use both --toolchain-src-dir and --toolchain-src-pkg"
92 dump "ERROR: Invalid toolchain source directory: $SRC_DIR"
109 dump "ERROR: Invalid toolchain source package: $OPTION_TOOLCHAIN_SRC_PKG"
122 dump "Unpack sources from $OPTION_TOOLCHAIN_SRC_PKG"
125 dump "ERROR: Could not unpack toolchain sources!"
130 dump "Download sources from android.git.kernel.org"
133 dump "ERROR: Could not download toolchain sources!"
143 dump "ERROR: Could not patch sources.
    [all...]
  /dalvik/docs/
heap-profiling.html 10 The Dalvik virtual machine can produce a complete dump of the contents
22 The first step is to cause the VM to dump its status, and then pull the hprof
34 access, because of the way the dump is initiated and where the output
63 The signal causes a GC, followed by the heap dump (to be completely
65 dump reflect the post-GC state). This can take a couple of seconds,
71 # ls /data/misc/heap-dump*
81 <code>/data/misc/heap-dump-BLAH-BLAH.hprof</code> 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
89 $ adb shell rm /data/misc/heap-dump-BLAH-BLAH.hprof /data/misc/heap-dump-BLAH-BLAH.hprof-hea
    [all...]
  /dalvik/dx/tests/112-dex-return-jsr-result/
run 22 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
61 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/util/
DERDump.java 13 * dump out a DER object as a formatted string
24 * dump out a DER object as a formatted string
  /external/clearsilver/man/man3/
cs_dump.3 14 cs_dump - dump the cs parse tree
32 cs_dump will dump the CS parse tree in the parse struct.
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 31 request do_dump, "Dump the icount structure",
32 dump;
  /dalvik/dx/tests/006-interfaces/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/007-no-superclass/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/011-class-attrib-Synthetic/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/012-class-attrib-SourceFile/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/013-class-attrib-Deprecated/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/015-field-attrib-Synthetic/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/016-field-attrib-Deprecated/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/017-method-attrib-Code/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/018-method-attrib-Exceptions/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
  /dalvik/dx/tests/019-method-attrib-Synthetic/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011>>