Home
last modified time | relevance | path

Searched refs:appendIndent (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
Dhexdump.cpp32 static void appendIndent(AString *s, int32_t indent) { in appendIndent() function
49 appendIndent(&line, indent); in hexdump()
DAMessage.cpp521 static void appendIndent(AString *s, int32_t indent) { in appendIndent() function
605 appendIndent(&tmp, indent + 2); in debugString()
634 appendIndent(&s, indent); in debugString()
640 appendIndent(&s, indent); in debugString()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java142 private void appendIndent(int indent) throws IOException { in appendIndent() method in FastXmlSerializer
228 appendIndent(mNesting); in endTag()
380 appendIndent(mNesting); in startTag()