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

1 2 34 5 6

  /external/lldb/source/Interpreter/
Options.cpp 328 // This function takes INDENT, which tells how many spaces to output at the front of each line; SPACES, which is
330 // multiple lines if necessary, to RESULT, with INDENT spaces at the front of each line. It breaks lines on spaces,
350 strm.Indent (text);
383 strm.Indent();
512 strm.Indent (name);
626 strm.Indent(name);
669 strm.Indent ();
690 strm.Indent ();
704 // Restore the indent level
    [all...]
OptionValueArray.cpp 41 strm.Indent();
  /external/lldb/source/Target/
Thread.cpp     [all...]
ThreadPlanRunToAddress.cpp 152 s->Indent();
Target.cpp 123 s->Indent();
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
  /external/lldb/source/Symbol/
Function.cpp 144 // s->Indent("[inlined] ");
145 s->Indent();
357 s->Indent();
  /external/llvm/lib/Support/
YAMLParser.cpp 411 /// @brief Increase indent to \a Col. Creates \a Kind token at \a InsertPoint
481 int Indent;
704 , Indent(-1)
722 , Indent(-1)
941 while (Indent > ToColumn) {
945 Indent = Indents.pop_back_val();
956 if (Indent < ToColumn) {
957 Indents.push_back(Indent);
958 Indent = ToColumn;
1260 unsigned indent = static_cast<unsigned>(Indent + 1); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 61 // Find the block that we want to indent. If it's not a list item (e.g., a div inside a list item), we bail out.
237 if (m_typeOfAction == Indent)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum_field.cc 338 printer->Indent();
cpp_primitive_field.cc 353 printer->Indent();
  /external/clang/include/clang/Basic/
Module.h 458 void print(raw_ostream &OS, unsigned Indent = 0) const;
  /external/lldb/source/Breakpoint/
BreakpointList.cpp 163 s->Indent();
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum_field.cc 335 printer->Indent();
cpp_primitive_field.cc 350 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 420 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 170 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 182 printer->Indent();
javanano_primitive_field.cc 833 printer->Indent();
866 printer->Indent();
    [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/chromium_org/ppapi/generators/
idl_thunk.py 382 return '%s\n%s\n}' % (cgen.Indent('%s {' % signature, tabs=0),
383 cgen.Indent(body, tabs=1))
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_string_field.cc 670 printer->Indent();
  /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/clang/include/clang/Analysis/
AnalysisContext.h 254 void dumpStack(raw_ostream &OS, StringRef Indent = "") const;
  /external/deqp/framework/opengl/
gluVarType.cpp 349 std::ostream& operator<< (std::ostream& str, const Indent& indent)
351 for (int i = 0; i < indent.level; i++)
410 str << "\n" << indent(decl.indentLevel) << "{\n";
414 str << indent(decl.indentLevel+1);
418 str << indent(decl.indentLevel) << "}";

Completed in 669 milliseconds

1 2 34 5 6