Home
last modified time | relevance | path

Searched full:filetype (Results 1 – 25 of 1922) sorted by relevance

12345678910>>...77

/external/libmtp/examples/
Dpathutils.c133 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/llvm/test/MC/Mips/
Delf_eflags.s4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| l…
7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+na…
10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| l…
11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| l…
12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| l…
15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+na…
16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+na…
17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 -mattr=+na…
20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llv…
23 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2…
[all …]
Doddspreg.s4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \
18 # Repeat the -filetype=obj tests but this time use an empty assembly file. The
20 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -filetype=obj -o - | \
24 # RUN: llvm-mc /dev/null -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
28 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \
32 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -filetype=obj -o - | \
/external/llvm/test/CodeGen/Generic/
D2003-05-30-BadFoldGEP.ll19 %FileType = type { i32, [256 x i8], i32, i32, i32, i32 }
20 @OutputFiles = external global [16 x %FileType] ; <[16 x %FileType]*> [#uses=1]
21 @Output = internal global %FileType* null ; <%FileType**> [#uses=1]
25 %tmp.0 = load %FileType*, %FileType** @Output ; <%FileType*> [#uses=1]
26 %tmp.4 = getelementptr %FileType, %FileType* %tmp.0, i64 1 ; <%FileType*> [#uses=1]
27 …%addrOfGlobal = getelementptr [16 x %FileType], [16 x %FileType]* @OutputFiles, i64 0 …
28 …%constantGEP = getelementptr [16 x %FileType], [16 x %FileType]* %addrOfGlobal, i64 1 …
29 …GEP.upgrd.1 = getelementptr [16 x %FileType], [16 x %FileType]* %constantGEP, i64 0, i64 0 …
30 %tmp.10 = icmp eq %FileType* %tmp.4, %constantGEP.upgrd.1 ; <i1> [#uses=1]
/external/llvm/test/CodeGen/ARM/
DMachO-subtypes.ll3 ; RUN: llc -mtriple=armv4t-apple-darwin -filetype=obj -o - < %s \
6 ; RUN: llc -mtriple=armv5-apple-darwin -filetype=obj -o - < %s \
8 ; RUN: llc -mtriple=armv5e-apple-darwin -filetype=obj -o - < %s \
10 ; RUN: llc -mtriple=armv5t-apple-darwin -filetype=obj -o - < %s \
12 ; RUN: llc -mtriple=armv5te-apple-darwin -filetype=obj -o - < %s \
14 ; RUN: llc -mtriple=armv5tej-apple-darwin -filetype=obj -o - < %s \
17 ; RUN: llc -mtriple=armv6-apple-darwin -filetype=obj -o - < %s \
19 ; RUN: llc -mtriple=armv6k-apple-darwin -filetype=obj -o - < %s \
21 ; RUN: llc -mtriple=thumbv6-apple-darwin -filetype=obj -o - < %s \
23 ; RUN: llc -mtriple=thumbv6k-apple-darwin -filetype=obj -o - < %s \
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2003-05-30-BadFoldGEP.ll19 %FileType = type { i32, [256 x i8], i32, i32, i32, i32 }
20 @OutputFiles = external global [16 x %FileType] ; <[16 x %FileType]*> [#uses=1]
21 @Output = internal global %FileType* null ; <%FileType**> [#uses=1]
25 %tmp.0 = load %FileType** @Output ; <%FileType*> [#uses=1]
26 %tmp.4 = getelementptr %FileType* %tmp.0, i64 1 ; <%FileType*> [#uses=1]
27 …%addrOfGlobal = getelementptr [16 x %FileType]* @OutputFiles, i64 0 ; <[16 x %FileType
28 …%constantGEP = getelementptr [16 x %FileType]* %addrOfGlobal, i64 1 ; <[16 x %FileType
29 …%constantGEP.upgrd.1 = getelementptr [16 x %FileType]* %constantGEP, i64 0, i64 0 ; …
30 %tmp.10 = icmp eq %FileType* %tmp.4, %constantGEP.upgrd.1 ; <i1> [#uses=1]
/external/llvm/test/MC/X86/
Dx86_nop.s1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck…
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…
6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileC…
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=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %s
[all …]
Dx86_long_nop.s1 # 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…
5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no…
6 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=lakemont %s | llvm-objdump -…
/external/e2fsprogs/tests/f_filetype/
Dexpect.115 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/fonttools/Lib/fontTools/misc/
DmacCreatorType.py18 fileCreator, fileType = MacOS.GetCreatorAndType(path)
23 fileType = _reverseString(fileType)
24 return fileCreator, fileType
29 def setMacCreatorAndType(path, fileCreator, fileType): argument
35 fileType = _reverseString(fileType)
36 MacOS.SetCreatorAndType(path, fileCreator, fileType)
/external/llvm/test/CodeGen/Mips/
Dstart-asm-file.ll4 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \
8 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \
12 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \
16 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \
21 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \
25 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \
29 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \
33 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \
38 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \
42 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \
[all …]
Dabicalls.ll1 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o …
2 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=pic %s -o - |…
3 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips4 -relocation-model=static %s -o…
4 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -…
6 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -mattr noabicalls -relocation-m…
/external/llvm/utils/vim/
Dvimrc39 " Enable filetype detection
40 filetype on
46 autocmd FileType * set nocindent smartindent
47 autocmd FileType c,cpp set cindent
61 augroup filetype augroup
62 au! BufRead,BufNewFile *Makefile* set filetype=make
66 autocmd FileType make set noexpandtab
78 augroup filetype augroup
79 au! BufRead,BufNewFile *.ll set filetype=llvm
84 augroup filetype augroup
[all …]
/external/llvm/test/MC/MachO/
Deh-frame-reloc.s1 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.7 -filetype=obj | llvm-readobj -r | FileCheck %s
2 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.6 -filetype=obj | llvm-readobj -r | FileCheck %s
3 // RUN: llvm-mc < %s -triple=x86_64-apple-ios7.0.0 -filetype=obj | llvm-readobj -r | FileCheck %s
4 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.5 -filetype=obj | llvm-readobj -r | FileCheck %s
5 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.6 -filetype=obj | llvm-readobj -r | FileCheck %s
6 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.5 -filetype=obj | llvm-readobj -r | FileCheck %s
7 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.4 -filetype=obj | llvm-readobj -r | FileCheck %s
/external/javassist/src/main/javassist/tools/web/
DWebserver.java240 int fileType; in doReply() local
249 fileType = typeClass; in doReply()
251 fileType = typeHtml; in doReply()
253 fileType = typeGif; in doReply()
255 fileType = typeJpeg; in doReply()
257 fileType = typeText; // or textUnknown in doReply()
260 if (fileType == typeClass in doReply()
273 sendHeader(out, file.length(), fileType); in doReply()
291 if (fileType == typeClass) { in doReply()
357 private void sendHeader(OutputStream out, long dataLength, int filetype) in sendHeader() argument
[all …]
/external/swiftshader/third_party/LLVM/utils/vim/
Dvimrc39 " Enable filetype detection
40 filetype on
46 autocmd FileType * set nocindent smartindent
47 autocmd FileType c,cpp set cindent
61 augroup filetype augroup
62 au! BufRead,BufNewFile *Makefile* set filetype=make
66 autocmd FileType make set noexpandtab
78 augroup filetype augroup
79 au! BufRead,BufNewFile *.ll set filetype=llvm
84 augroup filetype augroup
[all …]
DREADME10 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
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp34 SrcMgr::CharacteristicKind FileType; member
35 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType) in IncludedFile()
36 : Id(Id), FileType(FileType) {} in IncludedFile()
55 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
62 SrcMgr::CharacteristicKind FileType,
65 SrcMgr::CharacteristicKind FileType) override;
72 SrcMgr::CharacteristicKind FileType,
106 SrcMgr::CharacteristicKind FileType, in WriteLineInfo() argument
122 if (FileType == SrcMgr::C_System) in WriteLineInfo()
126 else if (FileType == SrcMgr::C_ExternCSystem) in WriteLineInfo()
[all …]
/external/curl/tests/data/
Dtest57646 Filetype: directory
55 Filetype: directory
64 Filetype: regular file
77 Filetype: regular file
90 Filetype: regular file
103 Filetype: directory
112 Filetype: directory
121 Filetype: regular file
133 Filetype: regular file
146 Filetype: symlink
[all …]
Dtest111443 Filetype: directory
49 Filetype: directory
55 Filetype: regular file
65 Filetype: regular file
75 Filetype: regular file
85 Filetype: directory
91 Filetype: directory
97 Filetype: regular file
106 Filetype: regular file
116 Filetype: directory
[all …]
/external/llvm/test/tools/llvm-readobj/Inputs/
Dtrivial.ll1 ; 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/llvm/test/CodeGen/PowerPC/
Dmature-mc-support.ll4 ; so we only test that -filetype=obj tries to parse the assembly.
5 ; FIXME: PowerPC doesn't appear to support -filetype=obj for ppc64le
10 ; RUN: not llc -march=ppc32 -filetype=obj < %s > /dev/null 2> %t2
14 ; RUN: not llc -mtriple=powerpc-mingw32 -filetype=obj < %s > /dev/null 2> %t2
20 ; RUN: not llc -march=ppc64 -filetype=obj < %s > /dev/null 2> %t4
26 ; SKIP: not llc -march=ppc64le -filetype=obj < %s > /dev/null 2> %t6
/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll7 ; RUN: llc -mtriple=x86_64-scei-ps4 -filetype=obj < %s | llvm-readobj -sections - | FileCheck --che…
8 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj < %s | llvm-readobj -sections - | FileCheck…
9 ; RUN: llc -mtriple=x86_64-pc-freebsd -filetype=obj < %s | llvm-readobj -sections - | FileCheck --c…
10 ; RUN: llc -mtriple=x86_64-pc-linux -filetype=obj < %s | llvm-readobj -sections - | FileCheck --che…
13 ; RUN: llc -mtriple=x86_64-scei-ps4 -filetype=obj -debugger-tune=gdb < %s | llvm-readobj -sections …
14 ; RUN: llc -mtriple=x86_64-pc-linux -filetype=obj -debugger-tune=lldb < %s | llvm-readobj -sections…
15 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sec…
/external/llvm/test/MC/ARM/
Ddirective-arch_extension-mp.s1 @ RUN: not llvm-mc -triple armv6-eabi -filetype asm -o /dev/null 2>&1 %s \
3 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
5 @ RUN: not llvm-mc -triple armv7m-eabi -filetype asm -o /dev/null 2>&1 %s \
7 @ RUN: not llvm-mc -triple thumbv6-eabi -filetype asm -o /dev/null 2>&1 %s \
9 @ RUN: not llvm-mc -triple thumbv7-eabi -filetype asm -o /dev/null 2>&1 %s \
11 @ RUN: not llvm-mc -triple thumbv7m-eabi -filetype asm -o /dev/null 2>&1 %s \
/external/autotest/client/bin/
Dfsinfo_unittest.py35 'Filesystem features': 'filetype sparse_super',
42 '-O': 'filetype,sparse_super',
122 f1 = ['sparse_super', 'filetype', 'resize_inode', 'dir_index']
123 f2 = ['filetype', 'resize_inode', 'dir_index', 'large_file']
130 'base_features = sparse_super,filetype,resize_inode\n'
147 'base_features': 'sparse_super,filetype,resize_inode'}
148 expected_mkfs = {'-O': ['sparse_super', 'filetype', 'resize_inode'],

12345678910>>...77