HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 101 - 125 of 1186) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/dx/tests/081-dex-throws-list/
run 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
  /dalvik/dx/tests/084-dex-high-register-moves/
run 19 --dump-method=Blort.test'*' *.class
  /dalvik/dx/tests/090-dex-unify-arrays/
run 19 --dump-method=Blort.test'*' Blort.class
  /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/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
  /ndk/build/tools/
build-target-prebuilts.sh 49 dump "Building platforms and samples..."
76 dump "Building $ARCH gdbserver binaries..."
84 dump "Building gabi++ binaries..."
88 dump "Building stlport binaries..."
92 dump "Building gnustl binaries..."
97 dump "Done, see $PACKAGE_DIR"
99 dump "Done"
download-toolchain-sources.sh 114 dump "Using git clone prefix: $GITPREFIX"
123 dump "Using git clone reference: $GITREFERENCE"
133 dump "downloading sources for toolchain/$1"
151 dump "Using sources for date '$GIT_DATE': toolchain/$1 revision $REVISION"
179 dump "Patching toolchain sources"
182 dump "ERROR: Could not patch sources."
209 dump "Creating package archive $PACKAGE"
212 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE"
221 dump "Toolchain sources downloaded and copied to $SRC_DIR"
224 dump "Cleaning up...
    [all...]
  /ndk/tests/
run-tests.sh 194 dump "ERROR: Could not find the root (/) directory on the device!"
205 dump "ERROR: Could not mkdir '$FULLDIR' on the device!"
252 dump "ERROR: You can't use --ndk and --package at the same time!"
257 dump "Unpacking NDK package to $NDK_ROOT"
267 dump "ERROR: Your --ndk option does not point to a directory: $NDK_ROOT"
268 dump "Please use a valid path for this option."
272 dump "ERROR: Your --ndk option does not point to a valid NDK install: $NDK_ROOT"
273 dump "Please use a valid NDK install path for this option."
425 dump "ERROR: Missing samples directory: $SAMPLES_DIRS"
426 dump "Your NDK release installation is broken!
    [all...]
  /external/webkit/Tools/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...]
  /dalvik/dx/tests/034-dex-minimal/
run 17 dx --debug --dex --dump-to=- --no-files
  /dalvik/dx/tests/108-string-annotation/
run 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
  /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/
get-hprof 24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
33 OUT_FILE=heap-dump.hprof
  /external/llvm/test/MC/ARM/
elf-eflags-eabi.s 2 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
  /external/oauth/core/src/main/java/net/oauth/http/
HttpResponseMessage.java 36 public void dump(Map<String, Object> into) throws IOException { method in class:HttpResponseMessage
37 super.dump(into);
47 /** The name of a dump entry whose value is the response Location header. */
50 /** The name of a dump entry whose value is the HTTP status code. */
  /external/skia/src/animator/
SkDrawRectangle.h 33 virtual void dump(SkAnimateMaker* );
54 virtual void dump(SkAnimateMaker* );
  /external/wpa_supplicant_8/hostapd/
wired.conf 12 dump_file=/tmp/hostapd.dump
  /frameworks/support/v4/honeycomb/android/support/v4/app/
ActivityCompatHoneycomb.java 37 static void dump(Activity activity, String prefix, FileDescriptor fd, method in class:ActivityCompatHoneycomb
39 activity.dump(prefix, fd, writer, args);
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 17 package com.android.dx.command.dump;
26 * Utility to dump the contents of class files in a human-friendly form.
34 * @param out {@code non-null;} where to dump to
40 public static void dump(byte[] bytes, PrintStream out, method in class:ClassDumper
44 cd.dump();
49 * Use {@link #dump}.
59 public void dump() { method in class:ClassDumper
  /dalvik/dx/tests/120-disable-extended-ops/
run 25 --dump-method=Blort.test Blort.class | grep "iget/jumbo" | wc -l`
32 --dump-method=Blort.test Blort.class | grep "iget/jumbo" | wc -l`
  /external/llvm/include/llvm/MC/
MCLabel.h 46 /// dump - Print the value to stderr.
47 void dump() const;
  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 33 /// dump - Print to the debug stream.
34 virtual void dump() const;
  /external/llvm/lib/CodeGen/
LiveDebugVariables.h 57 /// dump - Print data structures to dbgs().
58 void dump();
  /external/llvm/lib/MC/
MCValue.cpp 34 void MCValue::dump() const { function in class:MCValue

Completed in 162 milliseconds

1 2 3 45 6 7 8 91011>>