Searched refs:Dump (Results 1 - 25 of 29) sorted by relevance

12

/external/javassist/src/main/javassist/tools/
H A DDump.java23 * Dump is a tool for viewing the class definition in the given
24 * class file. Unlike the JDK javap tool, Dump works even if
28 * <ul><pre>% java javassist.tools.Dump foo.class</pre></ul>
33 public class Dump { class
34 private Dump() {} method in class:Dump
43 System.err.println("Usage: java Dump <class file name>");
/external/v8/src/
H A Ddisassembler.h39 static void Dump(FILE* f, byte* begin, byte* end);
H A Dliveobjectlist.h83 // Note: LOLs can be listed by calling Dump(0, <lol id>), and 2 LOLs can be
84 // compared/diff'ed using Dump(<lol id1>, <lol id2>, ...). This will yield
92 static MaybeObject* Dump(int id1,
276 inline static MaybeObject* Dump(int id1,
H A Ddisassembler.cc45 void Disassembler::Dump(FILE* f, byte* begin, byte* end) { function in class:v8::internal::Disassembler
342 void Disassembler::Dump(FILE* f, byte* begin, byte* end) {}
H A Djsregexp.h407 void Dump();
/external/skia/src/animator/
H A DSkDump.h20 DECLARE_MEMBER_INFO(Dump);
H A DSkDisplayType.cpp119 CASE_NEW(Dump);
274 CASE_GET_INFO(Dump);
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp205 void Dump(const T& value) { function in namespace:PR10053::my_file2
218 Dump(ns::Data()); // expected-note {{here}}
224 void Dump(const T &value) { function in namespace:PR10053::my_file2_a
241 Dump(0); // expected-note {{requested here}}
242 Dump(ns::Data()); // expected-note {{requested here}}
243 Dump(std::vector<ns2::Data>()); // expected-note {{requested here}}
244 Dump(std::pair<ns::Data, ns2::Data>()); // expected-note {{requested here}}
/external/skia/src/core/
H A DSkTypefaceCache.h73 static void Dump();
H A DSkTypefaceCache.cpp119 void SkTypefaceCache::Dump() { function in class:SkTypefaceCache
H A DSkMemory_stdlib.cpp73 static void Dump() function in struct:SkBlockHeader
/external/clang/lib/Frontend/
H A DASTConsumers.cpp39 ASTPrinter(raw_ostream *Out = NULL, bool Dump = false,
41 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
48 if (Dump)
65 (Dump ? "Dumping " : "Printing ") << getName(D) << ":\n";
67 if (Dump)
89 bool Dump; member in class:__anon90::ASTPrinter
117 return new ASTPrinter(Out, /*Dump=*/ false, FilterString);
121 return new ASTPrinter(0, /*Dump=*/ true, FilterString);
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp95 void Dump(const TDesC8& aDes);
120 void TDump::Dump(const TDesC8& aDes) function in class:TDump
183 void Dump(const TDesC8& aBuf) {iDump.Dump(aBuf);} function
349 CEpocAudio::Current(thisdevice).Dump(buf);
363 iDump.Dump(data);
/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp16 // --dump - Dump low-level bitcode structure in readable format
51 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"));
334 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
347 if (Dump) {
378 if (Dump) {
424 if (Dump) {
528 if (Dump) outs() << "\n\n";
/external/regex-re2/re2/
H A Dprog.cc59 string Prog::Inst::Dump() { function in class:re2::Prog::Inst
140 StringAppendF(&s, "%d. %s\n", id, ip->Dump().c_str());
148 string Prog::Dump() { function in class:re2::Prog
H A Dprog.h122 string Dump();
220 string Dump();
H A Donepass.cc556 string dump = "prog dump:\n" + Dump() + "node dump\n";
H A Dregexp.h402 string Dump();
H A Dnfa.cc690 Dump();
/external/skia/samplecode/
H A DSampleTypeface.cpp94 SkTypefaceCache::Dump();
/external/v8/test/cctest/
H A Dtest-assembler-ia32.cc192 Disassembler::Dump(stdout,
226 Disassembler::Dump(stdout,
294 Disassembler::Dump(stdout,
/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h327 void Dump (GRXMLDoc &p_Doc );
H A Dnetw_dump.cpp366 void NUANArc::Dump(GRXMLDoc &p_Doc ) function in class:NUANArc
/external/webkit/Tools/Scripts/
H A Drun-api-tests57 -d|--dump-tests Dump the names of testcases without running them
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp960 // Dump class sizes and maximum external wastage per size class
1346 // Dump state to stderr
1348 void Dump(TCMalloc_Printer* out);
2001 void TCMalloc_PageHeap::Dump(TCMalloc_Printer* out) {
3316 pageheap->Dump(out);

Completed in 404 milliseconds

12