Searched defs:Indentation (Results 1 - 17 of 17) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java37 class Indentation { class
44 protected Indentation() { method in class:Indentation
54 protected Indentation(int initval) { method in class:Indentation
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp79 unsigned Indentation = 0; local
82 ++Indentation;
87 llvm::outs().indent(Indentation);
96 unsigned Indentation = 0; local
99 ++Indentation;
104 llvm::outs().indent(Indentation);
/external/clang/include/clang/AST/
H A DPrettyPrinter.h41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8; member in struct:clang::PrintingPolicy
H A DType.h936 unsigned Indentation = 0) const {
937 print(split(), OS, Policy, PlaceHolder, Indentation); local
941 unsigned Indentation = 0) {
942 return print(split.Ty, split.Quals, OS, policy, PlaceHolder, Indentation);
947 unsigned Indentation = 0);
965 unsigned Indentation; member in class:clang::QualType::StreamedQualTypeHelper
968 const Twine &PlaceHolder, unsigned Indentation)
970 Indentation(Indentation) { }
974 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder, SQT.Indentation);
967 StreamedQualTypeHelper(const QualType &T, const PrintingPolicy &Policy, const Twine &PlaceHolder, unsigned Indentation) argument
[all...]
/external/clang/lib/Frontend/
H A DASTConsumers.cpp93 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);
197 PrintDeclContext(const DeclContext* DC, unsigned Indentation) argument
/external/clang/lib/Format/
H A DWhitespaceManager.cpp550 unsigned Indentation = IndentLevel * Style.IndentWidth; local
553 if (Indentation > Spaces)
554 Indentation = Spaces;
555 unsigned Tabs = Indentation / Style.TabWidth;
/external/clang/lib/AST/
H A DDeclPrinter.cpp31 unsigned Indentation; member in class:__anon1436::DeclPrinter
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, argument
108 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
112 unsigned Indentation, bool PrintInstantiation) const {
113 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiatio
111 print(raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation, bool PrintInstantiation) const argument
151 printGroup(Decl** Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation) argument
194 Indent(unsigned Indentation) argument
[all...]
H A DTypePrinter.cpp84 unsigned Indentation; member in class:__anon1494::TypePrinter
89 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0)
90 : Policy(Policy), Indentation(Indentation),
943 D->print(OS, SubPolicy, Indentation);
1658 const Twine &PlaceHolder, unsigned Indentation) {
1662 TypePrinter(policy, Indentation).print(ty, qs, OS, PH);
1656 print(const Type *ty, Qualifiers qs, raw_ostream &OS, const PrintingPolicy &policy, const Twine &PlaceHolder, unsigned Indentation) argument
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp100 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;
719 OS.indent(Indentation) << "MC
691 emitTable(formatted_raw_ostream &OS, DecoderTable &Table, unsigned Indentation, unsigned BitWidth, StringRef Namespace) const argument
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DARMDecoderEmitter.cpp321 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) { argument
660 o.indent(Indentation) << "// Check Inst{";
667 o.indent(Indentation) << "switch (fieldFromInstruction(insn, "
682 o.indent(Indentation) << "defaul
757 emitTop(raw_ostream &o, unsigned &Indentation) argument
828 emitBot(raw_ostream &o, unsigned &Indentation) argument
993 emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, unsigned Opc) argument
1056 emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, ARMFilter &Best) argument
1362 emit(raw_ostream &o, unsigned &Indentation) argument
1753 unsigned Indentation = 0; local
[all...]
H A DFixedLenDecoderEmitter.cpp180 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) { argument
499 o.indent(Indentation) << "// Check Inst{";
506 o.indent(Indentation) << "switc
573 emitTop(raw_ostream &o, unsigned Indentation, std::string Namespace) argument
738 emitBinaryParser(raw_ostream &o, unsigned &Indentation, OperandInfo &OpInfo) argument
774 emitPredicateMatch(raw_ostream &o, unsigned &Indentation, unsigned Opc) argument
804 emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, unsigned Opc) argument
894 emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, Filter &Best) argument
1192 emit(raw_ostream &o, unsigned &Indentation) argument
1399 unsigned Indentation = 0; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1327 milliseconds