Searched refs:mIndent (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/aapt/ |
D | IndentPrinter.h | 9 , mIndent(0) in mStream() 14 mIndent += amount; 15 if (mIndent < 0) { 16 mIndent = 0; 47 int numSpaces = mIndent * mIndentSize; in doIndent() 58 int mIndent; variable
|
/frameworks/rs/api/ |
D | Utilities.h | 62 std::string mIndent; // The correct spacing at the beginning of each line. 92 *this << mIndent; in indent() 97 *this << mIndent << std::string(2 * TAB_SIZE, ' '); in indentPlus()
|
D | Utilities.cpp | 212 mIndent.append(string(TAB_SIZE, ' ')); in increaseIndent() 216 mIndent.erase(0, TAB_SIZE); in decreaseIndent()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | ProgramCache.cpp | 41 int mIndent; member in android::Formatter 46 Formatter() : mIndent(0) {} in Formatter() 53 for (int i=0 ; i<out.mIndent ; i++) { in operator <<() 68 f.mIndent++; in indent() 72 f.mIndent--; in dedent()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FastXmlSerializer.java | 64 private boolean mIndent = false; field in FastXmlSerializer 207 if (mIndent && mLineStart) { in endTag() 301 mIndent = true; in setFeature() 357 if (mIndent) { in startTag() 379 if (mIndent) { in text() 392 if (mIndent) { in text()
|
/frameworks/compile/slang/ |
D | slang_rs_reflect_utils.h | 141 *this << mIndent; in indent() 146 std::string mIndent; // The correct spacing at the beginning of each line.
|
D | slang_rs_reflect_utils.cpp | 392 void GeneratedFile::increaseIndent() { mIndent.append(" "); } in increaseIndent() 395 slangAssert(!mIndent.empty() && "No indent"); in decreaseIndent() 396 mIndent.erase(0, 4); in decreaseIndent() 402 std::size_t indentLength = mIndent.length() + 3; in comment()
|
/frameworks/av/media/libnbaio/ |
D | NBLog.cpp | 342 mIndent = indent; in dump() 441 dprintf(mFd, "%.*s%s %s\n", mIndent, "", timestamp.string(), body.string()); in dumpLine() 443 ALOGI("%.*s%s %s", mIndent, "", timestamp.string(), body.string()); in dumpLine()
|
/frameworks/av/include/media/nbaio/ |
D | NBLog.h | 193 int mIndent; // indentation level variable
|