OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
472
static void
appendIndent
(AString *s, int32_t indent) {
556
appendIndent
(&tmp, indent + 2);
585
appendIndent
(&s, indent);
591
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 68 milliseconds