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

12 3 4 5 6

  /external/deqp/framework/opengl/
gluVarType.hpp 286 struct Indent
289 Indent (int level_) : level(level_) {}
317 std::ostream& operator<< (std::ostream& str, const Indent& indent);
324 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel); } function in namespace:glu
  /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/compiler/java/
java_enum.cc 81 printer->Indent();
116 printer->Indent();
117 printer->Indent();
java_enum_field.cc 301 printer->Indent();
335 printer->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/clang/lib/Format/
ContinuationIndenter.cpp 116 // Don't create a 'hanging' indent if there are multiple blocks in a single
147 State.Column > State.Stack.back().Indent && // Breaking saves columns.
287 else if (State.Stack.back().Indent + Current.LongestObjCSelectorName >
290 State.Stack.back().Indent + Current.LongestObjCSelectorName;
297 State.Stack.back().Indent = State.Column + Spaces;
307 // parameter, i.e. let nested calls have a continuation indent.
320 // Always indent relative to the RHS of the expression unless this is a
321 // simple assignment without binary expression on the RHS. Also indent
325 State.Stack.back().Indent = State.Column;
328 // If a function has a trailing call, indent all parameters from th
    [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 334 void LexicalScope::dump(unsigned Indent) const {
337 err.indent(Indent);
340 err.indent(Indent);
343 err << std::string(Indent, ' ') << "Abstract Scope\n";
346 err << std::string(Indent + 2, ' ') << "Children ...\n";
349 Children[i]->dump(Indent + 2);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 368 printer->Indent();
401 printer->Indent();
419 printer->Indent();
420 printer->Indent();
450 printer->Indent();
476 printer->Indent();
javanano_enum.cc 82 printer->Indent();
  /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, ";
317 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
326 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/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 106 printer->Indent();
123 printer->Indent();
334 printer->Indent();
360 printer->Indent();
  /external/lldb/source/Breakpoint/
BreakpointOptions.cpp 223 s->Indent();
226 s->Indent();
279 s->Indent("Breakpoint commands:\n");
287 s->Indent(data->user_source.GetStringAtIndex(i));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 99 printer->Indent();
113 printer->Indent();
286 printer->Indent();
312 printer->Indent();
  /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)
274 this->Indent();
    [all...]
  /external/chromium_org/v8/src/
scopes.cc 771 static void Indent(int n, const char* str) {
802 static void PrintVar(int indent, Variable* var) {
804 Indent(indent, Variable::Mode2String(var->mode()));
818 static void PrintMap(int indent, VariableMap* map) {
821 PrintVar(indent, var);
831 Indent(n0, Header(scope_type_));
851 Indent(n1, "// (local) function name: ");
858 Indent(n1, "// scope has trivial outer context\n");
861 Indent(n1, "// strict mode scope\n")
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 234 printer->Indent();
288 printer->Indent();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextUtils.js 164 WebInspector.TextUtils.Indent = {
  /external/clang/include/clang/Basic/
PlistSupport.h 40 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) {
41 for (unsigned i = 0; i < indent; ++i)
93 const FIDMap &FM, unsigned indent,
101 Indent(o, indent) << "<dict>\n";
102 Indent(o, indent) << " <key>line</key>";
104 Indent(o, indent) << " <key>col</key>"
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationList.cpp 36 s.Indent();
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 168 s->Indent();
177 s->Indent();
183 s->Indent();
  /external/lldb/source/Symbol/
Symtab.cpp 86 s->Indent();
114 s->Indent();
138 s->Indent();
152 s->Indent();
168 s->Indent();
182 s->Indent();
193 s->Indent(" Debug symbol\n");
194 s->Indent(" |Synthetic symbol\n");
195 s->Indent(" ||Externally Visible\n");
196 s->Indent(" |||\n")
    [all...]

Completed in 789 milliseconds

12 3 4 5 6