Searched refs:Indent (Results 1 - 25 of 137) sorted by relevance

123456

/external/llvm/lib/TableGen/
H A DStringMatcher.cpp47 std::string Indent(IndentCount*2+4, ' ');
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"; local
92 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
95 OS << Indent << " break;\n"; local
103 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n";
104 OS << Indent << "default: break;\n"; local
109 OS << Indent << "cas
114 OS << Indent << " break;\\n"; local
117 OS << Indent << "}\\n"; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp90 Indent(o, indent) << "<dict>\n";
93 Indent(o, indent) << "<key>kind</key><string>control</string>\n";
96 Indent(o, indent) << "<key>edges</key>\n";
98 Indent(o, indent) << "<array>\n";
102 Indent(o, indent) << "<dict>\n";
108 Indent(o, indent) << "<key>start</key>\n";
113 Indent(o, indent) << "<key>end</key>\n";
119 Indent(o, indent) << "</dict>\n";
122 Indent(o, indent) << "</array>\n";
128 Indent(
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc60 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...]
H A Djava_message.cc285 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...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc58 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...]
H A Djava_file.cc151 printer->Indent();
160 printer->Indent();
210 printer->Indent();
270 printer->Indent();
271 printer->Indent();
304 printer->Indent();
305 printer->Indent();
306 printer->Indent();
H A Djava_message.cc292 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/
H A DYAMLBench.cpp81 , unsigned Indent = 0
86 outs() << indent(Indent);
96 ++Indent;
99 dumpNode(i, Indent);
102 --Indent;
103 outs() << indent(Indent) << "]";
106 ++Indent;
109 outs() << indent(Indent) << "? ";
110 dumpNode(i->getKey(), Indent, true);
112 outs() << indent(Indent) << "
[all...]
/external/clang/lib/AST/
H A DStmtPrinter.cpp54 Indent();
60 Indent() << "<<<NULL STATEMENT>>>\n";
82 raw_ostream &Indent(int Delta = 0) { function in class:__anon17749::StmtPrinter
95 Indent() << "<<unknown stmt type>>\n";
120 Indent() << "}";
133 Indent() << ";\n";
137 Indent();
143 Indent();
149 Indent(-1) << "case ";
161 Indent(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DIndentOutdentCommand.h36 enum EIndentType { Indent, Outdent }; enumerator in enum:blink::FINAL::EIndentType
47 virtual EditAction editingAction() const OVERRIDE { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; }
/external/clang/lib/Format/
H A DContinuationIndenter.h145 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace, argument
147 : Indent(Indent), IndentLevel(IndentLevel), LastSpace(LastSpace),
159 unsigned Indent; member in struct:clang::format::ParenState
261 if (Indent != Other.Indent)
262 return Indent < Other.Indent;
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.cpp21 const unsigned Indent = 12; local
24 OS.indent(Indent);
27 OS.indent(Indent) << " Ending address offset: "
29 OS.indent(Indent) << " Location description: ";
115 const unsigned Indent = 12; local
118 OS.indent(Indent);
120 OS.indent(Indent) << " Length: " << E.Length << '\n';
121 OS.indent(Indent) << " Location description: ";
/external/clang/lib/Basic/
H A DModule.cpp288 void Module::print(raw_ostream &OS, unsigned Indent) const {
289 OS.indent(Indent);
297 OS.indent(Indent + 2);
304 OS.indent(Indent + 2);
317 OS.indent(Indent + 2);
322 OS.indent(Indent + 2);
329 OS.indent(Indent + 2);
342 OS.indent(Indent + 2);
349 OS.indent(Indent + 2);
356 OS.indent(Indent
[all...]
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc150 printer->Indent();
232 printer->Indent();
233 printer->Indent();
234 printer->Indent();
235 printer->Indent();
295 printer->Indent();
316 printer->Indent();
340 printer->Indent();
344 printer->Indent();
349 printer->Indent();
[all...]
/external/llvm/include/llvm/TableGen/
H A DStringMatcher.h45 void Emit(unsigned Indent = 0) const;
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h71 unsigned Indent; member in class:llvm::DiffConsumer
79 : out(errs()), Differences(false), Indent(0) {}
/external/clang/tools/diagtool/
H A DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) {
59 out.indent(Indent * 2);
65 ++Indent;
69 printGroup(*I, Indent);
78 out.indent(Indent * 2);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message.cc192 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/
H A Dcpp_message.cc428 printer->Indent();
468 printer->Indent();
616 printer->Indent();
981 printer->Indent();
1000 printer->Indent();
1022 printer->Indent();
1182 printer->Indent();
1208 printer->Indent();
1223 printer->Indent();
1267 printer->Indent();
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc277 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();
1037 printer->Indent();
[all...]
/external/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp188 s->Indent();
191 s->Indent();
222 s->Indent("watchpoint commands:\n");
230 s->Indent(data->user_source.GetStringAtIndex(i));
H A DBreakpointLocation.cpp530 s->Indent();
557 s->Indent("module = ");
564 s->Indent("compile unit = ");
570 s->Indent("function = ");
577 s->Indent("location = ");
588 s->Indent("symbol = ");
598 s->Indent();
620 s->Indent();
623 s->Indent();
628 s->Indent();
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dprinter.h88 // 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();
/external/lldb/source/Symbol/
H A DSymbolContext.cpp190 s->Indent();
238 s->Indent(" Module: file = \"");
248 s->Indent("CompileUnit: ");
255 s->Indent(" Function: ");
262 s->Indent(" FuncType: ");
285 s->Indent(" Blocks: ");
287 s->Indent(" ");
295 s->Indent(" LineEntry: ");
302 s->Indent(" Symbol: ");
326 s->Indent();
[all...]
/external/chromium_org/mojo/nacl/generator/
H A Dgenerate_nacl_bindings.py61 def Indent(self): member in class:CodeWriter
62 return Indent(self)
66 class Indent(object): class in inherits:object
114 with code.Indent():
235 with code.Indent():
316 with code.Indent():
319 with code.Indent():
329 with code.Indent():
334 with code.Indent():
355 with code.Indent()
[all...]

Completed in 8971 milliseconds

123456