/external/llvm/lib/DebugInfo/ |
DWARFFormValue.cpp | 316 DWARFFormValue::dump(raw_ostream &OS, const DWARFCompileUnit *cu) const { function in class:DWARFFormValue
|
/external/llvm/lib/IR/ |
DebugLoc.cpp | 133 void DebugLoc::dump(const LLVMContext &Ctx) const { function in class:DebugLoc 142 InlinedAtDL.dump(Ctx);
|
/external/llvm/lib/MC/ |
SubtargetFeature.cpp | 349 /// dump - Dump feature info. 351 void SubtargetFeatures::dump() const { function in class:SubtargetFeatures
|
/external/mesa3d/src/mesa/main/ |
APIspec.py | 429 def dump(self, indent="\t"): member in class:Checker 430 """Dump the descriptions in C code."""
|
/external/oauth/core/src/main/java/net/oauth/client/ |
URLConnectionResponse.java | 96 public void dump(Map<String, Object> into) throws IOException { method in class:URLConnectionResponse 97 super.dump(into);
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
HttpMethodResponse.java | 93 public void dump(Map<String, Object> into) throws IOException method in class:HttpMethodResponse 95 super.dump(into);
|
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpMessage.java | 117 public void dump(Map<String, Object> into) throws IOException method in class:HttpMessage 146 /** The name of a dump entry whose value is the HTTP request. */ 149 /** The name of a dump entry whose value is the HTTP response. */
|
/external/openssl/apps/ |
asn1pars.c | 93 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/oprofile/module/ |
oprofile.h | 73 /* sysctl dump */ 74 int dump; member in struct:oprof_sysctl 75 /* dump and stop */
|
/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);
|
/external/skia/src/animator/ |
SkDisplayAdd.cpp | 60 void SkAdd::dump(SkAnimateMaker* maker) { function in class:SkAdd 71 use->dump(maker);
|
SkDrawColor.cpp | 151 void SkDrawColor::dump(SkAnimateMaker* maker) { function in class:SkDrawColor
|
SkMatrixParts.cpp | 187 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/ |
SkIntersectionHelper.h | 145 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]);
|
SkOpAngle.cpp | 423 void SkOpAngle::dump() const { function in class:SkOpAngle
|
SkPathOpsLine.cpp | 194 void SkDLine::dump() { function in class:SkDLine 196 fPts[0].dump(); 198 fPts[1].dump();
|
SkPathOpsPoint.h | 195 void dump() { function in struct:SkDPoint 203 static void dump(const SkPoint& pt) { function in struct:SkDPoint
|
/frameworks/av/media/libmedia/ |
JetPlayer.cpp | 460 void JetPlayer::dump() function in class:android::JetPlayer 462 ALOGE("JetPlayer dump: JET file=%s", mEasJetFileLoc->path);
|
/frameworks/av/media/libmediaplayerservice/ |
MediaRecorderClient.cpp | 338 status_t MediaRecorderClient::dump(int fd, const Vector<String16>& args) const { function in class:android::MediaRecorderClient 340 return mRecorder->dump(fd, args);
|
StagefrightPlayer.cpp | 216 status_t StagefrightPlayer::dump(int fd, const Vector<String16> &args) const { function in class:android::StagefrightPlayer 217 return mPlayer->dump(fd, args);
|
/frameworks/av/media/libstagefright/ |
SurfaceMediaSource.cpp | 96 void SurfaceMediaSource::dump(String8& result) const function in class:android::SurfaceMediaSource 99 dump(result, "", buffer, 1024); 102 void SurfaceMediaSource::dump(String8& result, const char* prefix, function in class:android::SurfaceMediaSource 108 mBufferQueue->dump(result, "");
|
/frameworks/av/services/camera/libcameraservice/api_pro/ |
ProCamera2Client.cpp | 333 status_t ProCamera2Client::dump(int fd, const Vector<String16>& args) { function in class:android::ProCamera2Client 335 result.appendFormat("ProCamera2Client[%d] (%p) PID: %d, dump:\n", 342 mFrameProcessor->dump(fd, args);
|
/frameworks/av/services/camera/libcameraservice/common/ |
Camera2ClientBase.cpp | 120 status_t Camera2ClientBase<TClientBase>::dump(int fd, function in class:android::Camera2ClientBase 123 result.appendFormat("Camera2ClientBase[%d] (%p) PID: %d, dump:\n", 141 result = " Device dump:\n"; 150 status_t res = mDevice->dump(fd, args);
|
/frameworks/base/cmds/ime/src/com/android/commands/ime/ |
Ime.java | 132 imi.dump(pr, " ");
|
/frameworks/base/core/java/android/app/ |
Service.java | 673 * named system services and which invokes the {@link IBinder#dump} method 676 * @param fd The raw file descriptor that the dump is being sent to. 677 * @param writer The PrintWriter to which you should dump your state. This will be 679 * @param args additional arguments to the dump request. 681 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:Service 682 writer.println("nothing to dump"); [all...] |