Searched full:filetype (Results 1 – 25 of 3031) sorted by relevance
12345678910>>...122
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 …]
19 pub enum FileType { enum40 pub file_type: FileType,82 FileMetadata { file_type: FileType::Directory, ..Default::default() } in from_dir()95 file_type: FileType::Symlink, in from_symlink()110 file_type: FileType::File, in from_file()373 file_type: FileType::File, in same_inputs()386 file_type: FileType::File, in same_inputs_with_permissions()400 file_type: FileType::File, in same_inputs_with_different_permissions_are_not_equal()418 file_type: FileType::File, in same_inputs_ignoring_permissions()436 file_type: FileType::File, in different_file_type()[all …]
24 struct clang::tidy::OptionEnumMapping<libcpp::header_exportable_declarations::FileType> {25 …static llvm::ArrayRef<std::pair<libcpp::header_exportable_declarations::FileType, llvm::StringRef>… in getEnumMapping()26 …static constexpr std::pair<libcpp::header_exportable_declarations::FileType, llvm::StringRef> Mapp… in getEnumMapping()27 {libcpp::header_exportable_declarations::FileType::Header, "Header"}, in getEnumMapping()28 {libcpp::header_exportable_declarations::FileType::ModulePartition, "ModulePartition"}, in getEnumMapping()29 {libcpp::header_exportable_declarations::FileType::Module, "Module"}, in getEnumMapping()30 {libcpp::header_exportable_declarations::FileType::CHeader, "CHeader"}, in getEnumMapping()31 …{libcpp::header_exportable_declarations::FileType::CompatModulePartition, "CompatModulePartition"}, in getEnumMapping()32 {libcpp::header_exportable_declarations::FileType::CompatModule, "CompatModule"}}; in getEnumMapping()42 file_type_(Options.get("FileType", header_exportable_declarations::FileType::Unknown)), in header_exportable_declarations()[all …]
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]
13 + (id)getFactorySettingsForFileType: (NSString *)filetype18 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 *)filetype40 if ([filetype isEqualToString: @"Python Script"]) {42 } else if ([filetype isEqualToString: @"Python GUI Script"]) {[all …]
77 * Protobuf enum {@code google.cloud.contentwarehouse.v1.FileTypeFilter.FileType}79 public enum FileType implements com.google.protobuf.ProtocolMessageEnum { enum in FileTypeFilter178 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 …]
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 …]
18 enum FileType { enum24 impl FileType { implementation25 fn from_path(path: &path::Path, follow: bool) -> io::Result<FileType> { in from_path() argument33 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 …]
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 %s3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s5 # 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 %s8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %s[all …]
72 /** Protobuf enum {@code google.api.servicemanagement.v1.ConfigFile.FileType} */73 public enum FileType implements com.google.protobuf.ProtocolMessageEnum { enum in ConfigFile228 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 …]
50 FileType GetFileType(const std::string& path) { in GetFileType()53 return FileType::kNonExistant; in GetFileType()58 return FileType::kNonExistant; in GetFileType()62 return FileType::kDirectory; in GetFileType()66 return FileType::kRegular; in GetFileType()69 FileType GetFileType(const std::string& path) {75 return FileType::kNonExistant;77 return FileType::kUnknown;81 return FileType::kRegular;83 return FileType::kDirectory;[all …]
289 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()502 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()509 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()516 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()559 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()566 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()[all …]
289 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 …]
77 * Protobuf enum {@code google.cloud.compute.v1.FileContentBuffer.FileType}79 public enum FileType implements com.google.protobuf.ProtocolMessageEnum { enum in FileContentBuffer130 public static FileType valueOf(int value) { in valueOf()138 public static FileType forNumber(int value) { in forNumber()153 public static com.google.protobuf.Internal.EnumLiteMap<FileType> internalGetValueMap() { in internalGetValueMap()157 private static final com.google.protobuf.Internal.EnumLiteMap<FileType> internalValueMap =158 new com.google.protobuf.Internal.EnumLiteMap<FileType>() {159 public FileType findValueByNumber(int number) {160 return FileType.forNumber(number);180 private static final FileType[] VALUES = values();[all …]
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 …]
50 filetype: Optional[Union[Text, Callable[[Text],77 filetype: A string (one of 'tfrecord', or 'textline') or a single-argument100 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 …]
43 enum class FileType { enum78 static FileType getFileType(const char* filename) { in getFileType()82 return FileType::KEY_LAYOUT; in getFileType()85 return FileType::KEY_CHARACTER_MAP; in getFileType()88 return FileType::INPUT_DEVICE_CONFIGURATION; in getFileType()93 return FileType::VIRTUAL_KEY_DEFINITION; in getFileType()96 return FileType::UNKNOWN; in getFileType()132 FileType fileType = getFileType(filename); in validateFile() local133 switch (fileType) { in validateFile()134 case FileType::UNKNOWN: in validateFile()[all …]
... ) int newPosition } android/aconfig/storage/FileType.class FileType.java package android.aconfig. ...
34 SrcMgr::CharacteristicKind FileType; member35 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() argument122 if (FileType == SrcMgr::C_System) in WriteLineInfo()126 else if (FileType == SrcMgr::C_ExternCSystem) in WriteLineInfo()[all …]
34 const FileType FileKind = FileType::Invalid,37 /// Get TAPI FileType from the input string.39 /// \param FT String of input to map to FileType.40 static FileType parseFileType(const StringRef FT) { in parseFileType()41 return StringSwitch<FileType>(FT) in parseFileType()42 .Case("tbd-v1", FileType::TBD_V1) in parseFileType()43 .Case("tbd-v2", FileType::TBD_V2) in parseFileType()44 .Case("tbd-v3", FileType::TBD_V3) in parseFileType()45 .Case("tbd-v4", FileType::TBD_V4) in parseFileType()46 .Case("tbd-v5", FileType::TBD_V5) in parseFileType()[all …]