| /external/llvm/test/CodeGen/Generic/ |
| D | 2003-05-30-BadFoldGEP.ll | 19 %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/ |
| D | elf_eflags.s | 4 # 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/ |
| D | MachO-subtypes.ll | 3 ; 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/cronet/stable/third_party/libc++/src/test/tools/clang_tidy_checks/ |
| D | header_exportable_declarations.cpp | 22 struct clang::tidy::OptionEnumMapping<libcpp::header_exportable_declarations::FileType> { 23 …static llvm::ArrayRef<std::pair<libcpp::header_exportable_declarations::FileType, llvm::StringRef>… in getEnumMapping() 24 …static constexpr std::pair<libcpp::header_exportable_declarations::FileType, llvm::StringRef> Mapp… in getEnumMapping() 25 {libcpp::header_exportable_declarations::FileType::Header, "Header"}, in getEnumMapping() 26 {libcpp::header_exportable_declarations::FileType::ModulePartition, "ModulePartition"}, in getEnumMapping() 27 {libcpp::header_exportable_declarations::FileType::Module, "Module"}, in getEnumMapping() 28 {libcpp::header_exportable_declarations::FileType::CHeader, "CHeader"}, in getEnumMapping() 29 …{libcpp::header_exportable_declarations::FileType::CompatModulePartition, "CompatModulePartition"}, in getEnumMapping() 30 {libcpp::header_exportable_declarations::FileType::CompatModule, "CompatModule"}}; in getEnumMapping() 40 file_type_(Options.get("FileType", header_exportable_declarations::FileType::Unknown)), in header_exportable_declarations() [all …]
|
| /external/cronet/tot/third_party/libc++/src/test/tools/clang_tidy_checks/ |
| D | header_exportable_declarations.cpp | 22 struct clang::tidy::OptionEnumMapping<libcpp::header_exportable_declarations::FileType> { 23 …static llvm::ArrayRef<std::pair<libcpp::header_exportable_declarations::FileType, llvm::StringRef>… in getEnumMapping() 24 …static constexpr std::pair<libcpp::header_exportable_declarations::FileType, llvm::StringRef> Mapp… in getEnumMapping() 25 {libcpp::header_exportable_declarations::FileType::Header, "Header"}, in getEnumMapping() 26 {libcpp::header_exportable_declarations::FileType::ModulePartition, "ModulePartition"}, in getEnumMapping() 27 {libcpp::header_exportable_declarations::FileType::Module, "Module"}, in getEnumMapping() 28 {libcpp::header_exportable_declarations::FileType::CHeader, "CHeader"}, in getEnumMapping() 29 …{libcpp::header_exportable_declarations::FileType::CompatModulePartition, "CompatModulePartition"}, in getEnumMapping() 30 {libcpp::header_exportable_declarations::FileType::CompatModule, "CompatModule"}}; in getEnumMapping() 40 file_type_(Options.get("FileType", header_exportable_declarations::FileType::Unknown)), in header_exportable_declarations() [all …]
|
| /external/llvm/test/MC/X86/ |
| D | x86_nop.s | 1 # 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/ |
| D | FileSettings.m | 13 + (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 …]
|
| D | FileSettings.h | 44 + (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/ |
| 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 …]
|
| /external/rust/android-crates-io/crates/predicates/src/path/ |
| D | ft.rs | 18 enum FileType { enum 24 impl FileType { implementation 25 fn from_path(path: &path::Path, follow: bool) -> io::Result<FileType> { in from_path() argument 33 return Ok(FileType::Dir); in from_path() 36 return Ok(FileType::File); in from_path() 38 Ok(FileType::Symlink) in from_path() 41 fn eval(self, ft: fs::FileType) -> bool { in eval() 43 FileType::File => ft.is_file(), in eval() 44 FileType::Dir => ft.is_dir(), in eval() 45 FileType::Symlink => ft.is_symlink(), in eval() [all …]
|
| /external/okio/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/internal/preview1/ |
| D | Filetype.kt | 11 typealias filetype = Byte typealias 14 val filetype_unknown: filetype = 0 17 val filetype_block_device: filetype = 1 20 val filetype_character_device: filetype = 2 23 val filetype_directory: filetype = 3 26 val filetype_regular_file: filetype = 4 29 val filetype_socket_dgram: filetype = 5 32 val filetype_socket_stream: filetype = 6 35 val filetype_symbolic_link: filetype = 7
|
| /external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/ |
| D | FileTypeFilter.java | 77 * Protobuf enum {@code google.cloud.contentwarehouse.v1.FileTypeFilter.FileType} 79 public enum FileType implements com.google.protobuf.ProtocolMessageEnum { enum in FileTypeFilter 178 public static FileType valueOf(int value) { in valueOf() 186 public static FileType forNumber(int value) { in forNumber() 201 public static com.google.protobuf.Internal.EnumLiteMap<FileType> internalGetValueMap() { in internalGetValueMap() 205 private static final com.google.protobuf.Internal.EnumLiteMap<FileType> internalValueMap = 206 new com.google.protobuf.Internal.EnumLiteMap<FileType>() { 207 public FileType findValueByNumber(int number) { 208 return FileType.forNumber(number); 230 private static final FileType[] VALUES = values(); [all …]
|
| /external/tensorflow/tensorflow/python/tpu/ |
| D | datasets.py | 50 filetype: Optional[Union[Text, Callable[[Text], 77 filetype: A string (one of 'tfrecord', or 'textline') or a single-argument 100 with a type is the output of the dataset specified by `filetype`. 105 if filetype is None: 106 filetype = 'tfrecord' 108 if isinstance(filetype, str): 109 if filetype not in _FILETYPE_MAP: 111 f'Unexpected filetype. Received: {filetype}. Expected one of ' 113 reader_fn = _FILETYPE_MAP[filetype] 114 elif callable(filetype): [all …]
|
| /external/llvm/test/CodeGen/Mips/ |
| D | start-asm-file.ll | 4 ; 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/python/pycparser/ |
| D | .vimrc | 2 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/ |
| D | eh-frame-reloc.s | 1 // 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/llvm/utils/vim/ |
| D | vimrc | 39 " 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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/ |
| D | DefaultHlsExtractorFactory.java | 115 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_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/ |
| D | DefaultHlsExtractorFactory.java | 115 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/google-cloud-java/java-service-management/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ |
| D | ConfigFile.java | 72 /** Protobuf enum {@code google.api.servicemanagement.v1.ConfigFile.FileType} */ 73 public enum FileType implements com.google.protobuf.ProtocolMessageEnum { enum in ConfigFile 228 public static FileType valueOf(int value) { in valueOf() 236 public static FileType forNumber(int value) { in forNumber() 255 public static com.google.protobuf.Internal.EnumLiteMap<FileType> internalGetValueMap() { in internalGetValueMap() 259 private static final com.google.protobuf.Internal.EnumLiteMap<FileType> internalValueMap = 260 new com.google.protobuf.Internal.EnumLiteMap<FileType>() { 261 public FileType findValueByNumber(int number) { 262 return FileType.forNumber(number); 282 private static final FileType[] VALUES = values(); [all …]
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | macCreatorType.py | 32 fileType = Tag(finderInfo[:4]) 34 return fileCreator, fileType 38 def setMacCreatorAndType(path, fileCreator, fileType): argument 47 fileType: A four-character file type tag. 53 if not all(len(s) == 4 for s in (fileCreator, fileType)): 55 finderInfo = pad(bytesjoin([fileType, fileCreator]), 32)
|
| /external/llvm/test/tools/llvm-readobj/Inputs/ |
| D | trivial.ll | 1 ; 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/ |
| D | mature-mc-support.ll | 4 ; 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/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
| D | FileType.java | 29 * Protobuf enum {@code google.privacy.dlp.v2.FileType} 31 public enum FileType implements com.google.protobuf.ProtocolMessageEnum { enum 50 * FileType's in your storage scan. 187 * FileType's in your storage scan. 318 public static FileType valueOf(int value) { in valueOf() 326 public static FileType forNumber(int value) { in forNumber() 355 public static com.google.protobuf.Internal.EnumLiteMap<FileType> internalGetValueMap() { in internalGetValueMap() 359 private static final com.google.protobuf.Internal.EnumLiteMap<FileType> internalValueMap = 360 new com.google.protobuf.Internal.EnumLiteMap<FileType>() { 361 public FileType findValueByNumber(int number) { [all …]
|
| /external/llvm/test/DebugInfo/X86/ |
| D | debugger-tune.ll | 7 ; 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…
|