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

1 2 3 4 5

  /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 -relocations | 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: 0x34 1 2 0 PPC_RELOC_BR24 0 0x3
66 ; DARWIN-G4-DUMP: 0x30 0 2 n/a PPC_RELOC_LO16_SECTDIFF 1 0x74
67 ; DARWIN-G4-DUMP: 0x0 0 2 n/a PPC_RELOC_PAIR 1 0x14
68 ; DARWIN-G4-DUMP: 0x2C 0 2 n/a PPC_RELOC_HA16_SECTDIFF 1 0x7
    [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"
  /system/core/init/
parser.h 36 void DUMP(void);
parser.c 10 void DUMP(void)
ueventd_parser.c 240 DUMP();
  /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
  /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 543 #define DUMP(a...) \
549 status_t AudioHardwareOutput::dump(int fd) function in class:android::AudioHardwareOutput
564 DUMP("AudioHardwareOutput::dump\n");
565 DUMP("\tMaster Volume : %0.3f\n", s.masterVolume);
566 DUMP("\tMaster Mute : %s\n", B2STR(s.masterMute));
567 DUMP("\tHDMI Output Allowed : %s\n", B2STR(s.hdmi.allowed));
568 DUMP("\tHDMI Delay Comp : %u uSec\n", s.hdmi.delayCompUsec);
569 DUMP("\tHDMI Output Fixed : %s\n", B2STR(s.hdmi.isFixed));
570 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...]
  /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)
212 case DUMP:
  /hardware/invensense/60xx/libsensors_iio/software/build/android/
shared.mk 10 DUMP=1>/dev/stdout
12 DUMP=1>/dev/null
  /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/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/core/java/com/android/server/
DiskStatsService.java 45 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DiskStatsService
46 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/opt/net/ethernet/java/com/android/server/ethernet/
EthernetServiceImpl.java 173 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:EthernetServiceImpl
175 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
177 pw.println("Permission Denial: can't dump EthernetService from pid="
185 mTracker.dump(fd, pw, args);
196 mHandler.dump(new PrintWriterPrinter(pw), "EthernetServiceImpl");
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkScoreCache.java 168 @Override protected final void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:WifiNetworkScoreCache
169 mContext.enforceCallingOrSelfPermission(permission.DUMP, TAG);
  /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 206 DUMP,
408 virtual void dump(String8& result, const char* prefix) const { function in class:android::BpGraphicBufferConsumer
413 remote()->transact(DUMP, data, &reply);
541 case DUMP: {
545 static_cast<IGraphicBufferConsumer*>(this)->dump(result, prefix);
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 328 void dump(String[] args, PrintWriter pw) { method in class:UsageStatsService
342 mUserState.valueAt(i).dump(idpw);
453 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UsageStatsService.BinderService
454 if (getContext().checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
456 pw.println("Permission Denial: can't dump UsageStats from pid="
458 + " without permission " + android.Manifest.permission.DUMP);
461 UsageStatsService.this.dump(args, pw);

Completed in 1606 milliseconds

1 2 3 4 5