/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 …]
|
D | name | 1 set filetype information and illegal special files
|
/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
|
/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);
|
D | keyimport.c | 67 int import_encrypted(const char* filename, int filetype) { in import_encrypted() argument 69 if (filetype == KEYFILE_OPENSSH) { in import_encrypted() 72 } else if (filetype == KEYFILE_SSHCOM) { in import_encrypted() 79 sign_key *import_read(const char *filename, char *passphrase, int filetype) { in import_read() argument 81 if (filetype == KEYFILE_OPENSSH) { in import_read() 83 } else if (filetype == KEYFILE_DROPBEAR) { in import_read() 86 } else if (filetype == KEYFILE_SSHCOM) { in import_read() 94 int filetype) { in import_write() argument 96 if (filetype == KEYFILE_OPENSSH) { in import_write() 98 } else if (filetype == KEYFILE_DROPBEAR) { in import_write() [all …]
|
/external/valgrind/main/coregrind/m_ume/ |
D | macho.c | 87 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 93 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 99 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 430 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, in load_thin_file() argument 470 if (mh.filetype != filetype) { in load_thin_file() 536 if (filetype == MH_DYLINKER) { in load_thin_file() 553 if (filetype == MH_EXECUTE) { in load_thin_file() 579 if (filetype == MH_EXECUTE) { in load_thin_file() 597 else if (filetype == MH_DYLINKER) { in load_thin_file() 620 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, in load_fat_file() argument [all …]
|
/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).
|
D | name | 1 filetype of .. in orphaned directories
|
/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/COFF/ |
D | module-asm.ll | 4 ; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o - | coff-dump.py | FileCheck %s 5 ; RUN: llc -filetype=obj -mtriple x86_64-pc-win32 %s -o - | coff-dump.py | FileCheck %s
|
D | switch-relocations.ll | 9 ; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o %t 10 ; RUN: llc -filetype=obj -mtriple x86_64-pc-win32 %s -o %t
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-10-19-mc-elf-objheader.ll | 1 ; RUN: llc %s -mtriple=arm-linux-gnueabi -filetype=obj -o - | \ 5 ; RUN: -arm-reserve-r9 -filetype=obj -o - | \
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebCookieJar.cpp | 69 struct stat filetype; in removeFileOrDirectory() local 70 if (stat(filename, &filetype) != 0) in removeFileOrDirectory() 72 if (S_ISDIR(filetype.st_mode)) { in removeFileOrDirectory()
|
/external/e2fsprogs/tests/m_large_file/ |
D | expect.1 | 17 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super large_file 31 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super large_file
|
/external/e2fsprogs/tests/m_dasd_bs/ |
D | expect.1 | 19 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super 33 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super
|
/external/e2fsprogs/tests/m_no_opt/ |
D | script | 3 MKE2FS_OPTS="-O ^sparse_super,^filetype,^resize_inode,^dir_index,^ext_attr"
|
/external/llvm/test/Other/X86/ |
D | inline-asm-newline-terminator.ll | 1 ; RUN: llc -filetype=obj -o - < %s
|
/external/clang/include/clang/Driver/ |
D | CC1AsOptions.td | 43 def filetype : Separate<"-filetype">,
|
/external/llvm/test/MC/ARM/ |
D | thumb2-movt-fixup.s | 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump …
|
D | elf-eflags-eabi.s | 1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
|
/external/llvm/test/MC/ELF/ |
D | bss.ll | 1 ; RUN: llc -filetype=obj %s -o %t
|
/external/e2fsprogs/tests/f_hurd/ |
D | expect.1 | 1 The Hurd does not support the filetype feature.
|
/external/e2fsprogs/misc/ |
D | mke2fs.conf | 2 base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
|