HomeSort by relevance Sort by last modified time
    Searched refs:Dump (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/include/clang/AST/
PrettyPrinter.h 40 Dump(false), ConstantArraySizeAsWritten(false),
106 bool Dump : 1;
  /external/javassist/src/main/javassist/tools/
Dump.java 23 * 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 {
34 private Dump() {}
43 System.err.println("Usage: java Dump <class file name>");
  /external/v8/src/
disassembler.h 37 static void Dump(FILE* f, byte* begin, byte* end);
liveobjectlist.h 72 // The lol comes with utility functions to capture, dump, summarize, and diff
83 // 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
85 // a verbose dump of all the objects in the resultant lists.
92 static MaybeObject* Dump(int id1,
278 inline static MaybeObject* Dump(int id1,
disassembler.cc 45 void Disassembler::Dump(FILE* f, byte* begin, byte* end) {
334 void Disassembler::Dump(FILE* f, byte* begin, byte* end) {}
  /external/skia/src/animator/
SkDump.h 28 DECLARE_MEMBER_INFO(Dump);
SkDisplayType.cpp 127 CASE_NEW(Dump);
282 CASE_GET_INFO(Dump);
449 { "dump", SkType_Dump INIT_BOOL_FIELDS },
  /external/skia/src/core/
SkTypefaceCache.h 65 static void Dump();
SkTypefaceCache.cpp 115 void SkTypefaceCache::Dump() {
SkMemory_stdlib.cpp 81 static void Dump()
  /external/clang/test/SemaTemplate/
dependent-names.cpp 205 void Dump(const T& value) {
218 Dump(ns::Data()); // expected-note {{here}}
224 void Dump(const T &value) {
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/clang/lib/Frontend/
ASTConsumers.cpp 35 bool Dump;
38 ASTPrinter(raw_ostream* o = NULL, bool Dump = false)
39 : Out(o? *o : llvm::outs()), Dump(Dump) { }
43 Policy.Dump = Dump;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 28 DeviceView_Dump_HPROF_File=Dump HPROF file
29 DeviceView_Dump_HPROF_File_Not_Supported_By_VM=Dump HPROF file (not supported by this VM)
30 DeviceView_Dump_HPROF_File_Tooltip=Dump HPROF file
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 16 // --dump - Dump low-level bitcode structure in readable format
26 // the bitcode file (-dump option).
51 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"));
62 cl::desc("Emit numeric info in dump even if"
76 /// better dump info.
336 if (Dump) errs() << Indent << "<BLOCKINFO_BLOCK/>\n";
349 if (Dump) {
    [all...]
  /external/skia/samplecode/
SampleTypeface.cpp 87 SkTypefaceCache::Dump();
  /external/v8/test/cctest/
test-assembler-ia32.cc 192 Disassembler::Dump(stdout,
226 Disassembler::Dump(stdout,
294 Disassembler::Dump(stdout,
  /external/srec/tools/grxmlcompile/
netw_arc.h 327 void Dump (GRXMLDoc &p_Doc );
netw_dump.cpp 366 void NUANArc::Dump(GRXMLDoc &p_Doc )
  /external/webkit/Tools/Scripts/
run-api-tests 50 my $dump = 0;
57 -d|--dump-tests Dump the names of testcases without running them
63 'dump|d' => \$dump,
76 if ($dump) {
202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
204 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
228 open(TESTS, "-|", $apiTesterPath, "--dump-tests") or die $!;
  /frameworks/base/tools/aidl/
Type.h 421 void Dump() const;
Type.cpp     [all...]
aidl.cpp 864 NAMES.Dump();
  /build/tools/releasetools/
ota_from_target_files 129 def Dump(self, indent=0):
138 i.Dump(indent=indent+1)
  /external/clang/lib/AST/
DeclPrinter.cpp 10 // This file implements the Decl::dump method, which pretty print the
175 void Decl::dump() const { function in class:Decl
219 if (!Policy.Dump) {
StmtPrinter.cpp     [all...]

Completed in 205 milliseconds

1 2