HomeSort by relevance Sort by last modified time
    Searched refs:Indentation (Results 1 - 13 of 13) 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 383 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),
94 void Decl::print(raw_ostream &Out, unsigned Indentation,
96 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
100 unsigned Indentation, bool PrintInstantiation) const {
101 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;
431 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
450 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
453 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc) const;
694 unsigned Indentation,
697 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace
700 Indentation += 2;
703 // appropriate indentation levels
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.cpp 342 unsigned Indentation = IndentLevel * Style.IndentWidth;
345 if (Indentation > Spaces)
346 Indentation = Spaces;
347 unsigned Tabs = Indentation / Style.TabWidth;
  /external/clang/lib/Frontend/
ASTConsumers.cpp 93 D->print(Out, /*Indentation=*/0, /*PrintInstantiation=*/true);
193 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
198 unsigned Indentation) {
381 for (unsigned i = 0; i < Indentation; ++i)
405 PrintDeclContext(DC, Indentation+2);
  /external/jemalloc/bin/
jeprof.in     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 255 milliseconds