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

1 2 3 4 5 6

  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 5 ; RUN: llvm-mc -filetype=obj -relocation-model=pic -mcpu=g4 -triple=powerpc-apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s
60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
61 ; DARWIN-G4-DUMP:Arch: powerpc
62 ; DARWIN-G4-DUMP:AddressSize: 32bit
63 ; DARWIN-G4-DUMP:Relocations [
64 ; DARWIN-G4-DUMP: Section __text {
65 ; DARWIN-G4-DUMP: Relocation {
66 ; DARWIN-G4-DUMP: Offset: 0x34
67 ; DARWIN-G4-DUMP: PCRel: 1
68 ; DARWIN-G4-DUMP: Length:
    [all...]
  /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/llvm/test/MC/ELF/
discriminator.s 3 # RUN: llvm-dwarfdump -debug-dump=line %t.o | FileCheck %s -check-prefix=DWARF-DUMP
59 # DWARF-DUMP: Address Line Column File ISA Discriminator Flags
60 # DWARF-DUMP: ------------------ ------ ------ ------ --- ------------- -------------
61 # DWARF-DUMP: 0x0001021300000000 1 0 1 0 1 is_stmt
  /external/opencv3/modules/photo/test/
test_denoising.cpp 53 # define DUMP(image, path) imwrite(path, image)
55 # define DUMP(image, path)
74 DUMP(result, expected_path + ".res.png");
94 DUMP(result, expected_path + ".res.png");
119 DUMP(result, expected_path + ".res.png");
144 DUMP(result, expected_path + ".res.png");
  /platform_testing/utils/permissions/src/com/android/permissionutils/
PermissionInstrumentation.java 33 * A utility to dump or grant all revoked runtime permissions
37 private static final String DUMP_TAG = "DUMP";
39 private static final String COMMAND_DUMP = "dump";
42 private static enum Action {DUMP, GRANTALL};
52 runCommand(Action.DUMP);
85 if (action == Action.DUMP) {
92 if (action == Action.DUMP && !permissions.isEmpty()) {
  /device/asus/fugu/libaudio/
AudioHardwareInput.cpp 162 #define DUMP(a...) \
168 status_t AudioHardwareInput::dump(int fd) function in class:android::AudioHardwareInput
174 DUMP("\nAudioHardwareInput::dump\n");
178 DUMP("device[%d] is valid\n", i);
179 DUMP("\tcapture card: %d\n", mDeviceInfos[i].pcmCard);
180 DUMP("\tcapture device: %d\n", mDeviceInfos[i].pcmDevice);
189 mInputStreams[i]->dump(fd);
196 #undef DUMP
AudioHardwareOutput.cpp 544 #define DUMP(a...) \
550 status_t AudioHardwareOutput::dump(int fd) function in class:android::AudioHardwareOutput
565 DUMP("AudioHardwareOutput::dump\n");
566 DUMP("\tMaster Volume : %0.3f\n", s.masterVolume);
567 DUMP("\tMaster Mute : %s\n", B2STR(s.masterMute));
568 DUMP("\tHDMI Output Allowed : %s\n", B2STR(s.hdmi.allowed));
569 DUMP("\tHDMI Delay Comp : %u uSec\n", s.hdmi.delayCompUsec);
570 DUMP("\tHDMI Output Fixed : %s\n", B2STR(s.hdmi.isFixed));
571 DUMP("\tHDMI Fixed Level : %.1f dB\n", s.hdmi.fixedLvl)
    [all...]
AudioStreamIn.cpp 180 #define DUMP(a...) \
185 status_t AudioStreamIn::dump(int fd) function in class:android::AudioStreamIn
190 DUMP("\n AudioStreamIn::dump\n");
193 DUMP("\toutput sample rate: %d\n", mRequestedSampleRate);
195 DUMP("\tinput sample rate: %d\n", mPcmConfig.rate);
196 DUMP("\tinput channels: %d\n", mPcmConfig.channels);
AudioStreamOut.cpp 743 #define DUMP(a...) \
749 status_t AudioStreamOut::dump(int fd) function in class:android::AudioStreamOut
754 DUMP("\n%s AudioStreamOut::dump\n", getName());
755 DUMP("\tsample rate : %d\n", sampleRate());
756 DUMP("\tbuffer size : %d\n", bufferSize());
757 DUMP("\tchannel mask : 0x%04x\n", chanMask());
758 DUMP("\tformat : %d\n", format());
759 DUMP("\tdevice mask : 0x%04x\n", mTgtDevices);
760 DUMP("\tIn standby : %s\n", mInStandby? "yes" : "no")
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RemoteBugreportActivity.java 89 UserHandle.SYSTEM, android.Manifest.permission.DUMP);
100 UserHandle.SYSTEM, android.Manifest.permission.DUMP);
  /frameworks/base/packages/Shell/src/com/android/shell/
RemoteBugreportReceiver.java 65 android.Manifest.permission.DUMP);
  /hardware/invensense/6515/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/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...]
  /external/opencv3/modules/video/test/
test_tvl1optflow.cpp 49 //#define DUMP
56 #ifdef DUMP
160 #ifdef DUMP
  /external/f2fs-tools/fsck/
main.c 29 MSG(0, "\nUsage: dump.f2fs [options] device\n");
33 MSG(0, " -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]\n");
34 MSG(0, " -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]\n");
73 } else if (!strcmp("dump.f2fs", prog)) {
84 config.func = DUMP;
135 else if (config.func == DUMP)
232 case DUMP:
  /external/opencv3/modules/cudaobjdetect/test/
test_objdetect.cpp 49 //#define DUMP
56 #ifdef DUMP
77 #ifdef DUMP
78 void dump(const std::vector<cv::Point>& locations) function in struct:HOG
125 #ifdef DUMP
126 dump(locations);
136 #ifdef DUMP
137 dump(locations);
146 #ifdef DUMP
147 dump(locations)
    [all...]
  /frameworks/base/services/core/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 114 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UpdateLockService
115 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
117 pw.println("Permission Denial: can't dump update lock service from from pid="
123 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);
  /frameworks/base/services/core/java/com/android/server/connectivity/
MetricsLoggerService.java 99 android.Manifest.permission.DUMP,
136 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:MetricsLoggerService.MetricsLoggerImpl
137 if (getContext().checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
139 pw.println("Permission Denial: can't dump ConnectivityMetricsLoggerService " +
225 mDnsListener.dump(pw);
  /system/netd/server/
NetdNativeService.cpp 46 const char DUMP[] = "android.permission.DUMP";
87 status_t NetdNativeService::dump(int fd, const Vector<String16> & /* args */) { function in class:android::net::NetdNativeService
88 const binder::Status dump_permission = checkPermission(DUMP);
96 // their dump() methods MUST handle locking appropriately.
99 gCtls->netCtrl.dump(dw);
135 // read/modify network internal state (that is sufficient for ::dump() because it doesn't
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.pl 50 $DUMP = 0; # If 1, dump out internal data
227 if ($DUMP) {
239 # Dump out the %NAME_CODE_TO_SCRIPTS map.
241 if ($DUMP) {
476 # Dump out script maps
483 # We have the complete <scr>-InterIndic rules; dump
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetServiceImpl.java 167 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:EthernetServiceImpl
169 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
171 pw.println("Permission Denial: can't dump EthernetService from pid="
179 mTracker.dump(fd, pw, args);
190 mHandler.dump(new PrintWriterPrinter(pw), "EthernetServiceImpl");

Completed in 1795 milliseconds

1 2 3 4 5 6