OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringForIndent
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/libs/binder/include/binder/
Debug.h
29
const char*
stringForIndent
(int32_t indentLevel);
/system/libhwbinder/include/hwbinder/
Debug.h
30
const char*
stringForIndent
(int32_t indentLevel);
/frameworks/native/libs/binder/
Debug.cpp
34
const char*
stringForIndent
(int32_t indentLevel)
283
if (newLine && indent) func(cookie,
stringForIndent
(indent));
293
if (indent > 0) func(cookie,
stringForIndent
(indent-1));
BufferedTextOutput.cpp
181
const char* prefix =
stringForIndent
(b->indent);
/system/libhwbinder/
Debug.cpp
35
const char*
stringForIndent
(int32_t indentLevel)
288
if (newLine && indent) func(cookie,
stringForIndent
(indent));
298
if (indent > 0) func(cookie,
stringForIndent
(indent-1));
BufferedTextOutput.cpp
181
const char* prefix =
stringForIndent
(b->indent);
Completed in 1061 milliseconds