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

1 2 3 4 5

  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 5 ; RUN: llvm-mc -filetype=obj -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/arm-neon-tests/
ref_vqadd.c 60 DUMP(TEST_MSG, int, 64, 1, PRIx64);
61 DUMP(TEST_MSG, uint, 64, 1, PRIx64);
62 DUMP(TEST_MSG, int, 64, 2, PRIx64);
63 DUMP(TEST_MSG, uint, 64, 2, PRIx64);
78 DUMP(TEST_MSG, int, 64, 1, PRIx64);
79 DUMP(TEST_MSG, uint, 64, 1, PRIx64);
80 DUMP(TEST_MSG, int, 64, 2, PRIx64);
81 DUMP(TEST_MSG, uint, 64, 2, PRIx64);
99 DUMP(TEST_MSG, int, 64, 1, PRIx64);
100 DUMP(TEST_MSG, uint, 64, 1, PRIx64)
    [all...]
ref_vqsub.c 61 DUMP(TEST_MSG, int, 64, 1, PRIx64);
62 DUMP(TEST_MSG, uint, 64, 1, PRIx64);
63 DUMP(TEST_MSG, int, 64, 2, PRIx64);
64 DUMP(TEST_MSG, uint, 64, 2, PRIx64);
80 DUMP(TEST_MSG, int, 64, 1, PRIx64);
81 DUMP(TEST_MSG, uint, 64, 1, PRIx64);
82 DUMP(TEST_MSG, int, 64, 2, PRIx64);
83 DUMP(TEST_MSG, uint, 64, 2, PRIx64);
104 DUMP(TEST_MSG, int, 64, 1, PRIx64);
105 DUMP(TEST_MSG, uint, 64, 1, PRIx64)
    [all...]
ref_v_comp_op.c 137 DUMP(TEST_MSG, uint, 8, 8, PRIx8);
138 DUMP(TEST_MSG, uint, 16, 4, PRIx16);
139 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
144 DUMP(TEST_MSG, uint, 8, 8, PRIx8);
145 DUMP(TEST_MSG, uint, 16, 4, PRIx16);
146 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
151 DUMP(TEST_MSG, uint, 8, 16, PRIx8);
152 DUMP(TEST_MSG, uint, 16, 8, PRIx16);
153 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
158 DUMP(TEST_MSG, uint, 8, 16, PRIx8)
    [all...]
ref_vceq.c 37 int i; /* Used by DUMP() */
60 DUMP(TEST_MSG, uint, 8, 8, PRIx8);
61 DUMP(TEST_MSG, uint, 8, 16, PRIx8);
ref_v_comp_f_op.c 74 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
77 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
85 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
88 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
ref_vmull_n.c 78 DUMP(TEST_MSG, int, 32, 4, PRIx32);
79 DUMP(TEST_MSG, int, 64, 2, PRIx64);
80 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
81 DUMP(TEST_MSG, uint, 64, 2, PRIx64);
ref_vrsqrte.c 77 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
78 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
93 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
94 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
105 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
106 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
ref_vqdmulh_n.c 92 DUMP(TEST_MSG, int, 16, 4, PRIx16);
93 DUMP(TEST_MSG, int, 32, 2, PRIx32);
94 DUMP(TEST_MSG, int, 16, 8, PRIx16);
95 DUMP(TEST_MSG, int, 32, 4, PRIx32);
ref_vqdmull_lane.c 91 DUMP(TEST_MSG, int, 32, 4, PRIx32);
92 DUMP(TEST_MSG, int, 64, 2, PRIx64);
107 DUMP(TEST_MSG, int, 32, 4, PRIx32);
108 DUMP(TEST_MSG, int, 64, 2, PRIx64);
ref_vqdmull_n.c 89 DUMP(TEST_MSG, int, 32, 4, PRIx32);
90 DUMP(TEST_MSG, int, 64, 2, PRIx64);
102 DUMP(TEST_MSG, int, 32, 4, PRIx32);
103 DUMP(TEST_MSG, int, 64, 2, PRIx64);
stm-arm-neon-ref.h 78 #define DUMP(MSG,T,W,N,FMT) \
447 /* Dump results (generic function) */
455 DUMP(test_name, int, 8, 8, PRId8);
456 DUMP(test_name, int, 16, 4, PRId16);
457 DUMP(test_name, int, 32, 2, PRId32);
458 DUMP(test_name, int, 64, 1, PRId64);
459 DUMP(test_name, uint, 8, 8, PRIu8);
460 DUMP(test_name, uint, 16, 4, PRIu16);
461 DUMP(test_name, uint, 32, 2, PRIu32);
462 DUMP(test_name, uint, 64, 1, PRIu64)
    [all...]
ref_vqrdmulh_n.c 92 DUMP(TEST_MSG, int, 16, 4, PRIx16);
93 DUMP(TEST_MSG, int, 32, 2, PRIx32);
94 DUMP(TEST_MSG, int, 16, 8, PRIx16);
95 DUMP(TEST_MSG, int, 32, 4, PRIx32);
ref_vrecpe.c 76 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
77 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
94 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
95 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
  /frameworks/rs/rsov/compiler/
rs2spirv_driver.sh 20 echo >&2 "$ME: $*: Expected [-d|--dump] [-t|--trace] <SPIRV_TOOLS_PATH> <SCRIPT_NAME> <OUTPUT_DIR>)"
24 function dump { function
25 if [[ -z "${DUMP:-}" ]] ; then
32 DUMP=
37 -d|--dump)
38 DUMP=t
72 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
  /external/swiftshader/third_party/subzero/runtime/
szrt_asan.c 82 #define DUMP(args...) \
87 #define DUMP(args...)
137 DUMP("check %d bytes at %p: %p + %d (%d)\n", size, ptr, shadow_addr,
182 DUMP("set up shadow memory at %p\n", shadow_offset);
187 DUMP("protected bad region\n");
190 DUMP("poisioning %d global redzones\n", n_rzs);
192 DUMP("(%d) poisoning redzone of size %d at %p\n", i, rz_sizes[i], rzs[i]);
198 DUMP("malloc() called with size %d\n", size);
250 DUMP("free() called on %p\n", ptr);
271 DUMP("Placing %d bytes at %p in quarantine\n", entry->size, entry)
    [all...]
  /frameworks/base/services/core/java/com/android/server/timezone/
RulesManagerServiceHelperImpl.java 50 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
52 pw.println("Permission Denial: can't dump LocationManagerService from from pid="
  /frameworks/base/core/java/android/os/
IncidentManager.java 53 android.Manifest.permission.DUMP,
87 android.Manifest.permission.DUMP,
  /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...]
  /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

Completed in 1200 milliseconds

1 2 3 4 5