HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/llvm/lib/TableGen/
StringMatcher.cpp 47 std::string Indent(IndentCount*2+4, ' ');
54 // If the to-execute code has \n's in it, indent each subsequent line.
58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
63 OS << Indent << Split.first << "\n";
86 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
88 OS << Indent << " break;\n";
92 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
95 OS << Indent << " break;\n";
103 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n";
104 OS << Indent << "default: break;\n"
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.cc 60 printer->Indent();
111 printer->Indent();
124 printer->Indent();
125 printer->Indent();
150 printer->Indent();
151 printer->Indent();
189 printer->Indent();
190 printer->Indent();
234 printer->Indent();
235 printer->Indent();
    [all...]
java_message.cc 285 printer->Indent();
349 printer->Indent();
437 printer->Indent();
499 printer->Indent();
562 printer->Indent();
734 printer->Indent();
825 printer->Indent();
826 printer->Indent();
852 printer->Indent();
902 printer->Indent();
    [all...]
java_enum.cc 83 printer->Indent();
130 printer->Indent();
131 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 58 printer->Indent();
103 printer->Indent();
116 printer->Indent();
117 printer->Indent();
142 printer->Indent();
143 printer->Indent();
180 printer->Indent();
181 printer->Indent();
225 printer->Indent();
226 printer->Indent();
    [all...]
java_file.cc 151 printer->Indent();
160 printer->Indent();
210 printer->Indent();
270 printer->Indent();
271 printer->Indent();
304 printer->Indent();
305 printer->Indent();
306 printer->Indent();
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...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 55 struct indent { struct
57 indent(unsigned d) : distance(d) {} function in struct:indent
60 static raw_ostream &operator <<(raw_ostream &os, const indent &in) {
67 , unsigned Indent = 0
72 outs() << indent(Indent);
82 ++Indent;
85 dumpNode(i, Indent);
88 --Indent;
89 outs() << indent(Indent) << "]"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h 36 enum EIndentType { Indent, Outdent };
47 virtual EditAction editingAction() const { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; }
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 40 static raw_ostream& Indent(raw_ostream& o, const unsigned indent) {
41 for (unsigned i = 0; i < indent; ++i) o << ' ';
48 unsigned indent, bool extend = false) {
56 Indent(o, indent) << "<dict>\n";
57 Indent(o, indent) << " <key>line</key><integer>"
59 Indent(o, indent) << " <key>col</key><integer>
    [all...]
  /external/clang/lib/Basic/
Module.cpp 263 void Module::print(raw_ostream &OS, unsigned Indent) const {
264 OS.indent(Indent);
272 OS.indent(Indent + 2);
279 OS.indent(Indent + 2);
290 OS.indent(Indent + 2);
295 OS.indent(Indent + 2)
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 53 // If this is an expr used in a stmt context, indent and newline it.
54 Indent();
60 Indent() << "<<<NULL STATEMENT>>>\n";
81 raw_ostream &Indent(int Delta = 0) {
94 Indent() << "<<unknown stmt type>>\n";
120 Indent() << "}";
137 Indent() << ";\n";
141 Indent();
147 Indent();
153 Indent(-1) << "case "
    [all...]
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 44 void Emit(unsigned Indent = 0) const;
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.cpp 20 const unsigned Indent = 12;
23 OS.indent(Indent);
26 OS.indent(Indent) << " Ending address offset: "
28 OS.indent(Indent) << " Location description: ";
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.cc 144 printer->Indent();
222 printer->Indent();
253 printer->Indent();
283 printer->Indent();
287 printer->Indent();
292 printer->Indent();
299 printer->Indent();
328 printer->Indent();
377 printer->Indent();
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 71 unsigned Indent;
75 void indent();
79 : out(errs()), Differences(false), Indent(0) {}
  /external/clang/tools/diagtool/
TreeView.cpp 61 bool FlagsOnly, unsigned Indent = 0) {
62 out.indent(Indent * 2);
69 ++Indent;
73 printGroup(out, *I, FlagsOnly, Indent);
85 out.indent(Indent * 2);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 192 printer->Indent();
249 printer->Indent();
273 printer->Indent();
306 printer->Indent();
310 printer->Indent();
315 printer->Indent();
335 printer->Indent();
384 printer->Indent();
407 printer->Indent();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 428 printer->Indent();
468 printer->Indent();
616 printer->Indent();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 277 printer->Indent();
316 printer->Indent();
450 printer->Indent();
772 printer->Indent();
791 printer->Indent();
813 printer->Indent();
952 printer->Indent();
980 printer->Indent();
993 printer->Indent();
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 92 // Indent text by two spaces. After calling Indent(), two spaces will be
93 // inserted at the beginning of each line of text. Indent() may be called
95 void Indent();
97 // Reduces the current indent level by two spaces, or crashes if the indent
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.h 88 // Indent text by two spaces. After calling Indent(), two spaces will be
89 // inserted at the beginning of each line of text. Indent() may be called
91 void Indent();
93 // Reduces the current indent level by two spaces, or crashes if the indent
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 102 static raw_ostream &Indent(raw_ostream &o, const unsigned indent) {
103 for (unsigned i = 0; i < indent; ++i) o << ' ';
110 unsigned indent, bool extend = false) {
118 Indent(o, indent) << "<dict>\n";
119 Indent(o, indent) << " <key>line</key><integer>"
121 Indent(o, indent) << " <key>col</key><integer>
    [all...]
  /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...]

Completed in 581 milliseconds

1 2 3 4