HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 151 - 175 of 1724) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessorInterface.h 52 // (Debugging only) Dump the current state to the specified file descriptor
53 virtual void dump(int fd, const Vector<String16>& args) const = 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUI.java 33 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUI
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h 56 virtual void dump(String8& result) const = 0;
VirtualDisplaySurface.h 42 virtual void dump(String8& result) const;
  /hardware/qcom/display/liboverlay/
overlayCtrl.cpp 48 dim.dump();
83 void Ctrl::dump() const { function in class:overlay::Ctrl
84 ALOGE("== Dump Ctrl start ==");
85 mInfo.dump("mInfo");
86 mMdp.dump();
87 ALOGE("== Dump Ctrl end ==");
  /ndk/build/tools/
common-build-host-funcs.sh 363 dump "$(bh_host_text) Using host gcc: $GCC $@"
365 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
382 dump "$(bh_host_text) Using host gcc: ${HOST_FULLPREFIX}gcc $@"
384 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
415 dump "Generating $2-compatible binaries."
443 dump "yes"
445 dump "no"
544 dump "If you want to build Darwin binaries on a non-Darwin machine,"
545 dump "Please define DARWIN_TOOLCHAIN to name it, and DARWIN_SYSROOT to point"
546 dump "to the SDK. For example:
    [all...]
dev-system-import.sh 42 dump "WARNING: Could not extract default platform level from $BUILD_PROP!"
44 dump "Defaulting to $PLATFORM"
118 dump "ERROR: Missing required API/platform level. See --help for usage instructions."
228 dump "ERROR: Could not find valid output directory (e.g. \$NDK/../development/ndk)."
229 dump "Please use --out-dir=<path> to specify one!"
283 # Dump the list of dynamic functions exported by a given shared library
291 # Dump the list of global variables exposed by a given shared library
322 dump "Generating shell library for `basename $1` ($numfuncs functions + $numvars variables)"
338 dump "ERROR: Can't generate shell library for: $1"
339 dump "See the content of $TMPC for details.
    [all...]
build-gdbserver.sh 156 dump "ERROR: Missing directory: $LIBTHREAD_DB_DIR"
165 dump "ERROR: Could not compile libthread_db.c!"
173 dump "Configure: $TOOLCHAIN gdbserver-$GDB_VERSION build."
217 dump "Could not configure gdbserver build. See $TMPLOG"
225 dump "Building : $TOOLCHAIN gdbserver."
229 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
243 dump "Install : $TOOLCHAIN $DSTFILE."
248 dump "Could not install $DSTFILE. See $TMPLOG"
254 dump "Packaging: $ARCHIVE"
263 dump "Done.
    [all...]
dev-platform-import.sh 88 dump "ERROR: Missing path parameter to platform build, see --help for details"
99 dump "ERROR: Not a directory: $ANDROID_PRODUCT_OUT"
100 dump "Please point to a valid and complete Android build directory"
106 dump "ERROR: Missing file: $BUILD_PROP"
107 dump "Please point to a valid and complete Android build directory"
116 dump "ERROR: Could not extract CPU ABI from $BUILD_PROP"
117 dump "Please use --arch=<name> to override this. See --help"
123 dump "ERROR: Can't translate $CPU_ABI ABI into CPU architecture!"
133 dump "WARNING: Could not extract default platform level from $BUILD_PROP!"
134 dump "Please use --platform=<name> to override this. See --help
    [all...]
make-release.sh 204 dump "Using toolchain source directory: $TOOLCHAIN_SRCDIR"
208 dump "Downloading toolchain sources..."
213 dump "ERROR: Could not download toolchain sources"
228 dump "Building host toolchain binaries..."
235 dump "Building Darwin prebuilts through ssh to $DARWIN_SSH..."
247 dump "Generating NDK release packages"
250 dump "ERROR: Can't generate proper release packages."
256 dump "All clear. Good work! See $OUT_DIR"
  /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/src/com/android/dx/command/dump/
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);
  /external/skia/src/utils/
SkDumpCanvas.cpp 182 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, function in class:SkDumpCanvas
193 fDumper->dump(this, verb, buffer, paint);
200 this->dump(kSave_Verb, NULL, "save(0x%X)", flags);
220 this->dump(kSave_Verb, paint, str.c_str());
226 this->dump(kRestore_Verb, NULL, "restore");
230 this->dump(kMatrix_Verb, NULL, "translate(%g %g)",
236 this->dump(kMatrix_Verb, NULL, "scale(%g %g)",
242 this->dump(kMatrix_Verb, NULL, "rotate(%g)", SkScalarToFloat(degrees));
247 this->dump(kMatrix_Verb, NULL, "skew(%g %g)",
255 this->dump(kMatrix_Verb, NULL, "concat(%s)", str.c_str())
466 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, function in class:SkFormatDumper
    [all...]
  /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/tests/056-const-string-jumbo/
build 46 --dump-to=classes.lst --output=classes.dex classes
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 31 request do_dump, "Dump the icount structure",
32 dump;
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | macho-dump --dump-section-data | FileCheck %s
thumb2-movt-fixup.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
  /external/skia/legacy/src/animator/
SkDrawGradient.h 44 virtual void dump(SkAnimateMaker*);
57 virtual void dump(SkAnimateMaker*);
SkDrawText.cpp 45 void SkText::dump(SkAnimateMaker* maker) { function in class:SkText
46 INHERITED::dump(maker);
  /external/skia/src/animator/
SkDrawGradient.h 44 virtual void dump(SkAnimateMaker*);
57 virtual void dump(SkAnimateMaker*);
SkDrawText.cpp 45 void SkText::dump(SkAnimateMaker* maker) { function in class:SkText
46 INHERITED::dump(maker);
  /frameworks/av/services/audioflinger/
AudioWatchdog.h 38 void dump(int fd); // should only be called on a stable copy, not the original
65 // Where to store the dump, or NULL to not update
66 void setDump(AudioWatchdogDump* dump);
82 AudioWatchdogDump* mDump; // where to store the dump, always non-NULL
83 AudioWatchdogDump mDummyDump; // default area for dump in case setDump() is not called
  /external/llvm/include/llvm/MC/
MCLabel.h 48 /// dump - Print the value to stderr.
49 void dump() const;

Completed in 1023 milliseconds

1 2 3 4 5 67 8 91011>>