HomeSort by relevance Sort by last modified time
    Searched full:indentation (Results 1 - 25 of 1269) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML (Advanced).html 5 <p>And nested without indentation:</p>
Inline HTML (Advanced).text 5 And nested without indentation:
Inline HTML (Advanced).text-out 11 <p>And nested without indentation:</p>
Inline HTML (Advanced).text-res 11 <p>And nested without indentation:</p>
  /external/markdown/tests/markdown-test/
inline-html-advanced.html 4 <p>And nested without indentation:</p>
inline-html-advanced.txt 5 And nested without indentation:
  /external/markdown/tests/safe_mode/
inline-html-advanced.txt 5 And nested without indentation:
inline-html-advanced.html 3 <p>And nested without indentation:</p>
  /external/llvm/test/YAMLParser/
spec-05-12.data 3 # We don't currently reject tabs as indentation.
14 indentation, in plain scalar
spec-06-01.data 4 # neither content nor indentation.
16 ] # indentation.
spec-09-18.data 5 - >1 # Indentation indicator
sloppy-indentation.data 5 indentation should be kept: {
19 may not adhere indentation'
  /external/markdown/MarkdownTest/Tests_2007/
Inline HTML (Advanced).text 5 And nested without indentation:
Inline HTML (Advanced).html 5 <p>And nested without indentation:</p>
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.cpp     [all...]
VideoEditorClasses.h 352 * @param indentation (IN) Indentation to follow in display
358 int indentation);
383 int indentation);
408 int indentation);
416 int indentation);
432 * @param thiz (IN) Indentation to follow in display
466 int indentation);
492 int indentation);
517 int indentation);
    [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...]
  /external/chromium_org/third_party/icu/source/common/
errorcode.cpp 11 * indentation:4
  /external/chromium_org/third_party/icu/source/common/unicode/
uobslete.h 10 * indentation:4
utf32.h 11 * indentation:4
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.h 9 * indentation:4
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.h 11 * indentation:4
flagparser.h 11 * indentation:4
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_print_visitor.cpp 73 indentation = 0;
89 for (int i = 0; i < indentation; i++)
165 indentation++;
172 indentation++;
181 indentation--;
189 indentation++;
198 indentation--;
201 indentation--;
209 indentation++;
216 indentation--
    [all...]

Completed in 1199 milliseconds

1 2 3 4 5 6 7 8 91011>>