Home
last modified time | relevance | path

Searched refs:StringOutputStream (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/io/
H A DStringStream.cpp54 StringOutputStream::StringOutputStream(std::string* str, size_t buffer_capacity) in StringOutputStream() function in aapt::io::StringOutputStream
61 StringOutputStream::~StringOutputStream() { in ~StringOutputStream()
65 bool StringOutputStream::Next(void** data, size_t* size) { in Next()
76 void StringOutputStream::BackUp(size_t count) { in BackUp()
84 size_t StringOutputStream::ByteCount() const { in ByteCount()
88 void StringOutputStream::Flush() { in Flush()
94 void StringOutputStream::FlushImpl() { in FlushImpl()
H A DStringStream.h57 class StringOutputStream : public OutputStream {
59 explicit StringOutputStream(std::string* str, size_t buffer_capacity = 4096u);
61 ~StringOutputStream();
80 DISALLOW_COPY_AND_ASSIGN(StringOutputStream);
H A DStringStream_test.cpp78 StringOutputStream out(&output, 10u); in TEST()
/aosp14/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor_test.cpp23 using ::aapt::io::StringOutputStream;
41 StringOutputStream out(&annotations); in TEST()
54 StringOutputStream out(&annotations); in TEST()
69 StringOutputStream out(&annotations); in TEST()
84 StringOutputStream out(&annotations); in TEST()
99 StringOutputStream out(&annotations); in TEST()
H A DJavaClassGenerator_test.cpp25 using ::aapt::io::StringOutputStream;
49 StringOutputStream out(&result); in TEST()
73 StringOutputStream out(&output); in TEST()
97 StringOutputStream out(&output); in TEST()
133 StringOutputStream out(&output); in TEST()
169 StringOutputStream out(&output); in TEST()
289 StringOutputStream out(&output); in TEST()
313 StringOutputStream out(&output); in TEST()
355 StringOutputStream out(&output); in TEST()
393 StringOutputStream out(&output); in TEST()
[all …]
H A DManifestClassGenerator_test.cpp22 using ::aapt::io::StringOutputStream;
219 StringOutputStream out(out_str);
H A DProguardRules_test.cpp23 using ::aapt::io::StringOutputStream;
32 StringOutputStream sout(&out); in GetKeepSetString()
/aosp14/frameworks/base/tools/aapt2/text/
H A DPrinter_test.cpp22 using ::aapt::io::StringOutputStream;
31 StringOutputStream out(&result); in TEST()
/aosp14/frameworks/base/tools/aapt2/format/
H A DContainer_test.cpp24 using ::google::protobuf::io::StringOutputStream;
40 StringOutputStream out_stream(&output_str); in TEST()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DDump_test.cpp24 using ::aapt::io::StringOutputStream;
37 StringOutputStream output_stream(output); in DumpBadgingToString()