Searched refs:dump (Results 126 - 150 of 1016) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkDump.cpp50 maker.fEvents.dump(maker);
52 maker.dump(name.c_str());
54 maker.fDisplayList.dump(&maker);
63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str());
109 // in the release version, <dump> is allowed, and its attributes are defined, but
/external/chromium_org/build/android/pylib/device/
H A Ddevice_blacklist.py41 json.dump(list(set(blacklist)), f)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutAttributes.h51 void dump() const;
/external/chromium_org/third_party/jstemplate/
H A Djstemplate_example.js65 if (profiling) Profiler.dump();
81 if (profiling) Profiler.dump();
93 if (profiling) Profiler.dump();
111 if (profiling) Profiler.dump();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_dump.cpp204 void sm4_op::dump() function in class:sm4_op
209 void sm4_insn::dump() function in class:sm4_insn
214 void sm4_dcl::dump() function in class:sm4_dcl
219 void sm4_program::dump() function in class:sm4_program
/external/chromium_org/third_party/simplejson/
H A Dtool.py34 json.dump(obj, outfile, sort_keys=True, indent=' ', use_decimal=True)
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dhelper.h50 void dump(bool flush = false) const { function in class:SkFile
/external/chromium_org/third_party/skia/include/views/
H A DSkViewInflate.h37 SkDEBUGCODE(void dump() const;)
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayMovie.h32 virtual void dump(SkAnimateMaker* );
H A DSkDisplayPost.h34 virtual void dump(SkAnimateMaker* );
H A DSkDrawColor.h20 virtual void dump(SkAnimateMaker* );
H A DSkDrawTo.cpp48 void SkDrawTo::dump(SkAnimateMaker* maker) { function in class:SkDrawTo
/external/chromium_org/tools/telemetry/telemetry/results/
H A Djson_output_formatter.py48 json.dump(ResultsAsDict(page_test_results, self.benchmark_metadata),
/external/clang/include/clang/Lex/
H A DHeaderMap.h66 /// dump - Print the contents of this headermap to stderr.
67 void dump() const;
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.h179 void dump(UnicodeString msg, RuleBasedCollator* c, UErrorCode& status);
/external/ipsec-tools/src/racoon/
H A Devt.h68 struct evtdump *dump; member in struct:evt
/external/llvm/include/llvm/IR/
H A DComdat.h46 void dump() const;
/external/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h73 /// dump - Print to the debug stream.
74 virtual void dump() const;
/external/llvm/include/llvm/MC/
H A DSubtargetFeature.h97 void dump() const;
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h52 void dump(raw_ostream &OS) const;
H A DDWARFDebugArangeSet.h58 void dump(raw_ostream &OS) const;
H A DDWARFDebugRangeList.h67 void dump(raw_ostream &OS) const;
/external/llvm/lib/MC/
H A DMCValue.cpp41 void MCValue::dump() const { function in class:MCValue
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp181 DEBUG(errs() << "Selecting: "; Node->dump(CurDAG); errs() << "\n");
185 DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n");
219 DEBUG(Node->dump(CurDAG));
221 DEBUG(ResNode->dump(CurDAG));
/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s

Completed in 1517 milliseconds

1234567891011>>