/external/llvm/test/CodeGen/PowerPC/ |
D | hello-reloc.s | 5 …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: 2 [all …]
|
/external/e2fsprogs/install-utils/ |
D | convfstab | 41 DUMP=$DEF_DUMP 45 DUMP=0; 51 echo "$LINE $DEF_FLAGS $DUMP $PASS" 54 echo "$LINE $DUMP $PASS"
|
/external/opencv3/modules/photo/test/ |
D | test_denoising.cpp | 53 # define DUMP(image, path) imwrite(path, image) macro 55 # define DUMP(image, path) macro 74 DUMP(result, expected_path + ".res.png"); in TEST() 94 DUMP(result, expected_path + ".res.png"); in TEST() 119 DUMP(result, expected_path + ".res.png"); in TEST() 144 DUMP(result, expected_path + ".res.png"); in TEST()
|
/external/llvm/test/MC/ELF/ |
D | 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/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 85 #define DUMP() do { \ macro 95 DUMP(); \ 100 DUMP(); \ 105 DUMP(); \ 112 DUMP(); \ 118 DUMP(); \ 129 #define DUMP( ) macro 416 DUMP(); in x86_jmp_forward() 424 DUMP(); in x86_call_forward() 631 DUMP(); in x86_ret() [all …]
|
/external/opencv3/modules/cudaobjdetect/test/ |
D | test_objdetect.cpp | 56 #ifdef DUMP 77 #ifdef DUMP 125 #ifdef DUMP in testDetect() 136 #ifdef DUMP in testDetect() 146 #ifdef DUMP in testDetect()
|
/external/f2fs-tools/fsck/ |
D | main.c | 84 config.func = DUMP; in f2fs_parse_options() 135 else if (config.func == DUMP) in f2fs_parse_options() 232 case DUMP: in main()
|
/external/opencv3/modules/video/test/ |
D | test_tvl1optflow.cpp | 56 #ifdef DUMP 160 #ifdef DUMP in TEST()
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 02-dump | 4 DUMP|DUMP6)
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | indic.pl | 50 $DUMP = 0; # If 1, dump out internal data 227 if ($DUMP) { 241 if ($DUMP) {
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | CaseIterator.java | 47 private static final boolean DUMP = false; field in CaseIterator 250 if (DUMP) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | CaseIterator.java | 48 private static final boolean DUMP = false; field in CaseIterator 251 if (DUMP) {
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | CaseIterator.java | 44 private static final boolean DUMP = false; field in CaseIterator 247 if (DUMP) {
|
/external/libchrome/crypto/third_party/nss/ |
D | 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) \
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 1667 # DUMP below for short). This introduces an important difference with 1680 # DUMP: undefined 1688 # DUMP: BODY 1695 # DUMP: BODY 1699 # Then the content of the temporary diversion is moved to DUMP and the 1701 # DUMP: BODY 1707 # DUMP: BODY 1715 # DUMP: BODY 1719 # Then the diversion is appended to DUMP, and popped. 1720 # DUMP: BODY [all …]
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 223 DUMP, enumerator
|
/external/opencv3/cmake/ |
D | OpenCVUtils.cmake | 3 cmake_parse_arguments(DUMP "" "TOFILE" "" ${ARGN})
|