Home
last modified time | relevance | path

Searched refs:FileType (Results 1 – 25 of 65) sorted by relevance

123

/third_party/flutter/engine/flutter/tools/licenses/lib/
Dfilesystem.dart15 enum FileType {
65 FileType identifyFile(String name, Reader reader) {
71 return FileType.latin1Text;
74 return FileType.binary;
79 return FileType.metadata; // The ._* files in Mac OS X archives that gives icons and stuff
85 return FileType.latin1Text;
89 case 'DEPS': return FileType.text;
90 case 'MANIFEST': return FileType.text;
92 case 'COPYING': return FileType.text;
93 case 'LICENSE': return FileType.text;
[all …]
/third_party/skia/third_party/externals/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 …]
DTextStubCommon.cpp48 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in output()
83 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in input()
87 if (Ctx && Ctx->FileKind == FileType::TBD_V3) { in input()
106 if (Ctx && Ctx->FileKind != FileType::TBD_V3) in input()
178 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in input()
181 if (Ctx->FileKind == FileType::TBD_V4) { in input()
DTextAPIContext.h22 enum FileType : unsigned;
27 FileType FileKind;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DParallelCG.cpp29 CodeGenFileType FileType) { in codegen() argument
32 if (TM->addPassesToEmitFile(CodeGenPasses, OS, nullptr, FileType)) in codegen()
41 CodeGenFileType FileType, bool PreserveLocals) { in splitCodeGen() argument
47 codegen(M.get(), *OSs[0], TMFactory, FileType); in splitCodeGen()
78 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen()
88 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
DLLVMTargetMachine.cpp119 CodeGenFileType FileType, in addAsmPrinter() argument
131 switch (FileType) { in addAsmPrinter()
192 CodeGenFileType FileType, bool DisableVerify, in addPassesToEmitFile() argument
213 } else if (addAsmPrinter(PM, Out, DwoOut, FileType, in addPassesToEmitFile()
/third_party/mindspore/tests/ut/cpp/dataset/common/
Dbboxop_common.h28 enum FileType { enum
49 …void SaveImagesWithAnnotations(FileType type, const std::string &op_name, const TensorTable &table…
/third_party/mindspore/tests/ut/cpp/dataset/
Drandom_vertical_flip_with_bbox_op_test.cc44 SaveImagesWithAnnotations(FileType::kExpected, std::string(kOpName), results); in TEST_F()
46 SaveImagesWithAnnotations(FileType::kActual, std::string(kOpName), results); in TEST_F()
Drandom_horizontal_flip_with_bbox_test.cc44 SaveImagesWithAnnotations(FileType::kExpected, std::string(kOpName), results); in TEST_F()
46 SaveImagesWithAnnotations(FileType::kActual , std::string(kOpName), results); in TEST_F()
Dresize_with_bbox_op_test.cc46 SaveImagesWithAnnotations(FileType::kExpected, std::string(kOpName), results); in TEST_F()
48 SaveImagesWithAnnotations(FileType::kActual, std::string(kOpName), results); in TEST_F()
Dbounding_box_augment_op_test.cc46 SaveImagesWithAnnotations(FileType::kExpected, std::string(kOpName), results); in TEST_F()
48 SaveImagesWithAnnotations(FileType::kActual, std::string(kOpName), results); in TEST_F()
Drandom_resize_with_bbox_op_test.cc51 SaveImagesWithAnnotations(FileType::kExpected, std::string(kOpName), results); in TEST_F()
53 SaveImagesWithAnnotations(FileType::kActual, std::string(kOpName), results); in TEST_F()
Drandom_crop_and_resize_with_bbox_op_test.cc57 SaveImagesWithAnnotations(FileType::kExpected, std::string(kOpName), results); in TEST_F()
59 SaveImagesWithAnnotations(FileType::kActual, std::string(kOpName), results); in TEST_F()
Drandom_crop_with_bbox_op_test.cc61 SaveImagesWithAnnotations(FileType::kExpected, std::string(kOpName), results); in TEST_F()
63 SaveImagesWithAnnotations(FileType::kActual, std::string(kOpName), results); in TEST_F()
/third_party/json/benchmarks/thirdparty/benchmark/tools/
Dcompare.py50 type=argparse.FileType('r'),
58 type=argparse.FileType('r'),
74 type=argparse.FileType('r'),
105 type=argparse.FileType('r'),
119 type=argparse.FileType('r'),
/third_party/python/Tools/peg_generator/pegen/
Dkeywordgen.py49 "tokens_file", type=argparse.FileType("r"), help="The file with the token definitions"
53 type=argparse.FileType("w"),
/third_party/flutter/skia/tools/
Dembed_resources.py35 parser.add_argument('--input', required=True, type=argparse.FileType('rb'),
37 parser.add_argument('--output', required=True, type=argparse.FileType('w'),
/third_party/skia/tools/
Dembed_resources.py40 parser.add_argument('--input', required=True, type=argparse.FileType('rb'),
42 parser.add_argument('--output', required=True, type=argparse.FileType('w'),
/third_party/nghttp2/doc/
Dmkapiref.py317 parser.add_argument('index', type=argparse.FileType('w'),
319 parser.add_argument('macros', type=argparse.FileType('w'),
321 parser.add_argument('enums', type=argparse.FileType('w'),
323 parser.add_argument('types', type=argparse.FileType('w'),
327 parser.add_argument('files', nargs='+', type=argparse.FileType('r'),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h57 enum FileType : unsigned { enum
174 void setFileType(FileType Kind) { FileKind = Kind; }
179 FileType getFileType() const { return FileKind; }
397 FileType FileKind;
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp45 DWORD FileType = GetFileType(FileHandle); in IsFile() local
47 if (FileType == FILE_TYPE_UNKNOWN) { in IsFile()
54 if (FileType != FILE_TYPE_DISK) { in IsFile()
/third_party/benchmark/tools/
Dcompare.py94 type=argparse.FileType('r'),
102 type=argparse.FileType('r'),
118 type=argparse.FileType('r'),
149 type=argparse.FileType('r'),
163 type=argparse.FileType('r'),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h93 void setFileType(CodeGenFileType FT) { FileType = FT; } in setFileType()
243 CodeGenFileType FileType = CGFT_ObjectFile; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DParallelCG.h42 CodeGenFileType FileType = CGFT_ObjectFile,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h340 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
361 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,

123