/external/llvm/include/llvm/DebugInfo/ |
DIContext.h | 129 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;
|
/external/llvm/include/llvm/IR/ |
ConstantRange.h | 260 /// dump - Allow printing from a debugger easily... 262 void dump() const;
|
/external/llvm/include/llvm/Option/ |
Option.h | 199 void dump() const;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIE.h | 102 void dump(); 194 void dump(); 241 void dump() const; 468 void dump() const;
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugInfoEntry.h | 41 void dump(raw_ostream &OS, const DWARFUnit *u, unsigned recurseDepth,
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMCInstLower.cpp | 53 MI->dump();
|
/external/llvm/lib/Target/MSP430/ |
MSP430MCInstLower.cpp | 122 MI->dump();
|
/external/llvm/lib/Target/R600/ |
R600MachineScheduler.cpp | 128 SU->dump(DAG); 134 S.dump(DAG); 191 DEBUG(dbgs() << "Top Releasing ";SU->dump(DAG);); 195 DEBUG(dbgs() << "Bottom Releasing ";SU->dump(DAG););
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_compiler.h | 147 int dump; /* Dump the program if Debug == 1? */ member in struct:radeon_compiler_pass
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUAsmPrinter.cpp | 43 MF.dump();
|
/external/proguard/src/proguard/ |
UpToDateChecker.java | 96 checker.updateOutputModificationTime(configuration.dump);
|
/external/skia/src/animator/ |
SkDisplayEvents.cpp | 37 state->fDisplayable->SkDisplayable::dump(&maker); 80 void SkEvents::dump(SkAnimateMaker& maker) { function in class:SkEvents
|
SkDisplayable.h | 44 virtual void dump(SkAnimateMaker* );
|
/external/skia/src/core/ |
SkEdge.h | 52 void dump() const {
|
SkScaledImageCache.h | 75 static void Dump(); 172 void dump() const;
|
/external/skia/src/pathops/ |
SkPathOpsCubic.h | 88 void dump() const;
|
/frameworks/av/drm/libdrmframework/include/ |
DrmManagerService.h | 121 virtual status_t dump(int fd, const Vector<String16>& args);
|
/frameworks/av/include/camera/ |
CameraMetadata.h | 174 * Dump contents into FD for debugging. The verbosity levels are 182 void dump(int fd, int verbosity = 1, int indentation = 0) const;
|
/frameworks/av/include/media/nbaio/ |
NBLog.h | 184 void dump(int fd, size_t indent = 0);
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.h | 115 virtual status_t dump(int fd, const Vector<String16>& args) const; 235 virtual status_t dump(int fd, const Vector<String16>& args) const; 287 virtual status_t dump(int fd, const Vector<String16>& args); 386 virtual status_t dump(int fd, const Vector<String16>& args) const;
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.h | 64 virtual status_t dump(int fd, const Vector<String16> &args) const;
|
/frameworks/av/media/mediaserver/ |
main_mediaserver.cpp | 105 binder->dump(-1, args);
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyService.cpp | 300 status_t AudioPolicyService::dump(int fd, const Vector<String16>& args __unused) function in class:android::AudioPolicyService 313 mAudioCommandThread->dump(fd); 316 mTonePlaybackThread->dump(fd); 321 mpAudioPolicy->dump(mpAudioPolicy, fd); 325 mAudioPolicyManager->dump(fd); 340 "can't dump AudioPolicyService from pid=%d, uid=%d\n", 547 status_t AudioPolicyService::AudioCommandThread::dump(int fd) function in class:android::AudioPolicyService::AudioCommandThread 553 snprintf(buffer, SIZE, "AudioCommandThread %p Dump\n", this); 567 mAudioCommands[i]->dump(buffer, SIZE); 572 mLastCommand->dump(buffer, SIZE) 925 void AudioPolicyService::AudioCommandThread::AudioCommand::dump(char* buffer, size_t size) function in class:android::AudioPolicyService::AudioCommandThread::AudioCommand [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CaptureSequencer.h | 71 void dump(int fd, const Vector<String16>& args);
|
/frameworks/av/services/camera/libcameraservice/common/ |
CameraDeviceBase.h | 51 virtual status_t dump(int fd, const Vector<String16> &args) = 0;
|