/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TextUtils.js | 126 WebInspector.TextUtils.Indent = {
|
/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/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/chromium_org/tools/gn/ |
gyp_target_writer.cc | 96 std::ostream& GypTargetWriter::Indent(int spaces) { 97 return Indent(out_, spaces); 101 std::ostream& GypTargetWriter::Indent(std::ostream& out, int spaces) {
|
/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/llvm/tools/llvm-diff/ |
DiffConsumer.h | 71 unsigned Indent; 75 void indent(); 79 : out(errs()), Differences(false), Indent(0) {}
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
printer.cc | 65 // Saw newline. If there is more text, we may need to insert an indent 70 // Setting this true will cause the next WriteRaw() to insert an indent 145 void Printer::Indent() { 151 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; 172 // Insert an indent.
|
/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/protobuf/src/google/protobuf/io/ |
printer.cc | 66 // Saw newline. If there is more text, we may need to insert an indent 71 // Setting this true will cause the next WriteRaw() to insert an indent 135 void Printer::Indent() { 141 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; 162 // Insert an indent.
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIE.cpp | 139 const std::string Indent(IndentCount, ' '); 143 O << Indent 149 O << Indent 161 O << Indent;
|
/external/chromium_org/ppapi/generators/ |
idl_c_proto.py | 604 def Indent(self, data, tabs=0): 638 indent = '%s ' % tab 639 args = (',\n%s' % indent).join([arg.strip() for arg in args]) 640 lines.append('%s\n%s%s' % (line[:left], indent, args)) 642 indent = ' ' * (left - 1) 643 args = (',\n%s' % indent).join(args) 677 indented_out = self.Indent(out, tabs)
|
/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/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 413 void LocationContext::dumpStack(raw_ostream &OS, StringRef Indent) const { 422 OS << Indent << '#' << Frame++ << ' '; 427 OS << Indent << " (scope)\n"; 430 OS << Indent << " (block context: "
|
/external/llvm/lib/Support/ |
YAMLTraits.cpp | 551 // if seq at top, indent as if map, then add "- " 563 unsigned Indent = StateStack.size() - 1; 570 --Indent; 574 for (unsigned i = 0; i < Indent; ++i) {
|
/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...] |
DumpXML.cpp | 175 unsigned Indent; 177 : out(OS), Context(context), Indent(0) {} 179 void indent() { function in struct:__anon15708::XMLDumper 180 for (unsigned I = Indent; I; --I) 192 Indent++; 193 indent(); 217 indent(); 220 if (Stack.size() > 1) Indent--;
|
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/protobuf/src/google/protobuf/ |
text_format.cc | 669 // Indent text by two spaces. After calling Indent(), two spaces will be 670 // inserted at the beginning of each line of text. Indent() may be called 672 void Indent() { 676 // Reduces the current indent level by two spaces, or crashes if the indent 681 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; 704 // Saw newline. If there is more text, we may need to insert an indent 709 // Setting this true will cause the next Write() to insert an indent 732 // Insert an indent [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...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format.cc | 935 // Indent text by two spaces. After calling Indent(), two spaces will be 936 // inserted at the beginning of each line of text. Indent() may be called 938 void Indent() { 942 // Reduces the current indent level by two spaces, or crashes if the indent 947 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; 970 // Saw newline. If there is more text, we may need to insert an indent 975 // Setting this true will cause the next Write() to insert an indent [all...] |
/external/v8/tools/ |
grokdump.py | 595 self.indent = 0 597 def Indent(self): 598 self.indent += 2 601 self.indent -= 2 607 indent = self._IndentString() 608 print "\n".join("%s%s" % (indent, line) for line in lines) 611 return self.indent * " " 779 p.Indent() 809 p.Indent() 910 p.Indent() [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | 228 s += Indent(cl.desc, "\t") 252 s += Indent(cl.desc, "\t") 265 s += Indent(cl.desc, "\t") 672 # Indent text with indent. 673 def Indent(text, indent): 675 typecheck(indent, str) 678 t += indent + line + '\n' 919 msg = "gofmt needs to format these files (run hg gofmt):\n" + Indent(data, "\t").rstrip( [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 1796 TIXML_STRING indent; member in class:TiXmlPrinter [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...] |