HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 401 - 425 of 3569) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8226/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 ==");
  /hardware/qcom/display/msm8960/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 ==");
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractMailActivity.java 94 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:AbstractMailActivity
95 super.dump(prefix, fd, writer, args);
96 // Supplementally dump the contents of the OS LoaderManager and FragmentManager.
97 // Both are still possible to use, and the supportlib dump reads from neither.
98 getLoaderManager().dump(prefix, fd, writer, args);
99 getFragmentManager().dump(prefix, fd, writer, args);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
regression-001.s 3 ;; The next line caused an earlier ld to core dump.
  /ndk/build/tools/
common-build-host-funcs.sh 317 dump "$(bh_host_text) Using host gcc: $GCC $@"
319 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
336 dump "$(bh_host_text) Using host gcc: ${HOST_FULLPREFIX}gcc $@"
338 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
369 dump "Generating $2-compatible binaries."
397 dump "yes"
399 dump "no"
498 dump "If you want to build Darwin binaries on a non-Darwin machine,"
499 dump "Please define DARWIN_TOOLCHAIN to name it, and DARWIN_SYSROOT to point"
500 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 164 dump "ERROR: Missing directory: $LIBTHREAD_DB_DIR"
172 dump "ERROR: Could not compile libthread_db.c!"
180 dump "Configure: $TOOLCHAIN gdbserver-$GDBVER build with $PLATFORM"
206 dump "Could not configure gdbserver build. See $TMPLOG"
211 dump "Building : $TOOLCHAIN gdbserver."
215 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
229 dump "Install : $TOOLCHAIN $DSTFILE."
236 dump "Could not install $DSTFILE. See $TMPLOG"
246 dump "Packaging: $ARCHIVE"
255 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...]
  /packages/apps/UnifiedEmail/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...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue95/
ArrayInGenericCollectionTest.java 63 String dump = yaml2dump.dump(data); local
64 // System.out.println(dump);
68 A loaded = (A) yaml2load.load(dump);
82 String dump = yaml2dump.dump(data); local
83 // System.out.println(dump);
93 A loaded = (A) yaml2load.load(dump);
107 String dump = yaml2dump.dump(data) local
121 String dump = yaml2dump.dump(data); local
141 String dump = yaml2dump.dumpAs(data, Tag.MAP, FlowStyle.AUTO); local
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
WindowManagerState.java 74 // the dump. We try a few times to get the information we need before giving up.
77 String dump = null; local
98 dump = outputReceiver.getOutput();
99 parseSysDump(dump, visibleOnly);
105 log(dump);
150 log("Skipping dump due to starting window transition...");
155 log("Skipping dump due to exiting window transition...");
292 LinkedList<String> dump, Pattern stackIdPattern, Pattern[] exitPatterns) {
293 final String line = dump.peek().trim();
301 dump.pop()
    [all...]
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 41 void CompilandDumper::dump(const PDBSymbolCompilandDetails &Symbol) {} function in class:CompilandDumper
43 void CompilandDumper::dump(const PDBSymbolCompilandEnv &Symbol) {} function in class:CompilandDumper
58 Child->dump(*this);
62 void CompilandDumper::dump(const PDBSymbolData &Symbol) { function in class:CompilandDumper
87 void CompilandDumper::dump(const PDBSymbolFunc &Symbol) { function in class:CompilandDumper
98 void CompilandDumper::dump(const PDBSymbolLabel &Symbol) { function in class:CompilandDumper
109 void CompilandDumper::dump(const PDBSymbolThunk &Symbol) { function in class:CompilandDumper
135 void CompilandDumper::dump(const PDBSymbolTypeTypedef &Symbol) {} function in class:CompilandDumper
137 void CompilandDumper::dump(const PDBSymbolUnknown &Symbol) { function in class:CompilandDumper
FunctionDumper.cpp 53 ReturnType->dump(*this);
98 Arg->dump(*this);
151 ReturnType->dump(*this);
178 ArgType->dump(*this);
194 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { function in class:FunctionDumper
200 ElementType->dump(*this);
206 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { function in class:FunctionDumper
211 void FunctionDumper::dump(const PDBSymbolTypeEnum &Symbol) { function in class:FunctionDumper
216 void FunctionDumper::dump(const PDBSymbolTypeFunctionArg &Symbol) { function in class:FunctionDumper
218 // through to the real thing and dump it
226 void FunctionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { function in class:FunctionDumper
231 void FunctionDumper::dump(const PDBSymbolTypePointer &Symbol) { function in class:FunctionDumper
252 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) { function in class:FunctionDumper
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 180 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, function in class:SkDumpCanvas
191 fDumper->dump(this, verb, buffer, paint);
198 this->dump(kSave_Verb, nullptr, "save()");
218 this->dump(kSave_Verb, paint, str.c_str());
223 this->dump(kRestore_Verb, nullptr, "restore");
232 this->dump(kMatrix_Verb, nullptr, "translate(%g %g)",
237 this->dump(kMatrix_Verb, nullptr, "scale(%g %g)",
243 this->dump(kMatrix_Verb, nullptr, "concat(%s)", str.c_str());
253 this->dump(kMatrix_Verb, nullptr, "setMatrix(%s)", str.c_str());
266 this->dump(kClip_Verb, nullptr, "clipRect(%s %s %s)", str.c_str(), toString(op)
506 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, function in class:SkFormatDumper
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 17 package com.android.dx.command.dump;
117 DotDumper.dump(bytes, name, parsedArgs);
119 BlockDumper.dump(bytes, System.out, name, false, parsedArgs);
121 BlockDumper.dump(bytes, System.out, name, true, parsedArgs);
125 SsaDumper.dump(bytes, System.out, name, parsedArgs);
127 ClassDumper.dump(bytes, System.out, name, parsedArgs);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
PropOrderInfluenceWhenAliasedInGenericCollectionTest.java 113 String dump = yaml.dump(customerAB); local
114 // System.out.println(dump);
115 CustomerAB parsed = (CustomerAB) yaml.load(dump);
135 String dump = yaml.dump(customerAB); local
136 // System.out.println(dump);
137 CustomerAB parsed = (CustomerAB) yaml.load(dump);
164 String dump = yaml.dump(customerAB) local
189 String dump = yaml.dump(customerAB_property); local
219 String dump = yaml.dump(customerAB_property); local
264 String dump = yaml.dump(customerAB_mapValue); local
286 String dump = yaml.dump(customerAB_mapKey); local
308 String dump = yaml.dump(customerBA); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
bspec-1.d 22 Hex dump of section '\.text':
25 Hex dump of section '\.MMIX\.spec_data\.2':
26 NOTE: This section has relocations against it, but these have NOT been applied to this dump.
  /art/test/022-interface/
build 26 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /art/test/023-many-interfaces/
build 32 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /art/test/121-modifiers/
build 38 ${DX} --debug --dex --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/elfutils/tests/
run-readelf-zx.sh 25 Hex dump of section [2] '.zdebug_aranges', 50 bytes (96 uncompressed) at offset 0x260:
37 Hex dump of section [2] '.debug_aranges', 62 bytes (96 uncompressed) at offset 0x260:
49 Hex dump of section [2] '.zdebug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
59 Hex dump of section [2] '.debug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 53 void dump(raw_ostream &OS) const;
77 void dump(raw_ostream &OS) const;
  /external/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 2 @ RUN: llvm-readobj -s -sd < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
relax-thumb-ldr-literal.s 2 @ RUN: llvm-readobj -s -sd < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s

Completed in 667 milliseconds

<<11121314151617181920>>