HomeSort by relevance Sort by last modified time
    Searched defs:dump (Results 226 - 250 of 549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/hit/src/com/android/hit/
ClassObj.java 155 public final void dump() { method in class:ClassObj
156 System.out.println("+---------- ClassObj dump for: " + mClassName);
  /device/generic/goldfish/audio/
AudioHardwareGeneric.cpp 176 status_t AudioHardwareGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareGeneric
180 mInput->dump(fd, args);
183 mOutput->dump(fd, args);
243 status_t AudioStreamOutGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamOutGeneric
248 snprintf(buffer, SIZE, "AudioStreamOutGeneric::dump\n");
351 status_t AudioStreamInGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamInGeneric
356 snprintf(buffer, SIZE, "AudioStreamInGeneric::dump\n");
  /external/chromium/net/socket/
dns_cert_provenance_checker.cc 170 std::string dump; local
176 dump += "\n";
179 dump += "-----BEGIN CERTIFICATE-----\n";
186 dump += b64_encoded.substr(i, todo);
187 dump += "\n";
190 dump += "-----END CERTIFICATE-----";
193 LOG(ERROR) << "Offending certificates:\n" << dump;
  /external/clang/lib/AST/
DeclarationName.cpp 380 void DeclarationName::dump() const { function in class:DeclarationName
NestedNameSpecifier.cpp 285 void NestedNameSpecifier::dump(const LangOptions &LO) { function in class:NestedNameSpecifier
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 61 void dump() const;
195 void RegionRawOffsetV2::dump() const { function in class:RegionRawOffsetV2
  /external/harfbuzz/src/
harfbuzz-dump.c 28 #include "harfbuzz-dump.h"
35 #define DUMP(format) dump (stream, indent, format)
36 #define DUMP1(format, arg1) dump (stream, indent, format, arg1)
37 #define DUMP2(format, arg1, arg2) dump (stream, indent, format, arg1, arg2)
38 #define DUMP3(format, arg1, arg2, arg3) dump (stream, indent, format, arg1, arg2, arg3)
40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld)
41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld)
42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld
58 dump (FILE *stream, int indent, const char *format, ...) function
    [all...]
  /external/jdiff/src/jdiff/
API.java 72 public void dump() { method in class:API
126 // Dump modifiers specific to a class
129 // Dump modifiers common to all
131 // Dump ctors
136 // Dump methods
141 // Dump fields
183 // Dump modifiers common to all
209 // Dump modifiers specific to a method
218 // Dump modifiers common to all
250 // Dump modifiers common to al
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h 334 void dump() const { function in class:llvm::BlockFrequencyImpl
  /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
LoopInfo.cpp 385 void Loop::dump() const { function in class:Loop
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 314 /// dump - Print data structures.
315 void LexicalScope::dump() const { function in class:LexicalScope
321 N->dump();
330 Children[i]->dump();
  /external/llvm/lib/MC/
MCExpr.cpp 138 void MCExpr::dump() const { function in class:MCExpr
  /external/llvm/lib/Support/
ConstantRange.cpp 697 /// dump - Allow printing from a debugger easily...
699 void ConstantRange::dump() const { function in class:ConstantRange
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 63 void dump() { function in struct:__anon8359::MSP430ISelAddressMode
67 Base.Reg.getNode()->dump();
74 GV->dump();
77 CP->dump();
185 DEBUG(errs() << "MatchAddress: "; AM.dump());
387 // Dump information about the Node being selected
389 DEBUG(Node->dump(CurDAG));
395 Node->dump(CurDAG);
486 DEBUG(Node->dump(CurDAG));
488 DEBUG(ResNode->dump(CurDAG))
    [all...]
  /external/llvm/lib/Target/
TargetData.cpp 343 virtual void dump() const {} function in class:__anon8407::StructLayoutMap
  /external/llvm/lib/VMCore/
ConstantsContext.h 702 void dump() const { function in class:llvm::ConstantUniqueMap
Pass.cpp 114 // dump - call print(cerr);
115 void Pass::dump() const { function in class:Pass
  /external/proguard/src/proguard/
Configuration.java 320 public File dump; field in class:Configuration
ProGuard.java 155 if (configuration.dump != null)
157 dump(); method
398 private void dump() throws IOException method in class:ProGuard
402 System.out.println("Printing classes to [" + fileName(configuration.dump) + "]...");
405 PrintStream ps = createPrintStream(configuration.dump);
  /external/qemu/elff/
dwarf_cu.cc 281 void DwarfCU::dump() const { function in class:DwarfCU
288 cu_die_->dump(false);
  /external/skia/src/animator/
SkDisplayPost.cpp 74 void SkPost::dump(SkAnimateMaker* maker) { function in class:SkPost
169 displayable->dump(maker);
203 dump(&maker);
SkDrawGroup.cpp 133 void SkGroup::dump(SkAnimateMaker* maker) { function in class:SkGroup
153 drawable->dump(maker);
  /external/skia/src/core/
SkPictureFlat.cpp 38 void SkFlatMatrix::dump() const { function in class:SkFlatMatrix
111 void SkFlatPaint::dump() const { function in class:SkFlatPaint
SkRegion_path.cpp 47 void dump() const { function in class:SkRgnBuilder

Completed in 1882 milliseconds

1 2 3 4 5 6 7 8 91011>>