HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 292 printer->Indent();
355 printer->Indent();
410 printer->Indent();
470 printer->Indent();
633 printer->Indent();
735 printer->Indent();
775 printer->Indent();
812 printer->Indent();
823 printer->Indent();
828 printer->Indent();
    [all...]
java_enum.cc 81 printer->Indent();
116 printer->Indent();
117 printer->Indent();
java_enum_field.cc 301 printer->Indent();
335 printer->Indent();
  /external/v8/src/
scopes.cc 733 static void Indent(int n, const char* str) {
764 static void PrintVar(int indent, Variable* var) {
766 Indent(indent, Variable::Mode2String(var->mode()));
780 static void PrintMap(int indent, VariableMap* map) {
783 PrintVar(indent, var);
793 Indent(n0, Header(type_));
813 Indent(n1, "// (local) function name: ");
820 Indent(n1, "// scope has trivial outer context\n");
826 Indent(n1, "// strict mode scope\n")
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 83 printer->Indent();
130 printer->Indent();
131 printer->Indent();
java_file.cc 199 printer->Indent();
208 printer->Indent();
260 printer->Indent();
307 printer->Indent();
308 printer->Indent();
341 printer->Indent();
342 printer->Indent();
343 printer->Indent();
java_message_field.cc 176 printer->Indent();
180 printer->Indent();
197 printer->Indent();
542 printer->Indent();
546 printer->Indent();
563 printer->Indent();
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer_unittest.cc 184 printer.Indent();
188 printer.Indent();
191 printer.PrintRaw("RawBit has indent at start\n");
195 printer.Indent();
212 " RawBit has indent at start\n"
232 EXPECT_DEBUG_DEATH(printer.Outdent(), "without matching Indent");
  /external/protobuf/src/google/protobuf/io/
printer_unittest.cc 184 printer.Indent();
188 printer.Indent();
191 printer.PrintRaw("RawBit has indent at start\n");
195 printer.Indent();
212 " RawBit has indent at start\n"
232 EXPECT_DEBUG_DEATH(printer.Outdent(), "without matching Indent");
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 317 void LexicalScope::dump(unsigned Indent) const {
320 err.indent(Indent);
323 err.indent(Indent);
326 err << std::string(Indent, ' ') << "Abstract Scope\n";
329 err << std::string(Indent + 2, ' ') << "Children ...\n";
332 Children[i]->dump(Indent + 2);
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 54 unsigned EmitMatcherList(const Matcher *N, unsigned Indent,
61 unsigned EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx,
138 EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx,
140 OS.PadToColumn(Indent*2);
157 OS.PadToColumn(Indent*2) << "/*Scope*/ ";
159 OS.PadToColumn(Indent*2);
176 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
198 OS.PadToColumn(Indent*2) << "0, ";
311 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
318 OS.PadToColumn(Indent*2)
    [all...]
CallingConvEmitter.cpp 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
79 unsigned Indent, raw_ostream &O) {
80 std::string IndentStr = std::string(Indent, ' ');
101 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextUtils.js 126 WebInspector.TextUtils.Indent = {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 106 printer->Indent();
123 printer->Indent();
334 printer->Indent();
360 printer->Indent();
cpp_file.cc 432 printer->Indent();
492 printer->Indent();
512 printer->Indent();
543 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 99 printer->Indent();
113 printer->Indent();
286 printer->Indent();
312 printer->Indent();
  /external/chromium_org/v8/src/
scopes.cc 796 static void Indent(int n, const char* str) {
827 static void PrintVar(int indent, Variable* var) {
829 Indent(indent, Variable::Mode2String(var->mode()));
843 static void PrintMap(int indent, VariableMap* map) {
846 PrintVar(indent, var);
856 Indent(n0, Header(scope_type_));
876 Indent(n1, "// (local) function name: ");
883 Indent(n1, "// scope has trivial outer context\n");
889 Indent(n1, "// strict mode scope\n")
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 34 raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
46 void VisitDeclContext(DeclContext *DC, bool Indent = true);
178 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);
181 raw_ostream& DeclPrinter::Indent(unsigned Indentation) {
201 this->Indent();
221 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) {
225 if (Indent)
283 this->Indent();
    [all...]
  /external/clang/lib/Format/
Format.cpp 328 // Initialize state dependent on indent.
379 ParenState(unsigned Indent, unsigned LastSpace, bool AvoidBinPacking,
381 : Indent(Indent), LastSpace(LastSpace), FirstLessLess(0),
390 unsigned Indent;
457 if (Indent != Other.Indent)
458 return Indent < Other.Indent;
594 // If we are continuing an expression, we want to indent an extra 4 spaces
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 234 printer->Indent();
288 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 207 printer->Indent();
231 printer->Indent();
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 134 void DiffConsumer::indent() { function in class:DiffConsumer
135 unsigned N = Indent;
145 Indent += 2;
151 Indent -= 2;
156 indent();
162 indent();
194 indent();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 331 printer_->Indent();
399 printer_->Indent();
400 printer_->Indent();
473 printer_->Indent();
505 printer_->Indent();
527 printer_->Indent();
540 printer_->Indent();
560 printer_->Indent();
586 printer_->Indent();
654 printer_->Indent();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 306 printer_->Indent();
369 printer_->Indent();
370 printer_->Indent();
443 printer_->Indent();
476 printer_->Indent();
498 printer_->Indent();
511 printer_->Indent();
531 printer_->Indent();
557 printer_->Indent();
625 printer_->Indent();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 139 const std::string Indent(IndentCount, ' ');
143 O << Indent
149 O << Indent
161 O << Indent;

Completed in 1100 milliseconds

12 3 4 5