Searched refs:dump (Results 76 - 100 of 823) sorted by relevance

1234567891011>>

/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.h37 virtual status_t dump(int fd, const Vector<String16>& args);
/frameworks/base/core/java/android/os/
H A DIBinder.java101 * IBinder protocol transaction code: dump internal state.
200 * @param fd The raw file descriptor that the dump is being sent to.
201 * @param args additional arguments to the dump request.
203 public void dump(FileDescriptor fd, String[] args) throws RemoteException; method in interface:IBinder
206 * Like {@link #dump(FileDescriptor, String[])} but always executes
208 * to perform the dump.
210 * @param fd The raw file descriptor that the dump is being sent to.
211 * @param args additional arguments to the dump request.
/frameworks/base/core/java/com/android/internal/util/
H A DLocalLog.java49 public boolean dump(PrintWriter pw, String header, String prefix) { method in class:LocalLog
/frameworks/base/libs/hwui/
H A DOpDumper.cpp27 void OpDumper::dump(const RecordedOp& op, std::ostream& output, int level) { function in class:android::uirenderer::OpDumper
/frameworks/base/libs/hwui/font/
H A DFontCacheHistoryTracker.h37 void dump(String8& log) const;
/frameworks/base/services/core/java/com/android/server/accounts/
H A DIAccountAuthenticatorCache.java53 * {@link android.os.Binder#dump(java.io.FileDescriptor, java.io.PrintWriter, String[])}
55 void dump(FileDescriptor fd, PrintWriter fout, String[] args, int userId); method in interface:IAccountAuthenticatorCache
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputCmd.h39 void dump() const;
H A DOutputFormatCmd.h43 void dump() const;
/frameworks/compile/mclinker/lib/Script/
H A DOutputFormatCmd.cpp34 void OutputFormatCmd::dump() const { function in class:mcld::OutputFormatCmd
H A DStringList.cpp35 void StringList::dump() const { function in class:mcld::StringList
H A DRpnExpr.cpp43 void RpnExpr::dump() const { function in class:mcld::RpnExpr
45 (*it)->dump();
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py58 def dump(self, isWebUrl=False, isFirst=False, isLast=False): member in class:Bucket
137 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
140 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
142 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
/frameworks/native/include/binder/
H A DMemoryDealer.h42 virtual void dump(const char* what) const;
/frameworks/native/opengl/libagl/
H A DTokenizer.h41 void dump() const;
/frameworks/native/services/sensorservice/
H A DRecentEventLogger.h45 virtual std::string dump() const override;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioInputDescriptor.h43 status_t dump(int fd);
109 status_t dump(int fd) const;
H A DAudioSession.h45 status_t dump(int fd, int spaces, int index) const;
100 status_t dump(int fd, int spaces) const;
H A DAudioOutputDescriptor.h43 status_t dump(int fd);
100 status_t dump(int fd);
142 status_t dump(int fd);
190 status_t dump(int fd) const;
204 status_t dump(int fd) const;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3DummyStream.cpp64 void Camera3DummyStream::dump(int fd, const Vector<String16> &args) const { function in class:android::camera3::Camera3DummyStream
70 Camera3IOStreamBase::dump(fd, args);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java339 * @param key the name of the category - will be the header in the service dump.
354 * This will appear in the TelephonyDebugService dump.
369 public static void dump(FileDescriptor fd, PrintWriter printwriter, String[] args) { method in class:PhoneFactory
374 sPhoneSwitcher.dump(fd, pw, args);
383 phone.dump(fd, pw, args);
392 sTelephonyNetworkFactories[i].dump(fd, pw, args);
398 ((IccCardProxy)phone.getIccCard()).dump(fd, pw, args);
410 sSubscriptionMonitor.dump(fd, pw, args);
420 sUiccController.dump(fd, pw, args);
431 SubscriptionController.getInstance().dump(f
[all...]
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java300 private static void dump(Map map, ArrayMap array) { method in class:ArrayMapTests
312 private static void dump(Set set, ArraySet array) { method in class:ArrayMapTests
323 private static void dump(ArrayMap map1, ArrayMap map2) { method in class:ArrayMapTests
368 dump(hashMap, arrayMap);
373 dump(hashSet, arraySet);
377 dump(hashMap, arrayMap);
381 dump(hashMap, arrayMap);
385 dump(hashSet, arraySet);
400 dump(hashMap, arrayMap);
412 dump(hashSe
[all...]
/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java270 public void dump(Printer pw, String prefix) { method in class:ResolveInfo
271 dump(pw, prefix, PackageItemInfo.DUMP_FLAG_ALL);
275 public void dump(Printer pw, String prefix, int flags) { method in class:ResolveInfo
278 filter.dump(pw, prefix + " ");
295 activityInfo.dump(pw, prefix + " ", flags);
298 serviceInfo.dump(pw, prefix + " ", flags);
301 providerInfo.dump(pw, prefix + " ", flags);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java388 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:UsbService
398 mDeviceManager.dump(pw);
401 mHostManager.dump(pw);
404 mPortManager.dump(pw);
406 mAlsaManager.dump(pw);
414 settings.dump(pw);
458 mPortManager.dump(pw);
483 mPortManager.dump(pw);
530 mPortManager.dump(pw);
537 mPortManager.dump(p
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java442 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.CrashInfo
499 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.AnrInfo
560 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.BatteryInfo
607 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.RunningServiceInfo
631 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport
641 crashInfo.dump(pw, prefix);
644 anrInfo.dump(pw, prefix);
647 batteryInfo.dump(pw, prefix);
650 runningServiceInfo.dump(pw, prefix);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSGlobalInfoPass.cpp256 GlobalEntries->dump();
257 GlobalNames->dump();
258 GlobalAddresses->dump();
259 GlobalSizes->dump();
260 GlobalProperties->dump();

Completed in 565 milliseconds

1234567891011>>