HomeSort by relevance Sort by last modified time
    Searched refs:Indentation (Results 1 - 14 of 14) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 37 class Indentation {
39 private int indentation; field in class:Indentation
44 protected Indentation() {
45 indentation = 0;
54 protected Indentation(int initval) {
55 indentation = initval;
59 * set the indentation field
65 indentation = initval;
69 * get the number of indentation.
74 return indentation;
    [all...]
SIPHeaderList.java 322 * @param indentation
326 public String debugDump(int indentation) {
328 String indent = new Indentation(indentation).getIndentation();
  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 73 unsigned Indentation = 0;
76 ++Indentation;
81 llvm::outs().indent(Indentation);
90 unsigned Indentation = 0;
93 ++Indentation;
98 llvm::outs().indent(Indentation);
  /external/clang/include/clang/AST/
PrettyPrinter.h 38 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false),
51 unsigned Indentation : 8;
DeclBase.h     [all...]
Stmt.h 386 unsigned Indentation = 0) const;
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 31 unsigned Indentation;
34 raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
42 unsigned Indentation = 0, bool PrintInstantiation = false)
43 : Out(Out), Policy(Policy), Indentation(Indentation),
93 void Decl::print(raw_ostream &Out, unsigned Indentation,
95 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
99 unsigned Indentation, bool PrintInstantiation) const {
100 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation)
    [all...]
StmtPrinter.cpp 43 unsigned Indentation = 0)
44 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {}
47 PrintStmt(S, Policy.Indentation);
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 100 unsigned Indentation, unsigned BitWidth,
104 unsigned Indentation) const;
107 unsigned Indentation) const;
437 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
456 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
459 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc) const;
722 unsigned Indentation,
725 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace
728 Indentation += 2;
731 // appropriate indentation levels
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.cpp 333 unsigned Indentation = IndentLevel * Style.IndentWidth;
336 if (Indentation > Spaces)
337 Indentation = Spaces;
338 unsigned Tabs = Indentation / Style.TabWidth;
  /external/clang/lib/Frontend/
ASTConsumers.cpp 89 D->print(Out, /*Indentation=*/0, /*PrintInstantiation=*/true);
184 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
189 unsigned Indentation) {
372 for (unsigned i = 0; i < Indentation; ++i)
396 PrintDeclContext(DC, Indentation+2);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]

Completed in 768 milliseconds