HomeSort by relevance Sort by last modified time
    Searched full:indentstr (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 80 std::string IndentStr = std::string(Indent, ' ');
83 O << IndentStr << "if (";
89 if (i != 0) O << " ||\n " << IndentStr;
102 O << IndentStr << "}\n";
106 O << IndentStr << "if (!" << CC->getName()
108 << IndentStr << " return false;\n";
112 O << IndentStr << "if (unsigned Reg = State.AllocateReg(";
115 O << IndentStr << "static const uint16_t RegList" << ++Counter
117 O << IndentStr << " ";
122 O << "\n" << IndentStr << "};\n"
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /frameworks/native/libs/utils/
Debug.cpp 29 static const char indentStr[] =
35 ssize_t off = sizeof(indentStr)-1-(indentLevel*2);
36 return indentStr + (off < 0 ? 0 : off);
  /external/v8/tools/
tickprocessor.js 537 var indentStr = padLeft('', indent);
543 indentStr + rec.internalFuncName);
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 623 SmallString<16> IndentStr;
624 IndentStr.assign(Indentation, ' ');
653 OS.write(&IndentStr[0], Indentation);
    [all...]
  /external/smack/asmack-master/jingle/
60-remove-jingle_mediaimpl.patch     [all...]

Completed in 1494 milliseconds