Searched defs:dump (Results 251 - 275 of 376) sorted by relevance

<<111213141516

/external/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/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(true);
899 void SkClipStack::dump() const { function in class:SkClipStack
903 e->dump();
/external/skia/src/views/
H A DSkView.cpp838 void SkView::dump(bool recurse) const function in class:SkView
/external/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/skia/tests/
H A DPathOpsDebug.cpp36 void SkOpAngle::dump() const { function in class:SkOpAngle
128 void SkOpAngleSet::dump() const { function in class:SkOpAngleSet
136 void SkOpContour::dump() const { function in class:SkOpContour
226 void SkDCubic::dump() const { function in class:SkDCubic
230 fPts[index].dump();
233 fPts[index].dump();
248 fPts[index].dump();
255 fPts[index].dump();
260 void SkDLine::dump() const { function in class:SkDLine
262 fPts[0].dump();
268 void SkDPoint::dump() const { function in class:SkDPoint
296 void SkDQuad::dump() const { function in class:SkDQuad
300 void SkIntersectionHelper::dump() const { function in class:SkIntersectionHelper
579 void SkOpSpan::dump() const { function in class:SkOpSpan
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs55 internal static bool dump = false; field in class:Antlr.Runtime.Debug.Profiler
124 if (dump)
145 if (dump)
160 if (dump) {
197 if (dump) {
206 if (dump)
224 if (dump) {
250 if (dump) {
258 if (dump)
296 if (dump)
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs55 internal static bool dump = false; field in class:Antlr.Runtime.Debug.Profiler
129 if (dump)
154 if (dump)
171 if (dump)
211 if (dump)
222 if (dump)
242 if (dump)
274 if (dump)
284 if (dump)
323 if (dump)
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java42 static boolean dump = false; field in class:Profiler
181 if (dump) System.out.println("examine memo "+ruleName+" at "+input.index()+": "+stopIndex);
203 if (dump) System.out.println("memoize "+ruleName);
218 if ( dump ) System.out.println("enterDecision canBacktrack="+couldBacktrack+" "+ decisionNumber +
253 if (dump) System.out.println("exitDecision "+decisionNumber+" in "+d.decision.ruleName+
259 if (dump) System.out.println("consume token "+token);
275 if (dump) System.out.println("consume "+thisRefIndex+" "+depth+" tokens ahead in "+
296 if (dump) System.out.println("LT("+i+")="+t+" index "+t.getTokenIndex()+" relative to "+d.decision.ruleName+"-"+
302 if (dump) System.out.println("set last token "+lastRealTokenTouchedInDecision);
339 if (dump) Syste
[all...]
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py346 self.dump()
348 def dump(self): member in class:State
358 json.dump(json_obj, statefile)
383 self.dump()
389 self.dump()
/external/chromium_org/third_party/jinja2/
H A Denvironment.py1123 def dump(self, fp, encoding=None, errors='strict'): member in class:TemplateStream
1130 Template('Hello {{ name }}!').stream(name='foo').dump('hello.html')
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp1260 void SkRegion::dump() const { function in class:SkRegion
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp1079 SkString GrDrawTargetCaps::dump() const { function in class:GrDrawTargetCaps
/external/chromium_org/third_party/skia/src/utils/
H A DSkDumpCanvas.cpp180 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, function in class:SkDumpCanvas
191 fDumper->dump(this, verb, buffer, paint);
198 this->dump(kSave_Verb, NULL, "save()");
218 this->dump(kSave_Verb, paint, str.c_str());
223 this->dump(kRestore_Verb, NULL, "restore");
232 this->dump(kMatrix_Verb, NULL, "translate(%g %g)",
237 this->dump(kMatrix_Verb, NULL, "scale(%g %g)",
243 this->dump(kMatrix_Verb, NULL, "concat(%s)", str.c_str());
253 this->dump(kMatrix_Verb, NULL, "setMatrix(%s)", str.c_str());
266 this->dump(kClip_Ver
517 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, function in class:SkFormatDumper
[all...]
H A DSkMatrix44.cpp862 void SkMatrix44::dump() const { function in class:SkMatrix44
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp168 void SkOpAngle::dump() const { function in class:SkOpAngle
260 void SkOpAngleSet::dump() const { function in class:SkOpAngleSet
268 void SkOpContour::dump() const { function in class:SkOpContour
358 void SkDCubic::dump() const { function in class:SkDCubic
362 fPts[index].dump();
365 fPts[index].dump();
380 fPts[index].dump();
387 fPts[index].dump();
392 void SkDLine::dump() const { function in class:SkDLine
394 fPts[0].dump();
400 void SkDPoint::dump() const { function in class:SkDPoint
428 void SkDQuad::dump() const { function in class:SkDQuad
432 void SkIntersectionHelper::dump() const { function in class:SkIntersectionHelper
711 void SkOpSpan::dump() const { function in class:SkOpSpan
[all...]
/external/clang/lib/AST/
H A DTypePrinter.cpp1422 void QualType::dump(const char *msg) const { function in class:QualType
1430 LLVM_DUMP_METHOD void QualType::dump() const { dump(nullptr); } function in class:QualType
1432 LLVM_DUMP_METHOD void Type::dump() const { QualType(this, 0).dump(); } function in class:Type
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp357 void GlobalModuleIndex::dump() { function in class:GlobalModuleIndex
363 MI.File->dump();
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp442 void ProgramState::dump() const { function in class:ProgramState
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp146 void dump() const { function in struct:AffixPatternsForCurrency
182 void dump() const { function in struct:AffixesForCurrency
1408 data.dump();
2388 affixPtn->dump();
/external/libpcap/
H A Dpcap-sita.c116 static void dump(unsigned char *ptr, int i, int indent) { function
133 dump((unsigned char *)iff, sizeof(pcap_if_t), 5);
137 dump((unsigned char *)addr, sizeof(pcap_addr_t), 10);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h583 void dump(OStream &OS) { function in class:PBQP::Graph
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h478 void dump(const ScheduleDAG *G) const;
533 virtual void dump(ScheduleDAG *) const {} function in class:llvm::SUnit::SchedulingPriorityQueue
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp172 void dump();
1199 void CallAnalyzer::dump() { function in class:CallAnalyzer
1296 DEBUG(CA.dump());
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1002 void LiveDebugVariables::dump() { function in class:LiveDebugVariables

Completed in 493 milliseconds

<<111213141516