Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 25 of 1412) sorted by relevance

12345678910>>...57

/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/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/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/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/python/cpython2/Mac/PythonLauncher/
DFileSettings.m13 + (id)getFactorySettingsForFileType: (NSString *)filetype
18 if ([filetype isEqualToString: @"Python Script"]) {
20 } else if ([filetype isEqualToString: @"Python GUI Script"]) {
22 } else if ([filetype isEqualToString: @"Python Bytecode Document"]) {
25 NSLog(@"Funny File Type: %@\n", filetype);
27 filetype = @"Python Script";
30 *curdefault = [[FileSettings new] initForFSDefaultFileType: filetype];
35 + (id)getDefaultsForFileType: (NSString *)filetype
40 if ([filetype isEqualToString: @"Python Script"]) {
42 } else if ([filetype isEqualToString: @"Python GUI Script"]) {
[all …]
DFileSettings.h44 + (id)getDefaultsForFileType: (NSString *)filetype;
45 + (id)getFactorySettingsForFileType: (NSString *)filetype;
46 + (id)newSettingsForFileType: (NSString *)filetype;
48 - (id)initForFileType: (NSString *)filetype;
49 - (id)initForFSDefaultFileType: (NSString *)filetype;
50 - (id)initForDefaultFileType: (NSString *)filetype;
/external/python/cpython3/Mac/PythonLauncher/
DFileSettings.m13 + (id)getFactorySettingsForFileType: (NSString *)filetype
18 if ([filetype isEqualToString: @"Python Script"]) {
20 } else if ([filetype isEqualToString: @"Python GUI Script"]) {
22 } else if ([filetype isEqualToString: @"Python Bytecode Document"]) {
25 NSLog(@"Funny File Type: %@\n", filetype);
27 filetype = @"Python Script";
30 *curdefault = [[FileSettings new] initForFSDefaultFileType: filetype];
35 + (id)getDefaultsForFileType: (NSString *)filetype
40 if ([filetype isEqualToString: @"Python Script"]) {
42 } else if ([filetype isEqualToString: @"Python GUI Script"]) {
[all …]
DFileSettings.h44 + (id)getDefaultsForFileType: (NSString *)filetype;
45 + (id)getFactorySettingsForFileType: (NSString *)filetype;
46 + (id)newSettingsForFileType: (NSString *)filetype;
48 - (id)initForFileType: (NSString *)filetype;
49 - (id)initForFSDefaultFileType: (NSString *)filetype;
50 - (id)initForDefaultFileType: (NSString *)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…
Dmature-mc-support.ll4 ; that -filetype=obj tries to parse the assembly.
9 ; RUN: not llc -march=mips -filetype=obj < %s > /dev/null 2> %t2
15 ; RUN: not llc -march=mipsel -filetype=obj < %s > /dev/null 2> %t4
21 ; RUN: not llc -march=mips64 -filetype=obj < %s > /dev/null 2> %t6
27 ; RUN: not llc -march=mips64el -filetype=obj < %s > /dev/null 2> %t8
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dreorder-functions.ll3 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 \
6 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -Om1 \
11 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 \
15 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -Om1 \
21 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 \
25 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -Om1 \
31 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 \
35 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -Om1 \
Dreorder-global-variables.ll6 ; RUN: %if --need=target_X8632 --command %p2i --filetype=asm --target x8632 \
10 ; RUN: %if --need=target_X8632 --command %p2i --filetype=asm --target x8632 \
16 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --target x8632 \
20 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --target x8632 \
26 ; RUN: %if --need=target_ARM32 --command %p2i --filetype=obj --target arm32 \
31 ; RUN: %if --need=target_ARM32 --command %p2i --filetype=obj --target arm32 \
38 ; RUN: --command %p2i --filetype=asm --assemble --disassemble --target \
Dunreachable.ll3 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \
6 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \
11 ; RUN: --command %p2i --filetype=obj \
16 ; RUN: --command %p2i --filetype=obj \
22 ; RUN: --command %p2i --filetype=asm --assemble \
28 ; RUN: --command %p2i --filetype=asm --assemble \
/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 \
Ddirective-arch_extension-sec.s1 @ RUN: not llvm-mc -triple armv6-eabi -filetype asm -o /dev/null 2>&1 %s \
3 @ RUN: not llvm-mc -triple armv6k-eabi -filetype asm -o /dev/null 2>&1 %s \
5 @ RUN: not llvm-mc -triple armv7-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 \
/external/swiftshader/third_party/LLVM/utils/vim/
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/valgrind/coregrind/m_ume/
Dmacho.c110 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
114 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
118 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
507 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, in load_thin_file() argument
540 if (mh.filetype != filetype) { in load_thin_file()
604 if (filetype == MH_DYLINKER && segcmd->vmaddr == 0 && segcmd->fileoff == 0) { in load_thin_file()
628 if (filetype == MH_DYLINKER) { in load_thin_file()
645 if (filetype == MH_EXECUTE) { in load_thin_file()
671 if (filetype == MH_EXECUTE) { in load_thin_file()
689 else if (filetype == MH_DYLINKER) { in load_thin_file()
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-literals.test1 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__l…
2 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__l…
3 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__l…
4 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__l…
5 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__l…
6 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__l…

12345678910>>...57