Home
last modified time | relevance | path

Searched refs:FileWriter (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp1 //===- 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 DRange.cpp11 #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 DGsymCreator.cpp9 #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 DHeader.cpp10 #include "llvm/DebugInfo/GSYM/FileWriter.h"
85 llvm::Error Header::encode(FileWriter &O) const { in encode()
/third_party/gn/src/gn/
H A Dfile_writer.cc21 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 Dfile_writer_unittest.cc15 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 Dfile_writer.h42 // FileWriter writer;
50 class FileWriter { class
52 FileWriter() = default;
53 ~FileWriter();
H A Dstring_output_buffer.cc99 FileWriter writer; in WriteToFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h1 //===- 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 DRange.h28 class FileWriter;
62 void encode(FileWriter &O, uint64_t BaseAddr) const;
109 void encode(FileWriter &O, uint64_t BaseAddr) const;
H A DHeader.h22 class FileWriter;
113 /// Encode this object into FileWriter stream.
120 llvm::Error encode(FileWriter &O) const;
H A DGsymCreator.h30 class FileWriter;
158 llvm::Error encode(FileWriter &O) const;
H A DLineTable.h21 class FileWriter;
156 /// Encode this LineTable object into FileWriter stream.
166 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
H A DInlineInfo.h155 /// Encode this InlineInfo object into FileWriter stream.
168 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
H A DFunctionInfo.h136 /// Encode this object into FileWriter stream.
143 llvm::Expected<uint64_t> encode(FileWriter &O) const;
/third_party/skia/infra/bots/
H A Dzip_utils_test.py24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
H A Dtest_utils.py17 class FileWriter(object): class
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
H A DIndexGenerator.java13 import java.io.FileWriter;
69 PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter(outFile))); in main()
/third_party/ninja/misc/
H A Dwrite_fake_manifests.py215 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 DUCharacterCompare.java13 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 DUCharacterCompare.java12 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 DRBJavaExporter.java108 FileWriter writer = new FileWriter(write_file); in export()
H A DRBTMXExporter.java218 FileWriter fw = new FileWriter(new File(directory,file_name)); in export()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DMigrationJob.java27 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 DBuildMetadataProtoFromXml.java25 import java.io.FileWriter;
358 writer = new BufferedWriter(new FileWriter(new File(outputDir, name + ".java"))); in ClassWriter()

Completed in 12 milliseconds

12