HomeSort by relevance Sort by last modified time
    Searched refs:DUMP (Results 1 - 25 of 53) 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 36 void DUMP(void);
ueventd_parser.c 68 DUMP();
parser.c 10 void DUMP(void)
init_parser.c 240 DUMP();
  /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...]
  /external/bluetooth/bluez/test/
scotest.c 49 DUMP,
337 "\t-d dump (server)\n"
361 mode = DUMP;
393 if (!(argc - optind) && (mode != RECV && mode != DUMP)) {
415 case DUMP:
rctest.c 55 DUMP,
572 "\t-d listen and dump incoming data\n"
622 mode = DUMP;
743 case DUMP:
l2test.c 57 DUMP,
1064 "\t-d listen and dump incoming data\n"
1065 "\t-x listen, then send, then dump incoming data\n"
1071 "\t-y connect, then send, then dump incoming data\n"
1128 mode = DUMP;
1315 case DUMP:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 113 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUIService
114 if (checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
116 pw.println("Permission Denial: can't dump StatusBar from from pid="
125 ui.dump(fd, pw, args);
132 ui.dump(fd, pw, args);
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 168 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UsbService
169 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
171 pw.println("Permission Denial: can't dump UsbManager from from pid="
180 mDeviceManager.dump(fd, pw);
183 mHostManager.dump(fd, pw);
185 mSettingsManager.dump(fd, pw);
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneSubInfo.java 192 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PhoneSubInfo
193 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
195 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 458 pw.println("Battery stats (batteryinfo) dump options:");
467 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BatteryStatsService
468 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
470 pw.println("Permission Denial: can't dump BatteryStats from from pid="
472 + " 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...]
  /ndk/build/core/
build-local.mk 128 # If a goal is DUMP_xxx then we dump a variable xxx instead
140 $(call __ndk_error,!!TOO-MANY-DUMP-VARIABLES!!)
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 115 // Need a valid reference to the inputMethod for everything except a dump.
129 target.dump((FileDescriptor)args.arg1,
196 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:IInputMethodWrapper
201 if (target.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
204 fout.println("Permission Denial: can't dump InputMethodManager from from pid="
215 fout.println("Timeout waiting for dump");
218 fout.println("Interrupted waiting for dump");
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 542 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:StatusBarManagerService
543 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
545 pw.println("Permission Denial: can't dump StatusBar from from pid="
552 mIcons.dump(pw);
BatteryService.java 417 // dump the service to a file
418 dumpFile = new File(DUMPSYS_DATA_PATH + BATTERY_STATS_SERVICE_NAME + ".dump");
420 batteryInfoService.dump(dumpStream.getFD(), DUMPSYS_ARGS);
423 // add dump file to drop box
426 Slog.e(TAG, "failed to dump battery service", e);
491 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BatteryService
492 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
495 pw.println("Permission Denial: can't dump Battery service from from pid="
TelephonyRegistry.java 509 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:TelephonyRegistry
510 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
512 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...]
NetworkManagementService.java 21 import static android.Manifest.permission.DUMP;
1431 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NetworkManagementService
    [all...]
  /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...]
  /frameworks/base/core/java/android/content/
ContentService.java 64 protected synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ContentService
65 mContext.enforceCallingOrSelfPermission(Manifest.permission.DUMP,
66 "caller doesn't have the DUMP permission");
75 mSyncManager.dump(fd, pw);
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 703 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NfcService.NfcAdapterService
704 NfcService.this.dump(fd, pw, args);
1749 void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NfcService
    [all...]

Completed in 937 milliseconds

1 2 3