/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
info.txt | 1 This is a dump of a simple class which is valid in structure but is overall
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
info.txt | 1 This is a dump of a simple class which is valid in structure but is overall
|
/dalvik/dx/tests/023-code-exception-table/ |
info.txt | 1 This is a dump of a simple class which is valid in structure but is overall
|
/dalvik/dx/tests/024-code-bytecode/ |
info.txt | 1 This is a dump of a simple class which is valid in structure but is overall
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
info.txt | 1 This is a dump of two simple classes which are valid in structure but
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/util/ |
Dump.java | 7 public class Dump
|
/dalvik/tests/etc/ |
default-build | 27 dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex \ 28 --dump-width=1000 classes 34 dx -JXmx256m --debug --dex --dump-to=classes-ex.lst \ 35 --output=classes-ex.dex --dump-width=1000 classes-ex
|
/dalvik/tools/dmtracedump/ |
Android.mk | 4 # Java method trace dump tool
|
/external/e2fsprogs/install-utils/ |
convfstab | 41 DUMP=$DEF_DUMP 45 DUMP=0; 51 echo "$LINE $DEF_FLAGS $DUMP $PASS" 54 echo "$LINE $DUMP $PASS"
|
/external/skia/src/images/ |
SkImageRefPool.h | 24 void dump() const;
|
/dalvik/dx/tests/069-dex-source-position/ |
run | 19 --dump-method=Blort.test'*' Blort.class 21 --dump-method=Blort.test'*' Blort.class 23 --dump-method=Blort.test'*' Blort.class
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
EditingDelegate.mm | 53 @interface DOMRange (dump) 54 - (NSString *)dump; 57 @implementation DOMRange (dump) 58 - (NSString *)dump 78 printf("EDITING DELEGATE: shouldBeginEditingInDOMRange:%s\n", [[range dump] UTF8String]); 85 printf("EDITING DELEGATE: shouldEndEditingInDOMRange:%s\n", [[range dump] UTF8String]); 98 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", [[node dumpPath] UTF8String], [[range dump] UTF8String], insertactionstring[action]); 111 printf("EDITING DELEGATE: shouldInsertText:%s replacingDOMRange:%s givenAction:%s\n", [[text description] UTF8String], [[range dump] UTF8String], insertactionstring[action]); 118 printf("EDITING DELEGATE: shouldDeleteDOMRange:%s\n", [[range dump] UTF8String]); 139 printf("EDITING DELEGATE: shouldChangeSelectedDOMRange:%s toDOMRange:%s affinity:%s stillSelecting:%s\n", [[currentRange dump] UTF8String], [[proposedRange dump] UTF8String], affinitystring[selectionAffinity], boolstring[fla (…) [all...] |
/ndk/build/tools/ |
download-toolchain-sources.sh | 96 dump "downloading sources for toolchain/$1" 100 dump "Could not clone $GITPREFIX/$1.git ?" 108 dump "Could not checkout $1 ?" 144 dump "Creating package archive $PACKAGE" 152 dump "Could not package toolchain source archive ?. See $TMPLOG" 155 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE" 161 dump "ERROR: Could not create target source directory: $SRC_DIR" 166 dump "ERROR: Could not copy downloaded sources to: $SRC_DIR" 169 dump "Toolchain sources downloaded and copied to $SRC_DIR" 172 dump "Cleaning up... [all...] |
build-ccache.sh | 90 dump "Getting sources from $CCACHE_URL" 94 dump "Could not download $CCACHE_URL" 95 dump "Aborting." 101 dump "Could not unpack $CCACHE_PACKAGE in $BUILD_OUT" 108 dump "Could not build ccache in $BUILD_OUT" 114 dump "Could not copy ccache binary!" 118 dump "Done"
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 17 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 is to include raw bytes [all...] |
Main.java | 17 package com.android.dx.command.dump; 118 DotDumper.dump(bytes, name, parsedArgs); 120 BlockDumper.dump(bytes, System.out, name, false, parsedArgs); 122 BlockDumper.dump(bytes, System.out, name, true, parsedArgs); 126 SsaDumper.dump(bytes, System.out, name, parsedArgs); 128 ClassDumper.dump(bytes, System.out, name, parsedArgs);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-pass.h | 26 /* In tree-dump.c */ 28 /* Different tree dump places. When you add new tree dump places, 29 extend the DUMP_FILES array in tree-dump.c. */ 32 TDI_none, /* No dump */ 33 TDI_cgraph, /* dump function call graph. */ 34 TDI_tu, /* dump the whole translation unit. */ 35 TDI_class, /* dump class hierarchy. */ 36 TDI_original, /* dump each function before optimizing it */ 37 TDI_generic, /* dump each function after genericizing it * [all...] |
/packages/apps/Email/src/org/apache/commons/io/ |
HexDump.java | 44 * Dump an array of bytes to an OutputStream.
59 public static void dump(byte[] data, long offset,
method in class:HexDump 81 dump(buffer, display_offset).append(' ');
84 dump(buffer, data[k + j]);
method 121 * Dump a long value into a StringBuffer.
123 * @param _lbuffer the StringBuffer to dump the value in
127 private static StringBuffer dump(StringBuffer _lbuffer, long value) {
method in class:HexDump 136 * Dump a byte value into a StringBuffer.
138 * @param _cbuffer the StringBuffer to dump the value in
142 private static StringBuffer dump(StringBuffer _cbuffer, byte value) { method in class:HexDump [all...] |
/dalvik/dx/tests/002-minimal-valid/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/004-cp-bottom-up/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/005-cp-top-down/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/006-interfaces/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/007-no-superclass/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/017-method-attrib-Code/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
run | 17 dx --debug --dump small-class.txt
|