/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | FileWriter.cpp | 1 //===- FileWriter.cpp -------------------------------------------*- C++ -*-===// 10 #include "llvm/DebugInfo/GSYM/FileWriter.h" 18 FileWriter::~FileWriter() { OS.flush(); } in ~FileWriter() 20 void FileWriter::writeSLEB(int64_t S) { in writeSLEB() 27 void FileWriter::writeULEB(uint64_t U) { 34 void FileWriter::writeU8(uint8_t U) { 38 void FileWriter::writeU16(uint16_t U) { 43 void FileWriter::writeU32(uint32_t U) { 48 void FileWriter [all...] |
H A D | Range.cpp | 11 #include "llvm/DebugInfo/GSYM/FileWriter.h" 70 void AddressRange::encode(FileWriter &O, uint64_t BaseAddr) const { in encode() 85 void AddressRanges::encode(FileWriter &O, uint64_t BaseAddr) const { in encode()
|
H A D | GsymCreator.cpp | 9 #include "llvm/DebugInfo/GSYM/FileWriter.h" 49 FileWriter O(OutStrm, ByteOrder); in save() 53 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode()
|
H A D | Header.cpp | 10 #include "llvm/DebugInfo/GSYM/FileWriter.h" 85 llvm::Error Header::encode(FileWriter &O) const { in encode()
|
/third_party/gn/src/gn/ |
H A D | file_writer.cc | 21 FileWriter::~FileWriter() = default; 25 bool FileWriter::Create(const base::FilePath& file_path) { in Create() 56 bool FileWriter::Write(std::string_view str) { in Write() 77 bool FileWriter::Close() { in Close() 88 bool FileWriter::Create(const base::FilePath& file_path) { in Create() 97 bool FileWriter::Write(std::string_view str) { in Write() 112 bool FileWriter::Close() { in Close()
|
H A D | file_writer_unittest.cc | 15 TEST(FileWriter, SingleWrite) { in TEST() 23 FileWriter writer; in TEST() 31 TEST(FileWriter, MultipleWrites) { in TEST() 39 FileWriter writer; in TEST() 49 TEST(FileWriter, LongPathWrite) { in TEST() 62 FileWriter writer; in TEST()
|
H A D | file_writer.h | 42 // FileWriter writer; 50 class FileWriter { class 52 FileWriter() = default; 53 ~FileWriter();
|
H A D | string_output_buffer.cc | 99 FileWriter writer; in WriteToFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | FileWriter.h | 1 //===- FileWriter.h ---------------------------------------------*- C++ -*-===// 29 class FileWriter { class 33 FileWriter(llvm::raw_pwrite_stream &S, llvm::support::endianness B) in FileWriter() function in llvm::gsym::FileWriter 35 ~FileWriter(); 117 FileWriter(const FileWriter &rhs) = delete; 118 void operator=(const FileWriter &rhs) = delete;
|
H A D | Range.h | 28 class FileWriter; 62 void encode(FileWriter &O, uint64_t BaseAddr) const; 109 void encode(FileWriter &O, uint64_t BaseAddr) const;
|
H A D | Header.h | 22 class FileWriter; 113 /// Encode this object into FileWriter stream. 120 llvm::Error encode(FileWriter &O) const;
|
H A D | GsymCreator.h | 30 class FileWriter; 158 llvm::Error encode(FileWriter &O) const;
|
H A D | LineTable.h | 21 class FileWriter; 156 /// Encode this LineTable object into FileWriter stream. 166 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
|
H A D | InlineInfo.h | 155 /// Encode this InlineInfo object into FileWriter stream. 168 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
|
H A D | FunctionInfo.h | 136 /// Encode this object into FileWriter stream. 143 llvm::Expected<uint64_t> encode(FileWriter &O) const;
|
/third_party/skia/infra/bots/ |
H A D | zip_utils_test.py | 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
|
H A D | test_utils.py | 17 class FileWriter(object): class
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/ |
H A D | IndexGenerator.java | 13 import java.io.FileWriter; 69 PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter(outFile))); in main()
|
/third_party/ninja/misc/ |
H A D | write_fake_manifests.py | 215 def FileWriter(path): function 260 with FileWriter(os.path.join(root_dir, target.ninja_file_path)) as n: 266 with FileWriter(os.path.join(root_dir, 'build.ninja')) as master_ninja:
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterCompare.java | 13 import java.io.FileWriter; 45 FileWriter f; in main() 47 f = new FileWriter("compare.txt"); in main() 49 f = new FileWriter(arg[0]); in main()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterCompare.java | 12 import java.io.FileWriter; 42 FileWriter f; in main() 44 f = new FileWriter("compare.txt"); in main() 46 f = new FileWriter(arg[0]); in main()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBJavaExporter.java | 108 FileWriter writer = new FileWriter(write_file); in export()
|
H A D | RBTMXExporter.java | 218 FileWriter fw = new FileWriter(new File(directory,file_name)); in export()
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | MigrationJob.java | 27 import java.io.FileWriter; 300 FileWriter fw = new FileWriter(newFileLocation); in exportToFile()
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataProtoFromXml.java | 25 import java.io.FileWriter; 358 writer = new BufferedWriter(new FileWriter(new File(outputDir, name + ".java"))); in ClassWriter()
|