Searched defs:dump (Results 226 - 250 of 376) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c673 bool dump; local
675 dump = debug_get_bool_option("RADEON_DUMP_SHADERS", FALSE);
700 if (dump) {
712 if (dump) {
715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump);
716 if (dump) {
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp211 void SkApply::dump(SkAnimateMaker* maker) { function in class:SkApply
241 scope->dump(maker);
251 animator->dump(maker);
H A DSkDisplayable.cpp137 void SkDisplayable::dump(SkAnimateMaker* maker) { function in class:SkDisplayable
273 (*displayable)->dump(maker);
307 //should make this a separate case in dump attrs, rather than make dump values have a larger signature
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp850 void SkClipStack::Element::dump() const { function in class:SkClipStack::Element
886 this->getRect().dump();
890 this->getRRect().dump();
894 this->getPath().dump(NULL, true, false);
899 void SkClipStack::dump() const { function in class:SkClipStack
903 e->dump();
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp838 void SkView::dump(bool recurse) const function in class:SkView
/external/chromium_org/third_party/skia/src/xml/
H A DSkDOM.cpp436 void SkDOM::dump(const Node* node, int level) const function in class:SkDOM
456 this->dump(child, level+1);
499 dom.dump();
/external/clang/include/clang/AST/
H A DCanonicalType.h180 void dump() const { Stored.dump(); } function in class:clang::CanQual
/external/clang/lib/AST/
H A DAPValue.cpp258 void APValue::dump() const { function in class:APValue
259 dump(llvm::errs());
271 void APValue::dump(raw_ostream &OS) const { function in class:APValue
284 getVectorElt(0).dump(OS);
287 getVectorElt(i).dump(OS);
303 getArrayInitializedElt(I).dump(OS);
308 getArrayFiller().dump(OS);
315 getStructBase(0).dump(OS);
318 getStructBase(I).dump(OS);
323 getStructField(0).dump(O
[all...]
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp683 D->dump(llvm::outs());
798 void CGRecordLayout::dump() const { function in class:CGRecordLayout
811 void CGBitFieldInfo::dump() const { function in class:CGBitFieldInfo
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp216 LLVM_DUMP_METHOD void CallEvent::dump() const { dump(llvm::errs()); } function in class:CallEvent
218 void CallEvent::dump(raw_ostream &Out) const { function in class:CallEvent
/external/clang/test/FixIt/
H A Dfixit.cpp53 void dump() const { function in struct:rdar7853795::A
/external/e2fsprogs/misc/
H A Ddumpe2fs.c293 static void list_bad_blocks(ext2_filsys fs, int dump) argument
312 if (dump) {
323 if (!dump)
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java179 public synchronized void setDumpSessionData (final boolean dump) argument
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:
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp127 void dump(ostream& out) { function in class:ICUZDump
314 << "\t : When specified, dump transitions starting <low_year>" << endl
396 dumper.dump(*fout);
418 dumper.dump(cout);
/external/libxml2/
H A Dxmlmemory.c638 * @nbBytes: the amount of memory to dump
839 * @nr: number of entries to dump
841 * show a show display of the memory allocated, and dump
894 FILE *dump; local
898 dump = fopen(".memdump", "w");
899 if (dump == NULL)
901 else xmlMemoryDumpFile = dump;
905 if (dump != NULL) fclose(dump);
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp693 IRExecutionUnit::AllocationRecord::dump (Log *log) function in class:IRExecutionUnit::AllocationRecord
/external/llvm/include/llvm/Support/
H A DScaledNumber.h425 static void dump(uint64_t D, int16_t E, int Width);
608 void dump() const { return ScaledNumberBase::dump(Digits, Scale, Width); } function in class:llvm::ScaledNumber
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp465 void Region::dump() const { function in class:Region
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp67 void LiveVariables::VarInfo::dump() const { function in class:LiveVariables::VarInfo
H A DMachineBlockPlacement.cpp156 LLVM_DUMP_METHOD void dump() { function in class:__anon25759::BlockChain
158 (*I)->dump();
H A DStackColoring.cpp139 void dump() const;
196 void StackColoring::dump() const { function in class:StackColoring
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp62 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) { function in class:DWARFContext
65 getDebugAbbrev()->dump(OS);
71 D->dump(OS);
77 CU->dump(OS);
84 DWOCU->dump(OS);
90 TU->dump(OS);
97 DWOTU->dump(OS);
102 getDebugLoc()->dump(OS);
107 getDebugLocDWO()->dump(OS);
112 getDebugFrame()->dump(O
[all...]
/external/llvm/lib/IR/
H A DAttributes.cpp528 void AttributeSetImpl::dump() const { function in class:AttributeSetImpl
529 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump();
938 void AttributeSet::dump() const { function in class:AttributeSet
/external/ltrace/
H A Ddict.c507 dump(int *key, int *value, void *data) function
527 for (it = NULL; (it = DICT_EACH(di, int, int, it, dump, seen)) != NULL;)
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c673 bool dump; local
675 dump = debug_get_bool_option("RADEON_DUMP_SHADERS", FALSE);
700 if (dump) {
712 if (dump) {
715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump);
716 if (dump) {

Completed in 9512 milliseconds

1234567891011>>