/external/libmtp/examples/ |
D | pathutils.c | 133 LIBMTP_filetype_t filetype; in find_filetype() local 149 filetype = LIBMTP_FILETYPE_WAV; in find_filetype() 151 filetype = LIBMTP_FILETYPE_MP3; in find_filetype() 153 filetype = LIBMTP_FILETYPE_WMA; in find_filetype() 155 filetype = LIBMTP_FILETYPE_OGG; in find_filetype() 157 filetype = LIBMTP_FILETYPE_MP4; in find_filetype() 159 filetype = LIBMTP_FILETYPE_WMV; in find_filetype() 161 filetype = LIBMTP_FILETYPE_AVI; in find_filetype() 163 filetype = LIBMTP_FILETYPE_MPEG; in find_filetype() 165 filetype = LIBMTP_FILETYPE_ASF; in find_filetype() [all …]
|
/external/e2fsprogs/tests/f_filetype/ |
D | expect.1 | 15 Setting filetype for entry '.' in / (2) to 2. 16 Setting filetype for entry '..' in / (2) to 2. 17 Setting filetype for entry 'lost+found' in / (2) to 2. 18 Setting filetype for entry 'file' in / (2) to 1. 19 Setting filetype for entry 'dir' in / (2) to 2. 20 Setting filetype for entry 'fifo' in / (2) to 5. 21 Setting filetype for entry 'block' in / (2) to 4. 22 Setting filetype for entry 'char' in / (2) to 3. 23 Setting filetype for entry 'symlink' in / (2) to 7. 33 Setting filetype for entry '.' in /lost+found (11) to 2. [all …]
|
/external/llvm/test/MC/X86/ |
D | x86_nop.s | 1 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=generic %s | llvm-objdump -d - | FileCheck %s 2 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s 3 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s 4 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s 5 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=pentium %s | llvm-objdump -d - | FileCheck %s 6 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=pentium-mmx %s | llvm-objdump -d - | FileCheck %s 7 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=geode %s | llvm-objdump -d - | FileCheck %s 8 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i686 %s | llvm-objdump -d - | not FileCheck %s
|
D | x86_long_nop.s | 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-ra… 2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-… 3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-sho… 4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw…
|
D | gnux32-dwarf-gen.s | 1 # RUN: llvm-mc -g -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t.64 4 # RUN: llvm-mc -g -filetype=obj -triple x86_64-pc-linux-gnux32 %s -o %t.32
|
/external/llvm/test/MC/Mips/ |
D | elf_eflags.ll | 19 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o … 20 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | llvm-readobj -h | Fil… 21 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 -relocation-model=static %s -… 22 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 %s -o - | llvm-readobj -h | F… 23 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -relocation… 24 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | l… 26 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips64 -relocation-model=static %s -o … 27 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips64 %s -o - | llvm-readobj -h | Fil… 28 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips64r2 -relocation-model=static %s -… 29 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips64r2 %s -o - | llvm-readobj -h | F… [all …]
|
D | abicalls.ll | 8 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o … 9 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck -check-pref… 10 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -…
|
D | do_switch.ll | 5 ; RUN: llc < %s -filetype=obj -march=mips -relocation-model=static 7 ; RUN: llc < %s -filetype=obj -march=mips -relocation-model=pic 9 ; RUN: llc < %s -filetype=obj -march=mips64 -relocation-model=pic -mcpu=mips64 -mattr=n64
|
D | multi-64bit-func.ll | 3 ; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 -disable-mips-delay-filler < %s 5 ; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 < %s
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | trivial.ll | 1 ; llc -mtriple=i386-pc-win32 trivial.ll -filetype=obj -o trivial-object-test.coff-i386 2 ; llc -mtriple=x86_64-pc-win32 trivial.ll -filetype=obj -o trivial-object-test.coff-x86-64 3 ; llc -mtriple=i386-linux-gnu trivial.ll -filetype=obj -o trivial-object-test.elf-i386 -relocation-… 4 ; llc -mtriple=x86_64-linux-gnu trivial.ll -filetype=obj -o trivial-object-test.elf-x86-64 -relocat… 5 ; llc -mtriple=i386-apple-darwin10 trivial.ll -filetype=obj -o trivial-object-test.macho-i386 -relo… 6 ; llc -mtriple=x86_64-apple-darwin10 trivial.ll -filetype=obj -o trivial-object-test.macho-x86-64 -…
|
/external/chromium_org/tools/vim/ |
D | filetypes.vim | 5 augroup filetype augroup 6 au! BufRead,BufNewFile *.gyp set filetype=python expandtab tabstop=2 shiftwidth=2 7 au! BufRead,BufNewFile *.gypi set filetype=python expandtab tabstop=2 shiftwidth=2 8 au! BufRead,BufNewFile DEPS set filetype=python expandtab tabstop=2 shiftwidth=2
|
/external/llvm/utils/vim/ |
D | README | 10 augroup filetype 11 au! BufRead,BufNewFile *.ll set filetype=llvm 19 augroup filetype 20 au! BufRead,BufNewFile *.td set filetype=tablegen 41 augroup filetype 42 au! BufRead,BufNewFile *Makefile* set filetype=make
|
D | vimrc | 39 " Enable filetype detection 40 filetype on 61 augroup filetype augroup 62 au! BufRead,BufNewFile *Makefile* set filetype=make 78 augroup filetype augroup 79 au! BufRead,BufNewFile *.ll set filetype=llvm 84 augroup filetype augroup 85 au! BufRead,BufNewFile *.td set filetype=tablegen 91 augroup filetype augroup 92 au! BufRead,BufNewFile *.rst set filetype=rest
|
/external/e2fsprogs/lib/ext2fs/ |
D | newdir.c | 35 int filetype = 0; in ext2fs_new_dir_block() local 52 filetype = EXT2_FT_DIR << 8; in ext2fs_new_dir_block() 57 dir->name_len = 1 | filetype; in ext2fs_new_dir_block() 70 dir->name_len = 2 | filetype; in ext2fs_new_dir_block()
|
/external/dropbear/ |
D | keyimport.h | 38 int filetype); 39 sign_key *import_read(const char *filename, char *passphrase, int filetype); 40 int import_encrypted(const char* filename, int filetype);
|
/external/llvm/test/CodeGen/ARM/ |
D | trap.ll | 3 ; RUN: llc -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \ 6 ; RUN: llc -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \ 9 ; RUN: llc -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \ 12 ; RUN: llc -fast-isel -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \ 15 ; RUN: llc -mtriple=armv7 -filetype=obj %s -o - \ 18 ; RUN: llc -fast-isel -mtriple=armv7 -filetype=obj %s -o - \
|
/external/llvm/test/MC/MachO/ARM/ |
D | empty-function-nop.ll | 1 ; RUN: llc < %s -filetype=obj -mtriple=thumbv6-apple-darwin -o - | macho-dump --dump-section-data |… 2 ; RUN: llc < %s -filetype=obj -mtriple=thumbv7-apple-darwin -o - | macho-dump --dump-section-data |… 3 ; RUN: llc < %s -filetype=obj -mtriple=armv6-apple-darwin -o - | macho-dump --dump-section-data | F… 4 ; RUN: llc < %s -filetype=obj -mtriple=armv7-apple-darwin -o - | macho-dump --dump-section-data | F…
|
/external/valgrind/main/coregrind/m_ume/ |
D | macho.c | 97 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 103 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 109 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 480 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, in load_thin_file() argument 521 if (mh.filetype != filetype) { in load_thin_file() 604 if (filetype == MH_DYLINKER) { in load_thin_file() 621 if (filetype == MH_EXECUTE) { in load_thin_file() 647 if (filetype == MH_EXECUTE) { in load_thin_file() 665 else if (filetype == MH_DYLINKER) { in load_thin_file() 689 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, in load_fat_file() argument [all …]
|
/external/chromium_org/build/mac/ |
D | change_mach_o_flags.py | 146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \ 148 return magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags 196 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \ 199 if filetype != MH_EXECUTE: 202 (offset, filetype)
|
/external/e2fsprogs/tests/f_orphan_dotdot_ft/ |
D | expect.1 | 7 Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6). 10 Entry '..' in ??? (13) has an incorrect filetype (was 2, should be 6). 13 Entry '..' in ??? (14) has an incorrect filetype (was 2, should be 6). 16 Entry '..' in ??? (15) has an incorrect filetype (was 2, should be 6).
|
/external/javassist/src/main/javassist/tools/web/ |
D | Webserver.java | 357 private void sendHeader(OutputStream out, long dataLength, int filetype) in sendHeader() argument 365 if (filetype == typeClass) in sendHeader() 367 else if (filetype == typeHtml) in sendHeader() 369 else if (filetype == typeGif) in sendHeader() 371 else if (filetype == typeJpeg) in sendHeader() 373 else if (filetype == typeText) in sendHeader()
|
/external/llvm/test/MC/PowerPC/ |
D | ppc-nop.s | 1 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileChe… 2 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileC…
|
D | ppc-llong.s | 2 # RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \ 4 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
|
D | ppc-word.s | 2 # RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \ 4 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
|
/external/llvm/test/Object/ARM/ |
D | symbol-addr.ll | 1 ; RUN: llc %s -mtriple=arm-unknown-unknown -filetype=obj -o - \ 3 ; RUN: llc %s -mtriple=thumb-unknown-unknown -filetype=obj -o - \
|