Home
last modified time | relevance | path

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

12345678910>>...81

/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/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 …]
/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/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 …]
/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 …]
/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/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/tensorflow/tensorflow/python/tpu/
Ddatasets.py54 filetype: Optional[Union[Text, Callable[[Text],
81 filetype: A string (one of 'tfrecord', or 'textline') or a single-argument
104 with a type is the output of the dataset specified by `filetype`.
109 if filetype is None:
110 filetype = 'tfrecord'
112 if isinstance(filetype, str):
113 if filetype not in _FILETYPE_MAP:
115 f'Unexpected filetype. Received: {filetype}. Expected one of '
117 reader_fn = _FILETYPE_MAP[filetype]
118 elif callable(filetype):
[all …]
/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 …]
/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/python/pycparser/
D.vimrc2 autocmd FileType python set shiftwidth=4
3 autocmd FileType python set tabstop=4
4 autocmd FileType python set softtabstop=4
6 autocmd FileType c set shiftwidth=2
7 autocmd FileType c set tabstop=2
8 autocmd FileType c set softtabstop=2
/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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DDefaultHlsExtractorFactory.java115 for (int fileType : DEFAULT_EXTRACTOR_ORDER) { in createExtractor()
116 addFileTypeIfValidAndNotPresent(fileType, fileTypeOrder); in createExtractor()
123 int fileType = fileTypeOrder.get(i); in createExtractor() local
126 createExtractorByFileType(fileType, format, muxedCaptionFormats, timestampAdjuster)); in createExtractor()
131 && (fileType == formatInferredFileType in createExtractor()
132 || fileType == responseHeadersInferredFileType in createExtractor()
133 || fileType == uriInferredFileType in createExtractor()
134 || fileType == FileTypes.TS)) { in createExtractor()
146 @FileTypes.Type int fileType, List<Integer> fileTypes) { in addFileTypeIfValidAndNotPresent()
147 if (Ints.indexOf(DEFAULT_EXTRACTOR_ORDER, fileType) == -1 || fileTypes.contains(fileType)) { in addFileTypeIfValidAndNotPresent()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DDefaultHlsExtractorFactory.java115 for (int fileType : DEFAULT_EXTRACTOR_ORDER) { in createExtractor()
116 addFileTypeIfValidAndNotPresent(fileType, fileTypeOrder); in createExtractor()
123 int fileType = fileTypeOrder.get(i); in createExtractor() local
126 createExtractorByFileType(fileType, format, muxedCaptionFormats, timestampAdjuster)); in createExtractor()
131 && (fileType == formatInferredFileType in createExtractor()
132 || fileType == responseHeadersInferredFileType in createExtractor()
133 || fileType == uriInferredFileType in createExtractor()
134 || fileType == FileTypes.TS)) { in createExtractor()
146 @FileTypes.Type int fileType, List<Integer> fileTypes) { in addFileTypeIfValidAndNotPresent()
147 if (Ints.indexOf(DEFAULT_EXTRACTOR_ORDER, fileType) == -1 || fileTypes.contains(fileType)) { in addFileTypeIfValidAndNotPresent()
[all …]
/external/python/cpython2/Mac/Modules/folder/
D_Foldermodule.c189 OSType fileType; in Folder_AddFolderRouting() local
195 PyMac_GetOSType, &fileType, in Folder_AddFolderRouting()
201 _err = AddFolderRouting(fileType, in Folder_AddFolderRouting()
216 OSType fileType; in Folder_RemoveFolderRouting() local
219 PyMac_GetOSType, &fileType, in Folder_RemoveFolderRouting()
222 _err = RemoveFolderRouting(fileType, in Folder_RemoveFolderRouting()
234 OSType fileType; in Folder_FindFolderRouting() local
239 PyMac_GetOSType, &fileType, in Folder_FindFolderRouting()
242 _err = FindFolderRouting(fileType, in Folder_FindFolderRouting()
309 …PyDoc_STR("(OSType fileType, FolderType routeFromFolder, FolderType routeToFolder, RoutingFlags fl…
[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/javassist/src/main/javassist/tools/web/
DWebserver.java254 int fileType; in doReply() local
263 fileType = typeClass; in doReply()
265 fileType = typeHtml; in doReply()
267 fileType = typeGif; in doReply()
269 fileType = typeJpeg; in doReply()
271 fileType = typeText; // or textUnknown in doReply()
274 if (fileType == typeClass in doReply()
287 sendHeader(out, file.length(), fileType); in doReply()
304 if (fileType == typeClass) { in doReply()
369 private void sendHeader(OutputStream out, long dataLength, int filetype) in sendHeader() argument
[all …]
/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/fonttools/Lib/fontTools/misc/
DmacCreatorType.py31 fileType = Tag(finderInfo[:4])
33 return fileCreator, fileType
37 def setMacCreatorAndType(path, fileCreator, fileType): argument
46 fileType: A four-character file type tag.
51 if not all(len(s) == 4 for s in (fileCreator, fileType)):
53 finderInfo = pad(bytesjoin([fileType, fileCreator]), 32)
/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp289 assert((!Ctx || (Ctx && Ctx->FileKind != FileType::Invalid)) && in mapping()
293 if (Ctx->FileKind == FileType::TBD_V1) in mapping()
300 if (Ctx->FileKind == FileType::TBD_V3) in mapping()
311 assert((!Ctx || (Ctx && Ctx->FileKind != FileType::Invalid)) && in mapping()
317 if (Ctx->FileKind == FileType::TBD_V3) in mapping()
499 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
506 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
513 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
557 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
564 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
[all …]
/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…

12345678910>>...81