HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 326 - 350 of 1186) sorted by null

<<11121314151617181920>>

  /external/qemu/elff/
dwarf_die.cc 192 void DIEObject::dump(bool only_this) const { function in class:DIEObject
202 /* Dump this DIE attributes. */
209 /* Dump all ranges for this DIE. */
235 parent_die_->dump(true);
238 /* Dump this DIE's children. */
240 last_child()->dump(false);
243 /* Dump this DIE's siblings. */
245 prev_sibling()->dump(false);
dwarf_die.h 93 void dump(bool only_this) const;
  /external/skia/include/core/
SkPathMeasure.h 82 void dump();
  /external/skia/samplecode/
SampleSkLayer.cpp 10 mat.dump();
14 inv.dump();
24 a.dump();
27 b.dump();
  /external/skia/src/animator/
SkAnimateBase.h 38 virtual void dump(SkAnimateMaker* );
SkDisplayList.h 41 void dump(SkAnimateMaker* maker);
SkDisplayRandom.cpp 44 void SkDisplayRandom::dump(SkAnimateMaker* maker) { function in class:SkDisplayRandom
SkDrawBitmap.h 47 virtual void dump(SkAnimateMaker* );
SkDrawGroup.h 38 virtual void dump(SkAnimateMaker* );
SkDrawMatrix.h 37 virtual void dump(SkAnimateMaker* );
SkDrawPaint.h 41 virtual void dump(SkAnimateMaker* );
SkDrawSaveLayer.cpp 65 void SkSaveLayer::dump(SkAnimateMaker* maker) function in class:SkSaveLayer
68 //would dump enabled be defined but not debug?
SkDrawTextBox.cpp 54 void SkDrawTextBox::dump(SkAnimateMaker* maker) function in class:SkDrawTextBox
SkPaintParts.cpp 103 void SkDrawTypeface::dump(SkAnimateMaker* maker) { function in class:SkDrawTypeface
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEComponentTransfer.h 82 virtual void dump();
FEConvolveMatrix.h 76 virtual void dump();
FEFlood.cpp 85 void FEFlood::dump() function in class:WebCore::FEFlood
FEMerge.cpp 68 void FEMerge::dump() function in class:WebCore::FEMerge
SourceAlpha.cpp 74 void SourceAlpha::dump() function in class:WebCore::SourceAlpha
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributes.h 49 void dump() const;
  /external/webkit/Source/WebCore/svg/graphics/filters/
SVGFEImage.cpp 78 void FEImage::dump() function in class:WebCore::FEImage
90 // FIXME: should this dump also object returned by SVGFEImage::image() ?
  /external/webkit/Tools/Scripts/
run-api-tests 50 my $dump = 0;
57 -d|--dump-tests Dump the names of testcases without running them
63 'dump|d' => \$dump,
76 if ($dump) {
202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
204 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
228 open(TESTS, "-|", $apiTesterPath, "--dump-tests") or die $!;
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 203 public void dump(Printer pw, String prefix) { method in class:ResolveInfo
206 filter.dump(pw, prefix + " ");
223 activityInfo.dump(pw, prefix + " ");
226 serviceInfo.dump(pw, prefix + " ");
ServiceInfo.java 61 public void dump(Printer pw, String prefix) { method in class:ServiceInfo
  /frameworks/base/include/binder/
Binder.h 33 virtual status_t dump(int fd, const Vector<String16>& args);

Completed in 1017 milliseconds

<<11121314151617181920>>