Searched defs:dump (Results 126 - 150 of 350) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkDrawPath.cpp81 void SkDrawPath::dump(SkAnimateMaker* maker) { function in class:SkDrawPath
91 (*part)->dump(maker);
H A DSkMatrixParts.cpp187 void SkRectToRect::dump(SkAnimateMaker* maker) { function in class:SkRectToRect
194 source->dump(maker);
201 destination->dump(maker);
255 void SkPolyToPoly::dump(SkAnimateMaker* maker) { function in class:SkPolyToPoly
262 source->dump(maker);
269 destination->dump(maker);
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp89 angles[index].dump();
96 angles[index]->dump();
102 void SkOpSpan::dump() const { function in class:SkOpSpan
106 SkDPoint::dump(fPt);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResources.cpp654 void SVGResources::dump(const RenderObject* object) function in class:WebCore::SVGResources
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Drostermodule_unittest.cc276 std::stringstream dump; local
364 WritePresence(dump, roster->outgoing_presence());
365 EXPECT_EQ(dump.str(),
373 dump.str("");
495 std::stringstream dump; local
496 WritePresence(dump, presence);
497 EXPECT_EQ(dump.str(),
506 dump.str("");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h147 int dump; /* Dump the program if Debug == 1? */ member in struct:radeon_compiler_pass
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_llvm.c318 unsigned dump)
322 gpu_family, dump);
313 r600_llvm_compile( LLVMModuleRef mod, unsigned char ** inst_bytes, unsigned * inst_byte_count, enum radeon_family family, unsigned dump) argument
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dasn1pars.c93 int informat,indent=0, noout = 0, dump = 0; local
159 else if (strcmp(*argv,"-dump") == 0)
161 dump= -1;
166 dump= atoi(*(++argv));
167 if (dump <= 0) goto bad;
206 BIO_printf(bio_err," -dump dump unknown data in hex form\n");
207 BIO_printf(bio_err," -dlimit arg dump the first arg bytes of unknown data in hex form\n");
366 indent,dump))
/external/chromium_org/third_party/pexpect/
H A Dscreen.py85 def dump (self): member in class:screen
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayPost.cpp66 void SkPost::dump(SkAnimateMaker* maker) { function in class:SkPost
153 displayable->dump(maker);
187 dump(&maker);
H A DSkDrawColor.cpp151 void SkDrawColor::dump(SkAnimateMaker* maker) { function in class:SkDrawColor
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h145 void dump() { function in class:SkIntersectionHelper
146 SkDPoint::dump(pts()[0]);
147 SkDPoint::dump(pts()[1]);
149 SkDPoint::dump(pts()[2]);
152 SkDPoint::dump(pts()[3]);
H A DSkOpAngle.cpp423 void SkOpAngle::dump() const { function in class:SkOpAngle
H A DSkPathOpsLine.cpp194 void SkDLine::dump() { function in class:SkDLine
196 fPts[0].dump();
198 fPts[1].dump();
H A DSkPathOpsPoint.h195 void dump() { function in struct:SkDPoint
203 static void dump(const SkPoint& pt) { function in struct:SkDPoint
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h87 void dump() { function in class:clang::DominatorTree
/external/clang/lib/AST/
H A DCommentLexer.cpp13 void Token::dump(const Lexer &L, const SourceManager &SM) const { function in class:clang::comments::Token
15 Loc.dump(SM);
/external/clang/lib/Basic/
H A DModule.cpp410 void Module::dump() const { function in class:Module
/external/clang/lib/Lex/
H A DHeaderMap.cpp180 /// dump - Print the contents of this headermap to stderr.
181 void HeaderMap::dump() const { function in class:HeaderMap
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp63 void dump() const;
213 void RegionRawOffsetV2::dump() const { function in class:RegionRawOffsetV2
/external/jmdns/src/javax/jmdns/impl/
H A DDNSIncoming.java237 logger.log(Level.WARNING, "DNSIncoming() dump " + print(true) + "\n exception ", e);
442 String print(boolean dump) { argument
445 if (dump) {
H A DDNSOutgoing.java366 String print(boolean dump) { argument
369 if (dump) {
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java241 public String dump() { method in class:JHdf
253 return dump();
258 return dump();
/external/jsilver/src/org/clearsilver/
H A DDelegatedHdf.java181 public String dump() { method in class:DelegatedHdf
182 return getHdf().dump();
H A DHDF.java188 String dump(); method in interface:HDF

Completed in 6694 milliseconds

1234567891011>>