/external/e2fsprogs/install-utils/ |
convfstab | 41 DUMP=$DEF_DUMP 45 DUMP=0; 51 echo "$LINE $DEF_FLAGS $DUMP $PASS" 54 echo "$LINE $DUMP $PASS"
|
/external/bluetooth/bluez/test/ |
scotest.c | 49 DUMP, 339 "\t-d dump (server)\n" 363 mode = DUMP; 395 if (!(argc - optind) && (mode != RECV && mode != DUMP)) { 417 case DUMP:
|
rctest.c | 55 DUMP, 574 "\t-d listen and dump incoming data\n" 624 mode = DUMP; 745 case DUMP:
|
l2test.c | 57 DUMP, 1018 "\t-d listen and dump incoming data\n" 1019 "\t-x listen, then send, then dump incoming data\n" 1023 "\t-y connect, then send, then dump incoming data\n" 1076 mode = DUMP; 1234 case DUMP:
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneSubInfo.java | 115 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PhoneSubInfo 116 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP) 118 pw.println("Permission Denial: can't dump PhoneSubInfo from from pid="
|
/frameworks/base/core/java/android/inputmethodservice/ |
IInputMethodWrapper.java | 113 mTarget.dump((FileDescriptor)args.arg1, 173 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:IInputMethodWrapper 174 if (mTarget.checkCallingOrSelfPermission(android.Manifest.permission.DUMP) 177 fout.println("Permission Denial: can't dump InputMethodManager from from pid=" 188 fout.println("Timeout waiting for dump"); 191 fout.println("Interrupted waiting for dump");
|
/ndk/build/core/ |
build-local.mk | 112 # If a goal is DUMP_xxx then we dump a variable xxx instead 122 $(call __ndk_error,!!TOO-MANY-DUMP-VARIABLES!!)
|
/system/core/init/ |
parser.c | 24 void DUMP(void) 406 DUMP();
|
/frameworks/base/services/java/com/android/server/ |
BatteryService.java | 388 // dump the service to a file 389 dumpFile = new File(DUMPSYS_DATA_PATH + BATTERY_STATS_SERVICE_NAME + ".dump"); 391 batteryInfoService.dump(dumpStream.getFD(), DUMPSYS_ARGS); 394 // add dump file to drop box 397 Slog.e(TAG, "failed to dump battery service", e); 457 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BatteryService 458 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP) 461 pw.println("Permission Denial: can't dump Battery service from from pid="
|
TelephonyRegistry.java | 442 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:TelephonyRegistry 443 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP) 445 pw.println("Permission Denial: can't dump telephony.registry from from pid="
|
UiModeManagerService.java | 792 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UiModeManagerService [all...] |
AlarmManagerService.java | 447 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:AlarmManagerService 448 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP) 450 pw.println("Permission Denial: can't dump AlarmManager from from pid=" 507 a.dump(pw, prefix + " "); 622 public void dump(PrintWriter pw, String prefix) method in class:AlarmManagerService.Alarm [all...] |
DevicePolicyManagerService.java | 159 void dump(String prefix, PrintWriter pw) { method in class:DevicePolicyManagerService.ActiveAdmin 977 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DevicePolicyManagerService [all...] |
DropBoxManagerService.java | 263 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DropBoxManagerService 264 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP) 266 pw.println("Permission Denial: Can't dump DropBoxManagerService"); 278 if (PROFILE_DUMP) Debug.startMethodTracing("/data/trace/dropbox.dump");
|
ThrottleService.java | 1083 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ThrottleService [all...] |
WallpaperManagerService.java | 846 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WallpaperManagerService [all...] |
AppWidgetService.java | 157 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:AppWidgetService 158 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP) 160 pw.println("Permission Denial: can't dump from from pid=" [all...] |
ConnectivityService.java | 1327 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ConnectivityService [all...] |
NotificationManagerService.java | 179 void dump(PrintWriter pw, String prefix, Context baseContext) { method in class:NotificationManagerService.NotificationRecord 226 void dump(PrintWriter pw, String prefix) { method in class:NotificationManagerService.ToastRecord 1187 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NotificationManagerService [all...] |
InputMethodManagerService.java | 1691 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:InputMethodManagerService [all...] |
LocationManagerService.java | 762 void dump(PrintWriter pw, String prefix) { method in class:LocationManagerService.UpdateRecord 769 mLastFixBroadcast.dump(new PrintWriterPrinter(pw), prefix + " "); 1103 void dump(PrintWriter pw, String prefix) { method in class:LocationManagerService.ProximityAlert 1882 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:LocationManagerService [all...] |
WifiService.java | 1954 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WifiService 2075 private void dump(PrintWriter pw) { method in class:WifiService.LockList [all...] |
/frameworks/base/core/java/android/content/ |
ContentService.java | 61 protected synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ContentService 62 mContext.enforceCallingOrSelfPermission(Manifest.permission.DUMP, 63 "caller doesn't have the DUMP permission"); 72 mSyncManager.dump(fd, pw);
|
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 1439 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:Tethering [all...] |
/frameworks/base/services/java/com/android/server/status/ |
StatusBarService.java | 161 // but this is only so dump() can work correctly. Modifying these outside of the UI [all...] |