Home
last modified time | relevance | path

Searched defs:Print (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/java/
H A DClassDefinition.cpp26 void ClassMember::Print(bool /*final*/, Printer* printer, bool strip_api_annotations) const { in Print() function in aapt::ClassMember
34 void MethodDefinition::Print(bool final, Printer* printer, bool) const { in Print() function in aapt::MethodDefinition
77 void ClassDefinition::Print(bool final, Printer* printer, bool strip_api_annotations) const { in Print() function in aapt::ClassDefinition
H A DAnnotationProcessor.cpp126 void AnnotationProcessor::Print(Printer* printer, bool strip_api_annotations) const { in Print() function in aapt::AnnotationProcessor
/aosp14/frameworks/base/tools/aapt2/
H A DResourceValues.cpp95 void RawString::Print(std::ostream* out) const { in Print() function in aapt::RawString
144 void Reference::Print(std::ostream* out) const { in Print() function in aapt::Reference
224 void Id::Print(std::ostream* out) const { in Print() function in aapt::Id
266 void String::Print(std::ostream* out) const { in Print() function in aapt::String
313 void StyledString::Print(std::ostream* out) const { in Print() function in aapt::StyledString
661 void Attribute::Print(std::ostream* out) const { in Print() function in aapt::Attribute
864 void Style::Print(std::ostream* out) const { in Print() function in aapt::Style
953 void Array::Print(std::ostream* out) const { in Print() function in aapt::Array
980 void Plural::Print(std::ostream* out) const { in Print() function in aapt::Plural
1023 void Styleable::Print(std::ostream* out) const { in Print() function in aapt::Styleable
[all …]
H A DDebug.cpp831 void Print() { in Print() function in aapt::__anon90c09ce60510::ChunkPrinter
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp126 void Print(text::Printer* printer) { in Print() function in aapt::Architectures
176 void Print(text::Printer* printer) { in Print() function in aapt::Components
232 virtual void Print(text::Printer* printer) { in Print() function in aapt::ManifestExtractor::Element
635 void Print(text::Printer* printer) override { in Print() function in aapt::Manifest
741 void Print(text::Printer* printer) override { in Print() function in aapt::Application
838 void Print(text::Printer* printer) override { in Print() function in aapt::UsesSdkBadging
895 void Print(text::Printer* printer) override { in Print() function in aapt::UsesConfiguarion
1386 void Print(text::Printer* printer) override { in Print() function in aapt::UsesPermission
1496 void Print(text::Printer* printer) override { in Print() function in aapt::UsesPermissionSdk23
1528 void Print(text::Printer* printer) override { in Print() function in aapt::Permission
[all …]
/aosp14/frameworks/base/tools/aapt2/text/
H A DPrinter.cpp38 Printer& Printer::Print(StringPiece str) { in Print() function in aapt::text::Printer
/aosp14/frameworks/base/tools/streaming_proto/
H A DErrors.cpp67 Errors::Print() const in Print() function in android::stream_proto::Errors
/aosp14/system/core/libprocessgroup/
H A Dcgroup_map.cpp164 void CgroupMap::Print() const { in Print() function in CgroupMap
/aosp14/system/core/cli-test/
H A Dcli-test.cpp66 static void Print(Color c, const char* lhs, const char* fmt, ...) { in Print() function