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

1 2 3 4

  /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/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 321 void emit(raw_ostream &o, unsigned &Indentation);
416 void emitTop(raw_ostream &o, unsigned &Indentation);
420 void emitBot(raw_ostream &o, unsigned &Indentation);
503 bool emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,unsigned Opc);
506 void emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,
531 bool emit(raw_ostream &o, unsigned &Indentation);
659 void ARMFilter::emit(raw_ostream &o, unsigned &Indentation) {
660 o.indent(Indentation) << "// Check Inst{";
667 o.indent(Indentation) << "switch (fieldFromInstruction(insn, "
682 o.indent(Indentation) << "default:\n"
    [all...]
FixedLenDecoderEmitter.cpp 180 void emit(raw_ostream &o, unsigned &Indentation);
281 void emitTop(raw_ostream &o, unsigned Indentation, std::string Namespace);
335 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,unsigned Opc);
339 bool emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,unsigned Opc);
342 void emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,Filter &Best);
344 void emitBinaryParser(raw_ostream &o , unsigned &Indentation,
369 bool emit(raw_ostream &o, unsigned &Indentation);
498 void Filter::emit(raw_ostream &o, unsigned &Indentation) {
499 o.indent(Indentation) << "// Check Inst{";
506 o.indent(Indentation) << "switch (fieldFromInstruction" << Owner->BitWidt
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 79 unsigned Indentation = 0;
82 ++Indentation;
87 llvm::outs().indent(Indentation);
96 unsigned Indentation = 0;
99 ++Indentation;
104 llvm::outs().indent(Indentation);
  /external/clang/lib/AST/
DeclPrinter.cpp 31 unsigned Indentation;
34 raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
51 unsigned Indentation = 0, bool PrintInstantiation = false)
52 : Out(Out), Policy(Policy), Indentation(Indentation),
106 void Decl::print(raw_ostream &Out, unsigned Indentation,
108 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
112 unsigned Indentation, bool PrintInstantiation) const {
113 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation)
    [all...]
TypePrinter.cpp 84 unsigned Indentation;
89 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0)
90 : Policy(Policy), Indentation(Indentation),
943 D->print(OS, SubPolicy, Indentation);
    [all...]
  /external/clang/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
67 unsigned Indentation : 8;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
67 unsigned Indentation : 8;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
67 unsigned Indentation : 8;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
67 unsigned Indentation : 8;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
67 unsigned Indentation : 8;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
67 unsigned Indentation : 8;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
67 unsigned Indentation : 8;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
67 unsigned Indentation : 8;
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 100 unsigned Indentation, unsigned BitWidth,
104 unsigned Indentation) const;
107 unsigned Indentation) const;
428 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
447 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
451 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc,
693 unsigned Indentation,
696 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace
699 Indentation += 2;
702 // appropriate indentation levels
    [all...]
  /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) {
379 for (unsigned i = 0; i < Indentation; ++i)
403 PrintDeclContext(DC, Indentation+2);
  /external/clang/lib/Format/
WhitespaceManager.cpp 550 unsigned Indentation = IndentLevel * Style.IndentWidth;
553 if (Indentation > Spaces)
554 Indentation = Spaces;
555 unsigned Tabs = Indentation / Style.TabWidth;

Completed in 354 milliseconds

1 2 3 4