OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringForIndent
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/binder/
Debug.h
30
const char*
stringForIndent
(int32_t indentLevel);
/frameworks/native/libs/binder/
Debug.cpp
33
const char*
stringForIndent
(int32_t indentLevel)
282
if (newLine && indent) func(cookie,
stringForIndent
(indent));
292
if (indent > 0) func(cookie,
stringForIndent
(indent-1));
BufferedTextOutput.cpp
181
const char* prefix =
stringForIndent
(b->indent);
Completed in 3825 milliseconds