Home
last modified time | relevance | path

Searched defs:dump (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/external/llvm/lib/DebugInfo/PDB/
DPDBSymDumper.cpp24 void PDBSymDumper::dump(const PDBSymbolAnnotation &Symbol) { in dump() function in PDBSymDumper
28 void PDBSymDumper::dump(const PDBSymbolBlock &Symbol) { in dump() function in PDBSymDumper
32 void PDBSymDumper::dump(const PDBSymbolCompiland &Symbol) { in dump() function in PDBSymDumper
36 void PDBSymDumper::dump(const PDBSymbolCompilandDetails &Symbol) { in dump() function in PDBSymDumper
40 void PDBSymDumper::dump(const PDBSymbolCompilandEnv &Symbol) { in dump() function in PDBSymDumper
44 void PDBSymDumper::dump(const PDBSymbolCustom &Symbol) { in dump() function in PDBSymDumper
48 void PDBSymDumper::dump(const PDBSymbolData &Symbol) { in dump() function in PDBSymDumper
52 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump() function in PDBSymDumper
56 void PDBSymDumper::dump(const PDBSymbolFunc &Symbol) { in dump() function in PDBSymDumper
60 void PDBSymDumper::dump(const PDBSymbolFuncDebugEnd &Symbol) { in dump() function in PDBSymDumper
[all …]
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp41 void CompilandDumper::dump(const PDBSymbolCompilandDetails &Symbol) {} in dump() function in CompilandDumper
43 void CompilandDumper::dump(const PDBSymbolCompilandEnv &Symbol) {} in dump() function in CompilandDumper
62 void CompilandDumper::dump(const PDBSymbolData &Symbol) { in dump() function in CompilandDumper
87 void CompilandDumper::dump(const PDBSymbolFunc &Symbol) { in dump() function in CompilandDumper
98 void CompilandDumper::dump(const PDBSymbolLabel &Symbol) { in dump() function in CompilandDumper
109 void CompilandDumper::dump(const PDBSymbolThunk &Symbol) { in dump() function in CompilandDumper
135 void CompilandDumper::dump(const PDBSymbolTypeTypedef &Symbol) {} in dump() function in CompilandDumper
137 void CompilandDumper::dump(const PDBSymbolUnknown &Symbol) { in dump() function in CompilandDumper
DTypedefDumper.cpp38 void TypedefDumper::dump(const PDBSymbolTypeArray &Symbol) {} in dump() function in TypedefDumper
40 void TypedefDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump() function in TypedefDumper
45 void TypedefDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump() function in TypedefDumper
50 void TypedefDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump() function in TypedefDumper
71 void TypedefDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump() function in TypedefDumper
76 void TypedefDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump() function in TypedefDumper
DClassDefinitionDumper.cpp154 void ClassDefinitionDumper::dump(const PDBSymbolTypeBaseClass &Symbol) {} in dump() function in ClassDefinitionDumper
156 void ClassDefinitionDumper::dump(const PDBSymbolData &Symbol) { in dump() function in ClassDefinitionDumper
161 void ClassDefinitionDumper::dump(const PDBSymbolFunc &Symbol) { in dump() function in ClassDefinitionDumper
170 void ClassDefinitionDumper::dump(const PDBSymbolTypeVTable &Symbol) {} in dump() function in ClassDefinitionDumper
172 void ClassDefinitionDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump() function in ClassDefinitionDumper
181 void ClassDefinitionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump() function in ClassDefinitionDumper
190 void ClassDefinitionDumper::dump(const PDBSymbolTypeUDT &Symbol) {} in dump() function in ClassDefinitionDumper
DVariableDumper.cpp87 void VariableDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump() function in VariableDumper
92 void VariableDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump() function in VariableDumper
96 void VariableDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) {} in dump() function in VariableDumper
98 void VariableDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump() function in VariableDumper
119 void VariableDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump() function in VariableDumper
124 void VariableDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump() function in VariableDumper
DFunctionDumper.cpp194 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump() function in FunctionDumper
206 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump() function in FunctionDumper
211 void FunctionDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump() function in FunctionDumper
216 void FunctionDumper::dump(const PDBSymbolTypeFunctionArg &Symbol) { in dump() function in FunctionDumper
226 void FunctionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump() function in FunctionDumper
231 void FunctionDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump() function in FunctionDumper
252 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump() function in FunctionDumper
DTypeDumper.cpp59 void TypeDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump() function in TypeDumper
73 void TypeDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump() function in TypeDumper
82 void TypeDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump() function in TypeDumper
/external/google-breakpad/src/processor/
Dsynth_minidump_unittest.cc59 Dump dump(0); in TEST() local
69 Dump dump(0, kBigEndian); in TEST() local
82 Dump dump(0, kLittleEndian); in TEST() local
100 Dump dump(0, kBigEndian); in TEST() local
118 Dump dump(0, kBigEndian); in TEST() local
126 Dump dump(0, kLittleEndian); in TEST() local
137 Dump dump(0, kLittleEndian); in TEST() local
148 Dump dump(0, kLittleEndian); in TEST() local
156 Dump dump(0, kBigEndian); in TEST() local
164 Dump dump(0, kLittleEndian); in TEST() local
[all …]
Dsynth_minidump.cc40 Section::Section(const Dump &dump) in Section()
55 SystemInfo::SystemInfo(const Dump &dump, in SystemInfo()
114 String::String(const Dump &dump, const string &contents) : Section(dump) { in String()
129 Context::Context(const Dump &dump, const MDRawContextX86 &context) in Context()
179 Context::Context(const Dump &dump, const MDRawContextARM &context) in Context()
198 Context::Context(const Dump &dump, const MDRawContextMIPS &context) in Context()
234 Thread::Thread(const Dump &dump, in Thread()
248 Module::Module(const Dump &dump, in Module()
297 Exception::Exception(const Dump &dump, in Exception()
Dsynth_minidump.h169 Stream(const Dump &dump, uint32_t type) : Section(dump), type_(type) { } in Stream()
214 Memory(const Dump &dump, uint64_t address) in Memory()
233 Context(const Dump &dump) : Section(dump) {} in Context()
288 List(const Dump &dump, uint32_t type) : Stream(dump, type), count_(0) { in List()
Dminidump_unittest.cc123 Dump dump(0); in TEST() local
145 Dump dump(0, kBigEndian); in TEST() local
181 Dump dump(0, kBigEndian); in TEST() local
211 Dump dump(0, kLittleEndian); in TEST() local
302 Dump dump(0, kLittleEndian); in TEST() local
347 Dump dump(0, kLittleEndian); in TEST() local
405 Dump dump(0, kBigEndian); in TEST() local
448 Dump dump(0, kLittleEndian); in TEST() local
476 Dump dump(0, kLittleEndian); in TEST() local
633 Dump dump(0, kBigEndian); in TEST() local
[all …]
Dminidump_processor.cc78 Minidump *dump, ProcessState *process_state) { in Process()
309 Minidump dump(minidump_file); in Process() local
321 static const MDRawSystemInfo* GetSystemInfo(Minidump *dump, in GetSystemInfo()
456 bool MinidumpProcessor::GetCPUInfo(Minidump *dump, SystemInfo *info) { in GetCPUInfo()
539 bool MinidumpProcessor::GetOSInfo(Minidump *dump, SystemInfo *info) { in GetOSInfo()
627 bool MinidumpProcessor::GetProcessCreateTime(Minidump* dump, in GetProcessCreateTime()
653 string MinidumpProcessor::GetCrashReason(Minidump *dump, uint64_t *address) { in GetCrashReason()
1484 string MinidumpProcessor::GetAssertion(Minidump *dump) { in GetAssertion()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue183/
DNumberBeanTest.java30 String dump = yaml.dump(number); in testNumberBean() local
40 String dump = yaml.dump(number); in testNumberAsFloatInfinity() local
50 String dump = yaml.dump(number); in testNumberAsDoubleInfinity() local
60 String dump = yaml.dump(number); in testNumberAsNegativeFloatInfinity() local
70 String dump = yaml.dump(number); in testNumberAsNegativeDoubleInfinity() local
80 String dump = yaml.dump(number); in testNumberAsFloatNaN() local
90 String dump = yaml.dump(number); in testNumberAsDoubleNaN() local
/external/wpa_supplicant_8/hs20/server/www/
Dusers.php23 $dump = $row['dump']; variable
110 $dump = 0; variable
115 $dump = $_GET["dump"]; variable
117 $dump = 0; variable
119 $dump = 0; variable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DMoreImmutablesTest.java35 String dump = yaml.dump(insets); in testInsets() local
44 String dump = yaml.dump(color); in testAwtColor() local
53 String dump = yaml.dump(rect); in testRectangle() local
68 String dump = yaml.dump(border); in testMatteBorder() local
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Dsm4_dump.cpp204 void sm4_op::dump() in dump() function in sm4_op
209 void sm4_insn::dump() in dump() function in sm4_insn
214 void sm4_dcl::dump() in dump() function in sm4_dcl
219 void sm4_program::dump() in dump() function in sm4_program
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue95/
DArrayInGenericCollectionTest.java63 String dump = yaml2dump.dump(data); in testArrayAsMapValue() local
82 String dump = yaml2dump.dump(data); in testArrayAsMapValueWithTypeDespriptor() local
107 String dump = yaml2dump.dump(data); in testArrayAsListValue() local
121 String dump = yaml2dump.dump(data); in testArrayAsListValueWithTypeDespriptor() local
141 String dump = yaml2dump.dumpAs(data, Tag.MAP, FlowStyle.AUTO); in testNoTags() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
DExecDumpClient.java27 private boolean dump; field in ExecDumpClient
50 public void setDump(final boolean dump) { in setDump()
96 public ExecFileLoader dump(final String address, final int port) in dump() method in ExecDumpClient
112 public ExecFileLoader dump(final InetAddress address, final int port) in dump() method in ExecDumpClient
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/primitives/
DImmutablePrimitivesTest.java28 String dump = yaml.dump(bunch); in testPrimitives() local
36 …String dump = "!!org.yaml.snakeyaml.immutable.primitives.BunchOfPrimitives [10000000000, 40.0, tru… in testPrimitivesLong() local
44 String dump = "!!org.yaml.snakeyaml.immutable.primitives.BunchOfPrimitives [10, 40, true]"; in testPrimitivesException() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java113 String dump = yaml.dump(customerAB); in testAB() local
135 String dump = yaml.dump(customerAB); in testAB_Set() local
164 String dump = yaml.dump(customerAB); in testABWithCustomTag() local
189 String dump = yaml.dump(customerAB_property); in testABProperty() local
219 String dump = yaml.dump(customerAB_property); in testABPropertyWithCustomTag() local
264 String dump = yaml.dump(customerAB_mapValue); in testAB_asMapValue() local
286 String dump = yaml.dump(customerAB_mapKey); in testAB_asMapKey() local
308 String dump = yaml.dump(customerBA); in testBA() local
/external/llvm/lib/ProfileData/
DSampleProf.cpp74 void LineLocation::dump() const { print(dbgs()); } in dump() function in LineLocation
81 void CallsiteLocation::dump() const { print(dbgs()); } in dump() function in CallsiteLocation
100 void SampleRecord::dump() const { print(dbgs(), 0); } in dump() function in SampleRecord
149 void FunctionSamples::dump(void) const { print(dbgs(), 0); } in dump() function in FunctionSamples
/external/jetty/src/java/org/eclipse/jetty/util/component/
DAggregateLifeCycle.java336 public String dump() in dump() method in AggregateLifeCycle
342 public static String dump(Dumpable dumpable) in dump() method in AggregateLifeCycle
357 public void dump(Appendable out) throws IOException in dump() method in AggregateLifeCycle
385 public void dump(Appendable out,String indent) throws IOException in dump() method in AggregateLifeCycle
413 …public static void dump(Appendable out,String indent,Collection<?>... collections) throws IOExcept… in dump() method in AggregateLifeCycle
DDumpable.java25 String dump(); in dump() method
26 void dump(Appendable out,String indent) throws IOException; in dump() method
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
DFilterPropertyToDumpTest.java35 String dump = d.dumpAsMap(bean); in testFilterPropertyInJavaBeanDumper() local
45 String dump = yaml.dumpAsMap(bean); in testFilterPropertyInYaml() local
57 String dump = yaml.dump(bean); in testDoNotFilterPropertyIncludeReadOnly() local
/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc55 scoped_ptr<Value> CheckAttribute(const MemoryAllocatorDump* dump, in CheckAttribute()
74 void CheckString(const MemoryAllocatorDump* dump, in CheckString()
85 void CheckScalar(const MemoryAllocatorDump* dump, in CheckScalar()
93 void CheckScalarF(const MemoryAllocatorDump* dump, in CheckScalarF()

12345678910>>...20