Searched refs:dump (Results 126 - 150 of 162) sorted by relevance

1234567

/frameworks/base/services/java/com/android/server/
H A DInputDevice.java140 void dump(PrintWriter pw, String prefix) { method in class:InputDevice.MotionState
1005 final void dump(PrintWriter pw) { method in class:InputDevice.AbsoluteInfo
H A DPowerManagerService.java923 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PowerManagerService
926 pw.println("Permission Denial: can't dump PowerManager from from pid="
984 mScreenBrightness.dump(pw, " mScreenBrightness: ");
985 mKeyboardBrightness.dump(pw, " mKeyboardBrightness: ");
986 mButtonBrightness.dump(pw, " mButtonBrightness: ");
1831 public void dump(PrintWriter pw, String prefix) { method in class:PowerManagerService.BrightnessState
H A DWindowManagerService.java2041 //dump();
2130 //dump();
3034 //dump();
3592 //win.dump(" ");
4134 //dump();
4482 this.dump(null, pw, null);
5807 //dump();
6354 //dump();
6927 void dump(PrintWriter pw, String prefix) { method in class:WindowManagerService.Session
7705 //WindowManagerService.this.dump();
8267 void dump(PrintWriter pw, String prefix) { method in class:WindowManagerService.WindowState
8470 void dump(PrintWriter pw, String prefix) { method in class:WindowManagerService.WindowToken
8796 void dump(PrintWriter pw, String prefix) { method in class:WindowManagerService.AppWindowToken
11110 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WindowManagerService
[all...]
H A DWifiService.java1954 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WifiService
1957 pw.println("Permission Denial: can't dump WifiService from from pid="
1991 mLocks.dump(pw);
2075 private void dump(PrintWriter pw) { method in class:WifiService.LockList
H A DTelephonyRegistry.java442 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:TelephonyRegistry
445 pw.println("Permission Denial: can't dump telephony.registry from from pid="
H A DUiModeManagerService.java792 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UiModeManagerService
796 pw.println("Permission Denial: can't dump uimode service from from pid="
H A DConnectivityService.java1327 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ConnectivityService
1331 pw.println("Permission Denial: can't dump ConnectivityService " +
1365 mTethering.dump(fd, pw, args);
H A DPackageManagerService.java2000 ai.dump(new LogPrinter(Log.INFO, TAG), " ");
4262 intent.dump(new LogPrinter(Log.VERBOSE, TAG), " ");
4282 intent.dump(new LogPrinter(Log.VERBOSE, TAG), " ");
4417 intent.dump(new LogPrinter(Log.VERBOSE, TAG), " ");
4439 intent.dump(new LogPrinter(Log.VERBOSE, TAG), " ");
6654 filter.dump(new LogPrinter(Log.INFO, TAG), " ");
6701 filter.dump(new LogPrinter(Log.INFO, TAG), " ");
6969 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PackageManagerService
6972 pw.println("Permission Denial: can't dump ActivityManager from from pid="
6992 pw.println("Package manager dump option
[all...]
H A DDropBoxManagerService.java263 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DropBoxManagerService
266 pw.println("Permission Denial: Can't dump DropBoxManagerService");
278 if (PROFILE_DUMP) Debug.startMethodTracing("/data/trace/dropbox.dump");
H A DThrottleService.java1083 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ThrottleService
1087 pw.println("Permission Denial: can't dump ThrottleService " +
H A DWallpaperManagerService.java846 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WallpaperManagerService
850 pw.println("Permission Denial: can't dump wallpaper service from from pid="
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java83 TestShellActivity.this.dump(mTimedOut, (String)msg.obj);
98 Log.v(LOGTAG, "message sent to WebView to dump text.");
264 public void dump(boolean timeout, String webkitData) { method in class:TestShellActivity
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java127 public void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:RegisteredServicesCache
/frameworks/base/core/java/android/os/
H A DDebug.java735 * @param fileName Full pathname of output file (e.g. "/sdcard/dump.hprof").
1134 * Get a debugging dump of a system service by name.
1138 * @param name of the service to dump
1139 * @param fd to write dump output to (usually an output log file)
1140 * @param args to pass to the service's dump method, may be null
1147 Log.e(TAG, "Can't find service to dump: " + name);
1152 service.dump(fd, args);
1155 Log.e(TAG, "Can't dump service: " + name, e);
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java565 protected synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BluetoothA2dpService
/frameworks/base/services/java/com/android/server/am/
H A DHistoryRecord.java107 void dump(PrintWriter pw, String prefix) { method in class:HistoryRecord
H A DActivityManagerService.java1365 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ActivityManagerService.MemBinder
1405 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ActivityManagerService.CpuBinder
4781 * If a stack trace dump file is configured, dump process stack traces.
4782 * @param clearTraces causes the dump file to be erased prior to the new
4785 * @param pids of dalvik VM processes to dump stack traces for
4786 * @return file containing stack traces, or null if no dump file is configured
4903 // There is no trace file, so dump (only) the alleged culprit's threads to the log
5864 //dump();
5865 //mWindowManager.dump();
9540 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ActivityManagerService
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2065 * Performs a dump of the InputMethodService's internal state. Override
2066 * to add your own information to the dump.
2068 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:InputMethodService
2087 mInputEditorInfo.dump(p, " ");
/frameworks/base/core/java/android/view/
H A DViewDebug.java106 * when it is set, we dump interested fields and methods for the view on focus
542 Log.e("View", "Could not dump recycler content");
565 Log.e("View", "Could not dump recycler traces");
643 Log.e("View", "Could not dump view hierarchy");
690 Log.e("View", "Could not dump view hierarchy");
701 Log.e("View", "Could not dump view hierarchy");
781 Log.e("View", "Could not dump view hierarchy");
830 Log.e("View", "Could not dump view hierarchy");
841 Log.e("View", "Could not dump view hierarchy");
855 dump(vie
1155 private static void dump(View root, OutputStream clientStream) throws IOException { method in class:ViewDebug
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1709 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:AccountManagerService
1745 mAuthenticatorCache.dump(fd, fout, args);
/frameworks/base/core/java/android/content/
H A DSyncManager.java954 protected void dump(FileDescriptor fd, PrintWriter pw) { method in class:SyncManager
1015 mSyncQueue.dump(sb);
H A DIntentFilter.java1258 public void dump(Printer du, String prefix) { method in class:IntentFilter
1401 dump(Log.WARN, "IntentFilter", " ");
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp217 void transform_t::dump(const char* what) function in class:android::transform_t
275 void matrixf_t::dump(const char* what) { function in class:android::matrixf_t
/frameworks/base/core/java/android/hardware/
H A DCamera.java879 public void dump() { method in class:Camera.Parameters
880 Log.e(TAG, "dump: size=" + mMap.size());
882 Log.e(TAG, "dump: " + k + "=" + mMap.get(k));
/frameworks/base/media/libmedia/
H A DAudioTrack.cpp942 status_t AudioTrack::dump(int fd, const Vector<String16>& args) const function in class:android::AudioTrack
949 result.append(" AudioTrack::dump\n");

Completed in 854 milliseconds

1234567