Home
last modified time | relevance | path

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

12345678910>>...122

/aosp_15_r20/external/llvm/test/MC/Mips/
H A 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 …]
/aosp_15_r20/tools/asuite/adevice/src/
H A Dfingerprint.rs19 pub enum FileType { enum
40 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 …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/tools/clang_tidy_checks/
H A Dheader_exportable_declarations.cpp24 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 …]
/aosp_15_r20/external/llvm/test/CodeGen/Generic/
H A 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]
/aosp_15_r20/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
H A DFileTypeFilter.java77 * 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 …]
/aosp_15_r20/external/llvm/test/CodeGen/ARM/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/path/
Dft.rs18 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 …]
/aosp_15_r20/external/llvm/test/MC/X86/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-service-management/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/
H A DConfigFile.java72 /** 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 …]
/aosp_15_r20/frameworks/base/tools/aapt2/util/
H A DFiles.cpp50 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
H A 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()
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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DFileContentBuffer.java77 * Protobuf enum {@code google.cloud.compute.v1.FileContentBuffer.FileType}
79 public enum FileType implements com.google.protobuf.ProtocolMessageEnum { enum in FileContentBuffer
130 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 …]
/aosp_15_r20/external/e2fsprogs/tests/f_filetype/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Ddatasets.py50 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 …]
/aosp_15_r20/frameworks/base/tools/validatekeymaps/
H A DMain.cpp43 enum class FileType { enum
78 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() local
133 switch (fileType) { in validateFile()
134 case FileType::UNKNOWN: in validateFile()
[all …]
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_storage_file/aconfig_storage_file_java/android_common/javac/
Daconfig_storage_file_java.jar ... ) int newPosition } android/aconfig/storage/FileType.class FileType.java package android.aconfig. ...
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_storage_file/aconfig_storage_file_java/android_common_apex34/javac/
Daconfig_storage_file_java.jar ... ) int newPosition } android/aconfig/storage/FileType.class FileType.java package android.aconfig. ...
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TextAPI/
DTextAPIWriter.h34 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TextAPI/
DTextAPIWriter.h34 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TextAPI/
DTextAPIWriter.h34 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TextAPI/
DTextAPIWriter.h34 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 …]

12345678910>>...122