Searched refs:filetype (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/external/libmtp/examples/
H A Dpathutils.c133 LIBMTP_filetype_t filetype; local
149 filetype = LIBMTP_FILETYPE_WAV;
151 filetype = LIBMTP_FILETYPE_MP3;
153 filetype = LIBMTP_FILETYPE_WMA;
155 filetype = LIBMTP_FILETYPE_OGG;
157 filetype = LIBMTP_FILETYPE_MP4;
159 filetype = LIBMTP_FILETYPE_WMV;
161 filetype = LIBMTP_FILETYPE_AVI;
163 filetype = LIBMTP_FILETYPE_MPEG;
165 filetype
[all...]
/external/chromium_org/tools/vim/
H A Dfiletypes.vim5 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/test/MC/COFF/
H A Dinvalid-endef.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-scl.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-type.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-def.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-scl-range.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-type-range.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
/external/llvm/test/MC/X86/
H A Dx86_nop.s1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck %s
6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileCheck %s
7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s
8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s
9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s
10 # RUN: llvm-mc -filetype
[all...]
H A Dx86-target-directives.s1 # RUN: not llvm-mc -triple i386 -filetype asm -o - %s 2>&1 | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
H A Dbundle-group-too-large-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dlock-without-bundle-mode-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dunlock-without-lock-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dalign-mode-argument-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dbundle-lock-option-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/llvm/test/MC/ELF/ARM/
H A Dgnu-type-hash-diagnostics.s1 @ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
H A Dgnu-type-hash.s1 @ RUN: llvm-mc -triple arm-elf -filetype asm -o - %s | FileCheck %s
/external/llvm/test/MC/PowerPC/
H A Dppc-nop.s1 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-BE %s
3 # RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-LE %s
/external/llvm/test/MC/ARM/
H A Ddirective-object_arch-3.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype asm -o - %s | FileCheck %s
H A Dcmp-immediate-fixup-error.s1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
H A Dcmp-immediate-fixup-error2.s1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
/external/llvm/test/MC/AsmParser/
H A Ddirective_line.s2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
H A Ddot-symbol-non-absolute.s1 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
/external/llvm/test/MC/Sparc/
H A Dsparc-nop-data.s1 ! RUN: llvm-mc %s -arch=sparc -filetype=obj | llvm-readobj -s -sd | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -filetype=obj | llvm-readobj -s -sd | FileCheck %s
/external/e2fsprogs/lib/ext2fs/
H A Dnewdir.c35 int filetype = 0; local
54 filetype = EXT2_FT_DIR << 8;
59 dir->name_len = 1 | filetype;
74 dir->name_len = 2 | filetype;

Completed in 3775 milliseconds

1234567891011>>