Searched refs:dump (Results 101 - 123 of 123) sorted by relevance

12345

/dalvik/dx/tests/104-verify-return-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/106-verify-object-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/107-verify-stack-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/tools/dmtracedump/
H A DAndroid.mk4 # Java method trace dump tool
H A DTraceDump.c241 int dump; member in struct:Options
3559 gOptions.dump = 1;
3592 if (gOptions.dump) {
/dalvik/dx/tests/098-dex-jsr-ret-throw/
H A DViewDebug$ViewServer.class ... .View view String className int hashCode private static void dump (java.net.Socket) throws java.io. ...
/dalvik/dx/tests/101-verify-wide-math/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/102-verify-nonwide-math/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/105-verify-load-store-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/src/com/android/dx/command/dump/
H A DBaseDumper.java17 package com.android.dx.command.dump;
43 /** {@code non-null;} where to dump to */
67 /** the offset of the next byte to dump */
78 * @param out {@code non-null;} where to dump to
132 println("<dump skipped backwards to " + Hex.u4(offset) + ">");
158 * Gets the current dump cursor (that is, the offset of the expected
159 * next byte to dump).
161 * @return {@code >= 0;} the dump cursor
168 * Sets the dump cursor to the indicated offset in the given array.
224 * Gets whether this dump i
[all...]
H A DBlockDumper.java17 package com.android.dx.command.dump;
49 * Utility to dump basic block info from methods in a human-friendly form.
58 * becomes non-null during {@link #dump}
76 * @param out {@code non-null;} where to dump to
82 public static void dump(byte[] bytes, PrintStream out, method in class:BlockDumper
87 bd.dump();
92 * Use {@link #dump}.
109 public void dump() { method in class:BlockDumper
166 // Reset the dump cursor to the start of the method.
204 * Does a regular basic block dump
[all...]
H A DSsaDumper.java17 package com.android.dx.command.dump;
53 * Does the dump.
56 * @param out {@code non-null;} where to dump to
61 public static void dump(byte[] bytes, PrintStream out, method in class:SsaDumper
64 sd.dump();
71 * @param out {@code non-null;} where to dump to
H A DDotDumper.java17 package com.android.dx.command.dump;
50 static void dump(byte[] bytes, String filePath, Args args) { method in class:DotDumper
/dalvik/libcore/xml/src/test/java/tests/xml/
H A DSimpleBuilderTest.java138 // dump("", root);
141 private void dump(String prefix, Element element) { method in class:SimpleBuilderTest
156 dump(prefix + " ", (Element)item);
/dalvik/dx/src/com/android/dx/command/
H A DMain.java34 " [--keep-classes] [--output=<file>] [--dump-to=<file>] " +
35 "[--dump-width=<n>]\n" +
36 " [--dump-method=<name>[*]] [--verbose-dump] [--no-files] " +
46 " dx --dump [--debug] [--strict] [--bytes] [--optimize]\n" +
91 } else if (arg.equals("--dump")) {
92 com.android.dx.command.dump.Main.main(without(args, i));
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DSerializationStressTest.java223 protected void dump(Object o) throws IOException, ClassNotFoundException { method in class:SerializationStressTest
236 dump(o);
H A DSerializationStressTest2.java512 public boolean dump; field in class:SerializationStressTest2.DeepNesting
519 dump = false;
538 if (inst.dump != this.dump || inst.load != this.load)
559 public boolean dump; field in class:SerializationStressTest2.DeepNestingWithWriteObject
566 dump = false;
586 if (inst.dump != this.dump || inst.load != this.load)
1196 // has to have called the writeObject on the instance to dump
1734 dump(objToSav
[all...]
H A DSerializationStressTest1.java961 // has to have called the writeObject on the instance to dump
999 // Can't have called the writeObject on the instance to dump
1038 // dump&load, we passed the test
1484 dump(objToSave);
1535 dump(objToSave);
1585 dump(objToSave);
1634 dump(objToSave);
H A DObjectOutputStreamTest.java1356 protected void dump(Object o) throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest
1358 // Choose the dump stream
1510 dump(o);
/dalvik/dx/src/com/android/dx/util/
H A DHex.java236 * Formats a hex dump of a portion of a {@code byte[]}. The result
241 * @param offset {@code >= 0;} offset to the part to dump
242 * @param length {@code >= 0;} number of bytes to dump
247 * @return {@code non-null;} a string of the dump
249 public static String dump(byte[] arr, int offset, int length, method in class:Hex
H A DByteArrayAnnotatedOutput.java508 left.write(Hex.dump(data, start, end - start, start, hexCols, 6));
516 left.write(Hex.dump(data, leftAt, cursor - leftAt, leftAt,
/dalvik/hit/src/com/android/hit/
H A DClassObj.java155 public final void dump() { method in class:ClassObj
156 System.out.println("+---------- ClassObj dump for: " + mClassName);
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/
H A DAlgNameMapper.java212 public static String dump() { method in class:AlgNameMapper

Completed in 332 milliseconds

12345