HomeSort by relevance Sort by last modified time
    Searched refs:DUMP (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/e2fsprogs/install-utils/
convfstab 41 DUMP=$DEF_DUMP
45 DUMP=0;
51 echo "$LINE $DEF_FLAGS $DUMP $PASS"
54 echo "$LINE $DUMP $PASS"
  /system/core/init/
parser.h 37 void DUMP(void);
ueventd_parser.c 68 DUMP();
parser.c 10 void DUMP(void)
  /external/harfbuzz/src/
harfbuzz-dump.c 28 #include "harfbuzz-dump.h"
35 #define DUMP(format) dump (stream, indent, format)
36 #define DUMP1(format, arg1) dump (stream, indent, format, arg1)
37 #define DUMP2(format, arg1, arg2) dump (stream, indent, format, arg1, arg2)
38 #define DUMP3(format, arg1, arg2, arg3) dump (stream, indent, format, arg1, arg2, arg3)
40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld)
41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld)
42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld
58 dump (FILE *stream, int indent, const char *format, ...) function
    [all...]
  /hardware/invensense/libsensors_iio/software/build/android/
shared.mk 10 DUMP=1>/dev/stdout
12 DUMP=1>/dev/null
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 46 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DiskStatsService
47 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
SamplingProfilerService.java 98 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SamplingProfilerService
99 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
UpdateLockService.java 115 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UpdateLockService
116 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
118 pw.println("Permission Denial: can't dump update lock service from from pid="
124 mLocks.dump(pw);
CountryDetectorService.java 84 /** Whether to dump the state of the country detector service to bugreports */
214 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:CountryDetectorService
215 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
228 Slog.e(TAG, "Failed to dump CountryDetectorService: ", e);
CommonTimeManagementService.java 150 * Public interface (constructor, systemReady and dump)
185 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:CommonTimeManagementService
186 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
189 "Permission Denial: can't dump CommonTimeManagement service from from " +
AppWidgetService.java 317 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:AppWidgetService
318 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
320 // Dump the state of all the app widget providers
327 service.dump(fd, ipw, args);
DeviceStorageMonitorService.java 457 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DeviceStorageMonitorService
458 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
461 pw.println("Permission Denial: can't dump " + SERVICE + " from from pid="
BatteryService.java 521 // dump the service to a file
522 dumpFile = new File(DUMPSYS_DATA_PATH + BATTERY_STATS_SERVICE_NAME + ".dump");
524 batteryInfoService.dump(dumpStream.getFD(), DUMPSYS_ARGS);
527 // add dump file to drop box
530 Slog.e(TAG, "failed to dump battery service", e);
596 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BatteryService
597 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
600 pw.println("Permission Denial: can't dump Battery service from from pid="
655 pw.println("Dump current battery state, or:");
StatusBarManagerService.java 595 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:StatusBarManagerService
596 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
598 pw.println("Permission Denial: can't dump StatusBar from from pid="
605 mIcons.dump(pw);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java 226 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PhoneSubInfo
227 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
229 pw.println("Permission Denial: can't dump PhoneSubInfo from from pid="
  /external/oprofile/utils/
opcontrol 144 -d/--dump flush the collected profiling data
718 -d|--dump)
719 DUMP=yes
730 DUMP=yes
737 DUMP=yes
749 DUMP=yes
757 DUMP=yes
765 DUMP=yes
1083 # remove only dump files that are not in use
1086 local pid=`basename $I .dump`;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 472 pw.println("Battery stats (batteryinfo) dump options:");
481 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BatteryStatsService
482 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
484 pw.println("Permission Denial: can't dump BatteryStats from from pid="
486 + " without permission " + android.Manifest.permission.DUMP);
UsageStatsService.java 878 Slog.w(TAG, "Failed with "+e+" when collecting dump info from file : " + file);
881 Slog.w(TAG, "Failed with "+e+" when collecting dump info from file : "+file);
1037 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UsageStatsService
    [all...]
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 266 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SearchManagerService
267 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
274 mSearchables.valueAt(i).dump(fd, ipw, args);
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 127 // Need a valid reference to the inputMethod for everything except a dump.
141 target.dump((FileDescriptor)args.arg1,
215 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:IInputMethodWrapper
220 if (target.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
223 fout.println("Permission Denial: can't dump InputMethodManager from from pid="
234 fout.println("Timeout waiting for dump");
237 fout.println("Interrupted waiting for dump");
  /frameworks/base/services/java/com/android/server/dreams/
DreamManagerService.java 88 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DreamManagerService
89 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
100 DumpUtils.dumpAsync(mHandler, new DumpUtils.Dump() {
102 public void dump(PrintWriter pw) {
103 mController.dump(pw);
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 264 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:UsbService
265 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
270 mDeviceManager.dump(fd, pw);
273 mHostManager.dump(fd, pw);
282 settings.dump(fd, pw);
  /ndk/build/core/
build-local.mk 168 # If a goal is DUMP_xxx then we dump a variable xxx instead
180 $(call __ndk_error,!!TOO-MANY-DUMP-VARIABLES!!)
  /external/chromium/crypto/third_party/nss/
sha512.cc 709 #define DUMP(n,a,d,e,h) printf(" t = %2d, %s = %016lx, %s = %016lx\n", \
712 #define DUMP(n,a,d,e,h) printf(" t = %2d, %s = %08x%08x, %s = %08x%08x\n", \
716 #define DUMP(n,a,d,e,h)
729 DUMP(n,a,d,e,h)
786 DUMP(n,a,d,e,h) \
    [all...]

Completed in 765 milliseconds

1 2 3