Searched refs:dump (Results 1 - 25 of 162) sorted by relevance

1234567

/frameworks/base/libs/ui/tests/
H A Dregion.cpp36 reg4.dump("reg4");
37 reg5.dump("reg5");
39 reg0.dump("reg0");
40 reg1.dump("reg1");
43 reg0.dump("reg0");
44 reg1.dump("reg1");
47 reg0.dump("reg0");
48 reg1.dump("reg1");
51 //reg0.dump("reg0");
52 //reg1.dump("reg
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DDeviceMonitor.java66 dump();
112 private void dump() throws IOException { method in class:DeviceMonitor
119 dump(new File(processDirectory, "stat"), out);
125 dump(file, out);
147 private void dump(File from, OutputStream out) throws IOException { method in class:DeviceMonitor
186 * Pauses momentarily before we start the next dump.
H A DBroadcastFilter.java37 public void dump(PrintWriter pw, String prefix) { method in class:BroadcastFilter
47 super.dump(pr, prefix);
/frameworks/base/camera/libcameraservice/
H A DFakeCamera.h45 void dump(int fd) const;
/frameworks/base/common/tools/
H A Dmake-iana-tld-pattern.py35 def dump(self, isWebUrl=False, isFirst=False, isLast=False): member in class:Bucket
114 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
117 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
/frameworks/base/core/java/android/os/
H A DIBinder.java102 * IBinder protocol transaction code: dump internal state.
154 * @param fd The raw file descriptor that the dump is being sent to.
155 * @param args additional arguments to the dump request.
157 public void dump(FileDescriptor fd, String[] args) throws RemoteException; method in interface:IBinder
H A DBinder.java201 dump(fd.getFileDescriptor(), args);
216 * {@link #dump(FileDescriptor, PrintWriter, String[])}.
218 public void dump(FileDescriptor fd, String[] args) { method in class:Binder
222 dump(fd, pw, args);
231 * @param fd The raw file descriptor that the dump is being sent to.
232 * @param fout The file to which you should dump your state. This will be
234 * @param args additional arguments to the dump request.
236 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:Binder
317 public void dump(FileDescriptor fd, String[] args) throws RemoteException { method in class:BinderProxy
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java98 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PhoneSubInfoProxy
99 mPhoneSubInfo.dump(fd, pw, args);
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
H A DBridgeXmlBlockParserTest.java83 private void dump(Node node, String prefix) { method in class:BridgeXmlBlockParserTest
112 dump(n, prefix + "- ");
117 dump(n, prefix);
/frameworks/base/core/java/android/content/pm/
H A DServiceInfo.java44 public void dump(Printer pw, String prefix) { method in class:ServiceInfo
H A DResolveInfo.java198 public void dump(Printer pw, String prefix) { method in class:ResolveInfo
201 filter.dump(pw, prefix + " ");
218 activityInfo.dump(pw, prefix + " ");
221 serviceInfo.dump(pw, prefix + " ");
/frameworks/base/include/binder/
H A DMemoryDealer.h41 virtual void dump(const char* what) const;
/frameworks/base/include/ui/
H A DGraphicBufferMapper.h51 void dump(buffer_handle_t handle);
H A DGraphicBufferAllocator.h70 void dump(String8& res) const;
/frameworks/base/include/utils/
H A DCallStack.h56 void dump(const char* prefix = 0) const;
/frameworks/base/libs/surfaceflinger/
H A DTokenizer.h39 void dump() const;
/frameworks/base/opengl/libagl/
H A DTokenizer.h41 void dump() const;
/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java351 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.CrashInfo
408 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.AnrInfo
469 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.BatteryInfo
495 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport
505 crashInfo.dump(pw, prefix);
508 anrInfo.dump(pw, prefix);
511 batteryInfo.dump(pw, prefix);
/frameworks/base/libs/audioflinger/
H A DAudioDumpInterface.h55 virtual status_t dump(int fd, const Vector<String16>& args);
98 virtual status_t dump(int fd, const Vector<String16>& args);
150 virtual status_t dump(int fd, const Vector<String16>& args) { return mFinalInterface->dumpState(fd, args); } function in class:android::AudioDumpInterface
H A DAudioHardwareGeneric.h55 virtual status_t dump(int fd, const Vector<String16>& args);
87 virtual status_t dump(int fd, const Vector<String16>& args);
135 virtual status_t dump(int fd, const Vector<String16>& args);
H A DAudioHardwareStub.h41 virtual status_t dump(int fd, const Vector<String16>& args);
56 virtual status_t dump(int fd, const Vector<String16>& args);
95 virtual status_t dump(int fd, const Vector<String16>& args);
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java134 StringBuilder dump = new StringBuilder();
136 dump.append(mThreads[i] + "\n");
138 HttpLog.v(dump.toString());
340 // dump();
419 synchronized void dump() { method in class:RequestQueue
420 HttpLog.v("dump()");
421 StringBuilder dump = new StringBuilder();
425 // mActivePool.log(dump);
440 dump.append(line);
441 dump
[all...]
/frameworks/base/include/camera/
H A DCameraParameters.h55 void dump() const;
56 status_t dump(int fd, const Vector<String16>& args) const;
/frameworks/base/include/media/
H A DJetPlayer.h74 void dump();
/frameworks/base/media/libmediaplayerservice/
H A DMetadataRetrieverClient.h52 virtual status_t dump(int fd, const Vector<String16>& args) const;

Completed in 345 milliseconds

1234567