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.cpp499 static void appendIndent(AString *s, int32_t indent) { in appendIndent() function
583 appendIndent(&tmp, indent + 2); in debugString()
612 appendIndent(&s, indent); in debugString()
618 appendIndent(&s, indent); in debugString()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java123 private void appendIndent(int indent) throws IOException { in appendIndent() method in FastXmlSerializer
209 appendIndent(mNesting); in endTag()
361 appendIndent(mNesting); in startTag()