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

<<31323334353637383940>>

  /build/tools/zipalign/
ZipEntry.cpp 54 //mCDE.dump();
73 //mLFH.dump();
505 * Dump the contents of a LocalFileHeader object.
507 void ZipEntry::LocalFileHeader::dump(void) const function in class:ZipEntry::LocalFileHeader
674 * Dump the contents of a CentralDirEntry object.
676 void ZipEntry::CentralDirEntry::dump(void) const function in class:ZipEntry::CentralDirEntry
  /cts/tools/utils/
DescriptionGenerator.java 138 xmlGenerator.dump();
140 Log.e("Can't dump to XML file!", e);
272 void dump() throws TransformerFactoryConfigurationError, method in class:DescriptionGenerator.XMLGenerator
  /external/clang/include/clang/AST/
CanonicalType.h 179 void dump() const { Stored.dump(); } function in class:clang::CanQual
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 179 public synchronized void setDumpSessionData (final boolean dump)
181 m_dumpSessionData = dump;
462 // TODO: dump the classloader tree into the error message as well
706 // if requested, dump raw data before running report generators:
    [all...]
  /external/grub/util/
grub-install.in 430 dump ${root_drive}${tmp} ${img_file}
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 149 /// Dump this index to stderr.
150 void dump() const;
450 /// Dump the indexes.
451 void dump() const;
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 591 void AliasSet::dump() const { print(dbgs()); } function in class:AliasSet
592 void AliasSetTracker::dump() const { print(dbgs()); } function in class:AliasSetTracker
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 46 DEBUG(dbgs() << "Soften float result " << ResNo << ": "; N->dump(&DAG);
54 N->dump(&DAG); dbgs() << "\n";
572 DEBUG(dbgs() << "Soften float operand " << OpNo << ": "; N->dump(&DAG);
580 N->dump(&DAG); dbgs() << "\n";
    [all...]
ScheduleDAGFast.cpp 140 PredSU->dump(this);
179 DEBUG(SU->dump(this));
ScheduleDAGRRList.cpp 372 PredSU->dump(this);
591 DEBUG(SU->dump(this));
674 DEBUG(SU->dump(this));
1677 void dump(ScheduleDAG *DAG) const { function in class:__anon8152::RegReductionPriorityQueue
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 84 void RecTy::dump() const { print(errs()); } function in class:RecTy
447 void Init::dump() const { return print(errs()); } function in class:Init
1673 void RecordVal::dump() const { errs() << *this; } function in class:RecordVal
1780 void Record::dump() const { errs() << *this; } function in class:Record
2011 void MultiClass::dump() const { function in class:MultiClass
2025 void RecordKeeper::dump() const { errs() << *this; } function in class:RecordKeeper
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 418 void dump() const;
576 void dump() const;
  /external/qemu/elff/
dwarf_cu.cc 281 void DwarfCU::dump() const { function in class:DwarfCU
288 cu_die_->dump(false);
  /external/valgrind/main/callgrind/
callgrind_control.in 97 print " --dump[=<s>] Request a dump optionally using <s> as description\n";
248 elsif ($arg =~ /^(-d|--dump)(|=.*)$/) {
254 # take next argument as dump hint
390 $command = "Dump";
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 219 void dump(ExecState*) const;
475 void dump(ExecState*, const Vector<Instruction>::const_iterator& begin, Vector<Instruction>::const_iterator&) const;
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.cpp 302 dump();
446 void TestShell::dump() function in class:TestShell
450 // Dump the requested representation.
488 // command line (for the dump pixels argument), and the MD5 sum to
564 // Only encode and dump the png if the hashes don't match. Encoding the
  /frameworks/base/core/java/android/app/
Fragment.java 1465 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:Fragment
    [all...]
  /frameworks/base/core/java/android/content/
ContentService.java 64 protected synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ContentService
65 mContext.enforceCallingOrSelfPermission(Manifest.permission.DUMP,
66 "caller doesn't have the DUMP permission");
75 mSyncManager.dump(fd, pw);
  /frameworks/base/core/java/android/net/
NetworkStats.java 605 public void dump(String prefix, PrintWriter pw) { method in class:NetworkStats
649 dump("", new PrintWriter(writer));
  /frameworks/base/include/private/opengles/
gl_context.h 390 void dump(const char* what);
432 void dump(const char* what);
  /frameworks/base/services/java/com/android/server/
BatteryService.java 417 // dump the service to a file
418 dumpFile = new File(DUMPSYS_DATA_PATH + BATTERY_STATS_SERVICE_NAME + ".dump");
420 batteryInfoService.dump(dumpStream.getFD(), DUMPSYS_ARGS);
423 // add dump file to drop box
426 Slog.e(TAG, "failed to dump battery service", e);
491 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BatteryService
492 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
495 pw.println("Permission Denial: can't dump Battery service from from pid="
  /frameworks/base/tools/aapt/
ZipEntry.cpp 54 //mCDE.dump();
73 //mLFH.dump();
505 * Dump the contents of a LocalFileHeader object.
507 void ZipEntry::LocalFileHeader::dump(void) const function in class:ZipEntry::LocalFileHeader
674 * Dump the contents of a CentralDirEntry object.
676 void ZipEntry::CentralDirEntry::dump(void) const function in class:ZipEntry::CentralDirEntry
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 1262 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:Fragment
    [all...]
  /ndk/build/core/
build-local.mk 129 # If a goal is DUMP_xxx then we dump a variable xxx instead
141 $(call __ndk_error,!!TOO-MANY-DUMP-VARIABLES!!)
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 281 void DwarfCU::dump() const { function in class:DwarfCU
288 cu_die_->dump(false);

Completed in 2591 milliseconds

<<31323334353637383940>>