HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 101 - 125 of 133) sorted by null

1 2 3 45 6

  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 544 void print(raw_ostream &OS, const_iterator I, StringRef Indent = " ") const;
546 StringRef Indent = " ") const;
548 StringRef Indent = " ") const;
    [all...]
  /external/lldb/source/Symbol/
SymbolVendor.cpp 386 s->Indent();
Block.cpp 87 s->Indent();
Type.cpp 205 s->Indent();
Variable.cpp 97 s->Indent();
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 93 void dump(raw_ostream &OS, int Indent) const override {}
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 816 printer->Indent();
java_string_field.cc     [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 3204 const size_t indent = strm.Printf("[%3u] ", image_idx); local
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/lldb/source/Core/
Stream.cpp 254 // Indent the current line using the current indentation level and
258 Stream::Indent(const char *s)
Address.cpp 713 s->Indent();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 166 the number of columns to indent per nesting level
239 def indent(self): member in class:HelpFormatter
245 assert self.current_indent >= 0, "Indent decreased below 0."
260 indent = " "*self.current_indent
263 initial_indent=indent,
264 subsequent_indent=indent)
325 self.indent()
331 self.indent()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 166 the number of columns to indent per nesting level
239 def indent(self): member in class:HelpFormatter
245 assert self.current_indent >= 0, "Indent decreased below 0."
260 indent = " "*self.current_indent
263 initial_indent=indent,
264 subsequent_indent=indent)
325 self.indent()
331 self.indent()
    [all...]
  /external/regex-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/v8/tools/
grokdump.py     [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp     [all...]
Args.cpp 104 s->Indent();
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfoEntry.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 921 struct Indent
924 Indent (int level_) : level(level_) {}
927 std::ostream& operator<< (std::ostream& str, const Indent& indent)
929 for (int i = 0; i < indent.level; i++)
960 src << Indent(1);
961 generateDeclaration(src, *varIter, 1 /* indent level */);
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 412 s.Indent();
    [all...]
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp     [all...]
  /external/lldb/source/Target/
StackFrame.cpp     [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1796 TIXML_STRING indent; member in class:TiXmlPrinter
    [all...]

Completed in 863 milliseconds

1 2 3 45 6