Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DStringStream.cpp71 StringOutputStream::StringOutputStream(std::string* str, size_t buffer_capacity) in StringOutputStream() function in aapt::io::StringOutputStream
78 StringOutputStream::~StringOutputStream() { in ~StringOutputStream()
82 bool StringOutputStream::Next(void** data, size_t* size) { in Next()
93 void StringOutputStream::BackUp(size_t count) { in BackUp()
101 size_t StringOutputStream::ByteCount() const { in ByteCount()
105 void StringOutputStream::Flush() { in Flush()
111 void StringOutputStream::FlushImpl() { in FlushImpl()
DStringStream.h58 class StringOutputStream : public android::OutputStream {
60 explicit StringOutputStream(std::string* str, size_t buffer_capacity = 4096u);
62 ~StringOutputStream();
81 DISALLOW_COPY_AND_ASSIGN(StringOutputStream);
DStringStream_test.cpp78 StringOutputStream out(&output, 10u); in TEST()
/frameworks/base/tools/aapt2/java/
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()
114 StringOutputStream out(&annotations); in TEST()
129 StringOutputStream out(&annotations); in TEST()
149 StringOutputStream out(&annotations); in TEST()
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()
199 StringOutputStream out(&output); in TEST()
212 StringOutputStream out(&output); in TEST()
225 StringOutputStream out(&output); in TEST()
289 StringOutputStream out(&output); in TEST()
[all …]
DManifestClassGenerator_test.cpp22 using ::aapt::io::StringOutputStream;
219 StringOutputStream out(out_str);
DProguardRules_test.cpp23 using ::aapt::io::StringOutputStream;
32 StringOutputStream sout(&out); in GetKeepSetString()
/frameworks/base/tools/aapt2/text/
DPrinter_test.cpp22 using ::aapt::io::StringOutputStream;
31 StringOutputStream out(&result); in TEST()
/frameworks/base/tools/aapt2/format/
DContainer_test.cpp24 using ::google::protobuf::io::StringOutputStream;
40 StringOutputStream out_stream(&output_str); in TEST()
/frameworks/base/tools/aapt2/cmd/
DDump_test.cpp24 using ::aapt::io::StringOutputStream;
37 StringOutputStream output_stream(output); in DumpBadgingToString()