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.cpp524 static void appendIndent(AString *s, int32_t indent) { in appendIndent() function
608 appendIndent(&tmp, indent + 2); in debugString()
637 appendIndent(&s, indent); in debugString()
643 appendIndent(&s, indent); in debugString()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java143 private void appendIndent(int indent) throws IOException { in appendIndent() method in FastXmlSerializer
229 appendIndent(mNesting); in endTag()
381 appendIndent(mNesting); in startTag()