HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 576 - 600 of 1724) sorted by null

<<21222324252627282930>>

  /external/llvm/include/llvm/Option/
Option.h 187 void dump() const;
  /external/llvm/include/llvm/Support/
ConstantRange.h 257 /// dump - Allow printing from a debugger easily...
259 void dump() const;
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 50 void DWARFAbbreviationDeclaration::dump(raw_ostream &OS) const { function in class:DWARFAbbreviationDeclaration
  /external/oprofile/module/
oprofile.h 73 /* sysctl dump */
74 int dump; member in struct:oprof_sysctl
75 /* dump and stop */
  /external/skia/include/xml/
SkDOM.h 81 SkDEBUGCODE(void dump(const Node* node = NULL, int tabLevel = 0) const;)
  /external/skia/legacy/include/xml/
SkDOM.h 81 SkDEBUGCODE(void dump(const Node* node = NULL, int tabLevel = 0) const;)
  /external/skia/legacy/src/animator/
SkDisplayApply.h 47 virtual void dump(SkAnimateMaker* );
SkDrawPaint.cpp 120 void SkDrawPaint::dump(SkAnimateMaker* maker) { function in class:SkDrawPaint
128 maskFilter->dump(maker);
136 pathEffect->dump(maker);
143 typeface->dump(maker);
  /external/skia/legacy/src/core/
SkEdge.h 45 void dump() const {
  /external/skia/legacy/src/images/
SkImageRef_GlobalPool.cpp 105 GetGlobalPool()->dump();
  /external/skia/src/animator/
SkDisplayApply.h 47 virtual void dump(SkAnimateMaker* );
SkDrawPaint.cpp 120 void SkDrawPaint::dump(SkAnimateMaker* maker) { function in class:SkDrawPaint
128 maskFilter->dump(maker);
136 pathEffect->dump(maker);
143 typeface->dump(maker);
  /external/skia/src/images/
SkImageRef_GlobalPool.cpp 99 GetGlobalPool()->dump();
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.cpp 266 void SamplingTool::dump(ExecState* exec) function in class:JSC::SamplingTool
343 codeBlock->dump(exec);
383 void SamplingTool::dump(ExecState*) function in class:JSC::SamplingTool
389 void AbstractSamplingCounter::dump() function in class:JSC::AbstractSamplingCounter
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.h 82 void dump();
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEDiffuseLighting.cpp 125 void FEDiffuseLighting::dump() function in class:WebCore::FEDiffuseLighting
FEOffset.cpp 98 void FEOffset::dump() function in class:WebCore::FEOffset
FESpecularLighting.cpp 140 void FESpecularLighting::dump() function in class:WebCore::FESpecularLighting
FETile.cpp 93 void FETile::dump() function in class:WebCore::FETile
  /frameworks/av/include/camera/
CameraMetadata.h 162 * Dump contents into FD for debugging. The verbosity levels are
170 void dump(int fd, int verbosity = 1, int indentation = 0) const;
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 99 void SurfaceMediaSource::dump(String8& result) const function in class:android::SurfaceMediaSource
102 dump(result, "", buffer, 1024);
105 void SurfaceMediaSource::dump(String8& result, const char* prefix, function in class:android::SurfaceMediaSource
111 mBufferQueue->dump(result);
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceBase.h 47 virtual status_t dump(int fd, const Vector<String16>& args) = 0;
  /frameworks/av/services/camera/libcameraservice/camera2/
StreamingProcessor.h 84 status_t dump(int fd, const Vector<String16>& args);
ZslProcessor.h 74 void dump(int fd, const Vector<String16>& args) const;
ZslProcessor3.h 70 void dump(int fd, const Vector<String16>& args) const;

Completed in 503 milliseconds

<<21222324252627282930>>