HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 126 - 150 of 2419) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DebugInfoItem.java 63 out.indent();
73 out.indent();
87 out.indent();
97 out.indent();
106 out.indent();
120 out.indent();
137 out.indent();
145 out.indent();
161 out.indent();
ClassDataItem.java 78 out.indent();
81 out.indent();
90 out.indent();
94 out.indent();
103 out.indent();
107 out.indent();
116 out.indent();
120 out.indent();
  /hardware/bsp/intel/peripheral/libupm/
.clang-format 52 # Indent constructor initializers
55 # Do not indent continuations
67 # Do not indent function declarations
79 # Do not indent namespaces
  /external/icu/icu4c/source/tools/genrb/
derb.cpp 46 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
49 static void printIndent(UFILE *out, int32_t indent);
369 static void printIndent(UFILE *out, int32_t indent) {
370 icu::UnicodeString inchar(indent, 0x20, indent);
371 printString(out, inchar.getBuffer(), indent);
384 static void printOutAlias(UFILE *out, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) {
391 printIndent(out, indent);
400 printIndent(out, indent);
417 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CodeContext.py 39 # self.info is a list of (line number, indent level, line text, block
92 """Get the line indent value, text, and any block start keyword
102 indent = INFINITY
104 indent = len(spaces)
105 return indent, text, opener
111 data and the indent level at the top of the region inspected.
121 indent, text, opener = self.get_line_info(linenum)
122 if indent < lastindent:
123 lastindent = indent
127 if opener and linenum < new_topvisible and indent >= stopindent
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CodeContext.py 39 # self.info is a list of (line number, indent level, line text, block
92 """Get the line indent value, text, and any block start keyword
102 indent = INFINITY
104 indent = len(spaces)
105 return indent, text, opener
111 data and the indent level at the top of the region inspected.
121 indent, text, opener = self.get_line_info(linenum)
122 if indent < lastindent:
123 lastindent = indent
127 if opener and linenum < new_topvisible and indent >= stopindent
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 39 # self.info is a list of (line number, indent level, line text, block
92 """Get the line indent value, text, and any block start keyword
102 indent = INFINITY
104 indent = len(spaces)
105 return indent, text, opener
111 data and the indent level at the top of the region inspected.
121 indent, text, opener = self.get_line_info(linenum)
122 if indent < lastindent:
123 lastindent = indent
127 if opener and linenum < new_topvisible and indent >= stopindent
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 39 # self.info is a list of (line number, indent level, line text, block
92 """Get the line indent value, text, and any block start keyword
102 indent = INFINITY
104 indent = len(spaces)
105 return indent, text, opener
111 data and the indent level at the top of the region inspected.
121 indent, text, opener = self.get_line_info(linenum)
122 if indent < lastindent:
123 lastindent = indent
127 if opener and linenum < new_topvisible and indent >= stopindent
    [all...]
  /external/markdown/docs/extensions/
HTML_Tidy.txt 14 indent the output, set ``indent=auto`` and to have Tidy wrap the output in
  /external/testng/eclipse-projects/beust.com/web/
site.css 11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
  /external/testng/src/main/java/org/testng/xml/
XmlRun.java 13 public String toXml(String indent) {
14 XMLStringBuffer xsb = new XMLStringBuffer(indent);
  /frameworks/native/services/inputflinger/host/
InputHost.cpp 25 #define INDENT " "
36 result.append(INDENT "Input Drivers:\n");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
printer.h 24 int indent);
26 int indent);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
printer.h 24 int indent);
26 int indent);
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
template.txt 64 {{range .}}{{indent "\t" .}}
67 {{range $content}}{{$marker}}({{.UID}}){{indent "\t" .Body}}
  /prebuilts/go/linux-x86/src/go/doc/testdata/
template.txt 64 {{range .}}{{indent "\t" .}}
67 {{range $content}}{{$marker}}({{.UID}}){{indent "\t" .Body}}
  /sdk/eclipse/sites/external/web/
site.css 11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
  /sdk/eclipse/sites/internal/web/
site.css 11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
  /build/kati/
query.go 22 func showDeps(w io.Writer, n *DepNode, indent int, seen map[string]int) {
28 fmt.Fprintf(w, "%*c%s (%d)\n", indent, ' ', n.Output, id)
33 showDeps(w, d, indent+1, seen)
36 fmt.Fprintf(w, "%*corder_onlys:\n", indent, ' ')
38 showDeps(w, d, indent+1, seen)
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 75 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent);
77 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent);
78 static void print_notice(BIO *out, USERNOTICE *notice, int indent);
389 BIO *out, int indent)
396 BIO_printf(out, "%*sPolicy: ", indent, "");
400 print_qualifiers(out, pinfo->qualifiers, indent + 2);
406 int indent)
415 BIO_printf(out, "%*sCPS: %s\n", indent, "",
420 BIO_printf(out, "%*sUser Notice:\n", indent, "");
421 print_notice(out, qualinfo->d.usernotice, indent + 2)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
apk_helper.py 42 indent = ' '
49 while line[(len(indent) * indent_depth):].startswith(indent):
55 m = _MANIFEST_ELEMENT_RE.match(line[len(indent) * indent_depth:])
62 m = _MANIFEST_ATTRIBUTE_RE.match(line[len(indent) * indent_depth:])
  /external/gemmlowp/meta/generators/
cc_emitter.py 25 self.indent = ''
31 self.indent += ' '
34 self.indent = self.indent[:-2]
37 print self.indent + what
  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 28 * Delays writing indent until first actual write on a newline, enabling indent
35 /** Mutable version of current indent */
39 /** Length of current line being built, excluding any indent */
44 * next write should be prefixed with the current indent.
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
dom.py 173 def serializeElement(element, indent=0):
180 (' ' * indent, element.name, publicId, systemId))
182 rv.append("|%s<!DOCTYPE %s>" % (' ' * indent, element.name))
184 rv.append("|%s<!DOCTYPE >" % (' ' * indent,))
190 rv.append("|%s<!-- %s -->" % (' ' * indent, element.nodeValue))
192 rv.append("|%s\"%s\"" % (' ' * indent, element.nodeValue))
200 rv.append("|%s<%s>" % (' ' * indent, name))
215 rv.append('|%s%s="%s"' % (' ' * (indent + 2), name, value))
216 indent += 2
218 serializeElement(child, indent)
    [all...]
  /external/jsoncpp/include/json/
writer.h 74 * The rules for line break and indent are as follow:
76 * - if empty then print {} without indent and line break
77 * - if not empty the print '{', line break & indent, print one value per
81 * - if empty then print [] without indent and line break
113 void indent();
134 * The rules for line break and indent are as follow:
136 * - if empty then print {} without indent and line break
137 * - if not empty the print '{', line break & indent, print one value per
141 * - if empty then print [] without indent and line break
176 void indent();
    [all...]

Completed in 507 milliseconds

1 2 3 4 56 7 8 91011>>