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

1 2 3 4

  /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/60xx/libsensors_iio/software/build/android/
shared.mk 10 DUMP=1>/dev/stdout
12 DUMP=1>/dev/null
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
shared.mk 10 DUMP=1>/dev/stdout
12 DUMP=1>/dev/null
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 85 #define DUMP() do { \
95 DUMP(); \
100 DUMP(); \
105 DUMP(); \
112 DUMP(); \
118 DUMP(); \
129 #define DUMP( )
416 DUMP();
424 DUMP();
631 DUMP();
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 85 #define DUMP() do { \
95 DUMP(); \
100 DUMP(); \
105 DUMP(); \
112 DUMP(); \
118 DUMP(); \
129 #define DUMP( )
416 DUMP();
424 DUMP();
631 DUMP();
    [all...]
  /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 83 /** Whether to dump the state of the country detector service to bugreports */
210 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:CountryDetectorService
211 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
224 Slog.e(TAG, "Failed to dump CountryDetectorService: ", e);
CommonTimeManagementService.java 147 * Public interface (constructor, systemReady and dump)
182 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:CommonTimeManagementService
183 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
186 "Permission Denial: can't dump CommonTimeManagement service from from " +
AppWidgetService.java 315 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:AppWidgetService
316 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
318 // Dump the state of all the app widget providers
325 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="
  /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/native/libs/gui/
IGraphicBufferConsumer.cpp 198 DUMP,
357 virtual void dump(String8& result, const char* prefix) const { function in class:android::BpGraphicBufferConsumer
362 remote()->transact(DUMP, data, &reply);
473 case DUMP: {
477 static_cast<IGraphicBufferConsumer*>(this)->dump(result, prefix);
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 497 pw.println("Battery stats (batterystats) dump options:");
508 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BatteryStatsService
509 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
511 pw.println("Permission Denial: can't dump BatteryStats from from pid="
513 + " without permission " + android.Manifest.permission.DUMP);
ProcessStatsService.java 560 pw.println("Process stats (procstats) dump options:");
571 pw.println(" --details: dump per-package details, not just summary.");
572 pw.println(" --full-details: dump all timing and active state details.");
573 pw.println(" --current: only dump current state.");
587 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
588 if (mAm.checkCallingPermission(android.Manifest.permission.DUMP)
590 pw.println("Permission Denial: can't dump procstats from from pid="
592 + " without permission " + android.Manifest.permission.DUMP);
757 // to dump anything at all when filtering by package.
    [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/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 174 # If a goal is DUMP_xxx then we dump a variable xxx instead
186 $(call __ndk_error,!!TOO-MANY-DUMP-VARIABLES!!)

Completed in 657 milliseconds

1 2 3 4