Searched refs:dump (Results 151 - 175 of 1016) sorted by relevance

1234567891011>>

/external/llvm/test/MC/MachO/ARM/
H A Dstatic-movt-relocs.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
/external/mesa3d/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/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dhelper.h50 void dump(bool flush = false) const { function in class:SkFile
/external/skia/include/views/
H A DSkViewInflate.h37 SkDEBUGCODE(void dump() const;)
/external/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
H A DSkAnimateSet.cpp39 void SkSet::dump(SkAnimateMaker* maker) { function in class:SkSet
40 INHERITED::dump(maker);
H A DSkMatrixParts.h93 virtual void dump(SkAnimateMaker* );
107 virtual void dump(SkAnimateMaker* );
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/chromium_org/third_party/skia/src/animator/
H A DSkAnimateSet.cpp39 void SkSet::dump(SkAnimateMaker* maker) { function in class:SkSet
40 INHERITED::dump(maker);
H A DSkMatrixParts.h93 virtual void dump(SkAnimateMaker* );
107 virtual void dump(SkAnimateMaker* );
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/chromium_org/third_party/skia/tools/lua/
H A Ddumpops.lua26 -- dump the params in t, specifically showing the verb first, which we
/external/llvm/lib/IR/
H A DValueSymbolTable.cpp109 // dump - print out the symbol table
111 void ValueSymbolTable::dump() const { function in class:ValueSymbolTable
115 I->getValue()->dump();
/external/skia/tools/lua/
H A Ddumpops.lua26 -- dump the params in t, specifically showing the verb first, which we
/external/lldb/tools/lldb-perf/common/clang/
H A Dbuild-clang.sh24 ( cd ./Debug/bin ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
25 ( cd ./tools ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp lto macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
29 ( cd ../llvm/tools ; rm -rf *.txt bugpoint bugpoint-passes ll* lto macho-dump opt gold )
/external/valgrind/main/auxprogs/
H A Dnightly-build-summary71 [--dump] write results suitable for post-processing
438 my ($from, $to, $dump, $readable);
441 $dump = $readable = 0;
446 "dump" => \$dump,
463 $readable = 1 if ($dump == 0 && $readable == 0);
471 dump_results(%dates) if ($dump);
/external/valgrind/main/drd/scripts/
H A Dmeasurement-functions52 if [ ! -e /usr/sbin/dump-acct ]; then
58 if ! { dump-acct -h 2>&1 | grep -q -w format; }; then
59 echo "Error: the installed version of dump-acct is not recent enough." >&2
71 /usr/sbin/dump-acct "${pacct}" | \
/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/third_party/libjingle/source/talk/media/base/
H A Dtestutils.cc173 // Check the elapsed time of the dump packet.
203 bool RtpTestUtility::VerifyPacket(const RtpDumpPacket* dump, argument
206 if (!dump || !raw) return false;
213 dump->GetRtpHeaderLen(&header_len);
214 return header_len == dump->data.size() &&
215 buf.Length() > dump->data.size() &&
216 0 == memcmp(buf.Data(), &dump->data[0], dump->data.size());
218 return buf.Length() == dump->data.size() &&
219 0 == memcmp(buf.Data(), &dump
[all...]
/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...]

Completed in 1573 milliseconds

1234567891011>>