HomeSort by relevance Sort by last modified time
    Searched refs:appendIndent (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 32 static void appendIndent(AString *s, int32_t indent) {
49 appendIndent(&line, indent);
AMessage.cpp 407 static void appendIndent(AString *s, int32_t indent) {
491 appendIndent(&tmp, indent + 2);
520 appendIndent(&s, indent);
526 appendIndent(&s, indent);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 122 private void appendIndent(int indent) throws IOException {
208 appendIndent(mNesting);
358 appendIndent(mNesting);

Completed in 480 milliseconds