HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 76 - 100 of 3708) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/jdiff/src/jdiff/
API.java 73 int indent = 0; local
76 dumpPackage((PackageAPI)(iter.next()), indent);
84 * @param indent The number of spaces to indent the output.
86 public void dumpPackage(PackageAPI pkg, int indent) {
87 for (int i = 0; i < indent; i++) System.out.print(" ");
91 dumpClass((ClassAPI)(iter.next()), indent + indentInc);
104 * @param indent The number of spaces to indent the output.
106 public static void dumpClass(ClassAPI c, int indent) {
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.extensions 44 ... 1 COLON NEWLINE INDENT PRINT a NEWLINE DEDENT b ASSIGN 3 ...
49 Upon NEWLINE token from the lexer, however, an INDENT or DEDENT token
53 then check against stack for indent vs dedent. If LEADING_WS, then
54 the column of the next non-whitespace token will dictate indent vs
61 in indent level from one token to the next.
72 /** The stack of indent levels (column numbers) */
101 pushed on the stack, and one INDENT token is generated. If it
133 // if not a NEWLINE, doesn't signal indent/dedent work; just enqueue
163 var cpos = t.getCharPositionInLine(); // column dictates indent/dedent
171 // compare to last indent leve
    [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 60 struct indent { struct
62 indent(unsigned d) : distance(d) {} function in struct:indent
65 static raw_ostream &operator <<(raw_ostream &os, const indent &in) {
86 , unsigned Indent = 0
91 outs() << indent(Indent);
103 ++Indent;
106 dumpNode(i, Indent);
109 --Indent;
110 outs() << indent(Indent) << "]"
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 29 indent = @level * @spaces_per_indent
31 @device.print( ' ' * indent, ARROW_IN, name )
44 indent = @level * @spaces_per_indent
46 @device.print( ' ' * indent, ARROW_OUT, name )
  /external/curl/
.dir-locals.el 4 ((nil . ((indent-tabs-mode . nil)
  /external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
struct_serialization_definition.tmpl 11 "success")|indent(4)}}
  /external/mesa3d/src/gallium/drivers/r600/
.dir-locals.el 2 (indent-tabs-mode . true)
  /external/mesa3d/src/gallium/drivers/radeon/
.dir-locals.el 2 (indent-tabs-mode . true)
  /external/mesa3d/src/gallium/drivers/radeonsi/
.dir-locals.el 2 (indent-tabs-mode . true)
  /external/selinux/libsemanage/include/
Makefile 11 indent:
  /external/selinux/libsemanage/utils/
Makefile 16 indent:
  /external/selinux/policycoreutils/
Makefile 3 all install relabel clean indent:
  /external/selinux/python/sepolgen/
Makefile 14 indent: ;
  /external/selinux/python/sepolgen/src/
Makefile 15 indent: ;
  /frameworks/base/tools/split-select/
Rule.cpp 25 inline static void indentStr(String8& str, int indent) {
26 while (indent > 0) {
28 indent--;
42 String8 Rule::toJson(int indent) const {
44 indentStr(str, indent);
46 indent++;
47 indentStr(str, indent);
79 indentStr(str, indent);
95 indentStr(str, indent);
122 indentStr(str, indent);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IndentingWriter.java 36 /** {@code > 0;} the maximum indent */
42 /** whether indent spaces are currently being collected */
45 /** {@code >= 0;} current indent amount */
46 private int indent; field in class:IndentingWriter
95 indent++;
96 if (indent >= maxIndent) {
97 indent = maxIndent;
120 for (int i = 0; i < indent; i++) {
123 column = indent;
167 indent = 0
    [all...]
  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 36 /** {@code > 0;} the maximum indent */
42 /** whether indent spaces are currently being collected */
45 /** {@code >= 0;} current indent amount */
46 private int indent; field in class:IndentingWriter
95 indent++;
96 if (indent >= maxIndent) {
97 indent = maxIndent;
120 for (int i = 0; i < indent; i++) {
123 column = indent;
167 indent = 0
    [all...]
  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 32 static void appendIndent(AString *s, int32_t indent) {
37 CHECK_LT((size_t)indent, sizeof(kWhitespace));
39 s->append(kWhitespace, indent);
42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) {
49 appendIndent(&line, indent);
  /frameworks/compile/slang/
slang_rs_reflection.cpp 459 mOut.indent() << "private static boolean sIs64Bit;\n\n";
460 mOut.indent() << "static";
462 mOut.indent() << "if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M)";
464 mOut.indent() << "sIs64Bit = Process.is64Bit();\n";
466 mOut.indent() << "else";
468 mOut.indent() << "try";
470 mOut.indent() << "Field f = RenderScript.class.getDeclaredField(\"sPointerSize\");\n";
471 mOut.indent() << "f.setAccessible(true);\n";
472 mOut.indent() << "sIs64Bit = (f.getInt(null) == 8);\n";
483 mOut.indent() << "catch (Throwable e)"
    [all...]
  /external/flatbuffers/src/
idl_gen_text.cpp 26 int indent, const IDLOptions &opts,
35 int Indent(const IDLOptions &opts) {
51 template<typename T> bool Print(T val, Type type, int /*indent*/,
75 int indent, const IDLOptions &opts,
85 text.append(indent + Indent(opts), ' ');
88 indent + Indent(opts), nullptr, opts, _text)) {
92 if (!Print(v[i], type, indent + Indent(opts), nullptr
    [all...]
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
VolumeDialogController.java 124 public String toString(int indent) {
126 if (indent > 0) sep(sb, indent);
129 sep(sb, indent);
139 sep(sb, indent); sb.append("ringerModeExternal:").append(ringerModeExternal);
140 sep(sb, indent); sb.append("ringerModeInternal:").append(ringerModeInternal);
141 sep(sb, indent); sb.append("zenMode:").append(zenMode);
142 sep(sb, indent); sb.append("effectsSuppressor:").append(effectsSuppressor);
143 sep(sb, indent); sb.append("effectsSuppressorName:").append(effectsSuppressorName);
144 sep(sb, indent); sb.append("activeStream:").append(activeStream)
    [all...]
  /external/clang/lib/Basic/
Module.cpp 321 void Module::print(raw_ostream &OS, unsigned Indent) const {
322 OS.indent(Indent);
330 OS.indent(Indent + 2);
340 OS.indent(Indent + 2);
353 OS.indent(Indent + 2);
358 OS.indent(Indent + 2)
    [all...]
  /external/vboot_reference/cgpt/
cgpt_show.c 52 void PrintSignature(const char *indent, const char *sig, size_t n, int raw) {
54 printf("%sSig: ", indent);
70 const char *indent, int raw) {
71 PrintSignature(indent, header->signature, sizeof(header->signature), raw);
73 printf("%sRev: 0x%08x\n", indent, header->revision);
74 printf("%sSize: %d\n", indent, header->size);
75 printf("%sHeader CRC: 0x%08x %s\n", indent, header->header_crc32,
77 printf("%sMy LBA: %lld\n", indent, (long long)header->my_lba);
78 printf("%sAlternate LBA: %lld\n", indent, (long long)header->alternate_lba);
79 printf("%sFirst LBA: %lld\n", indent, (long long)header->first_usable_lba)
264 char indent[64]; local
320 char indent[64]; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RenderMachineFunction.cpp 628 void RenderMachineFunction::renderVertical(const Spacer &indent,
632 os << indent << "<object\n"
633 << indent + s(2) << "class=\"obj\"\n"
634 << indent + s(2) << "type=\"image/svg+xml\"\n"
635 << indent + s(2) << "width=\"14px\"\n"
636 << indent + s(2) << "height=\"55px\"\n"
637 << indent + s(2) << "data=\"data:image/svg+xml,\n"
638 << indent + s(4) << "<svg xmlns='http://www.w3.org/2000/svg'>\n"
639 << indent + s(6) << "<text x='-55' y='10' "
644 << indent + s(4) << "</svg>\">\n
651 os << indent; local
878 os << indent << "<\/table>\\n"; local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner_test.go 19 indent string
57 if err := Compact(&buf, []byte(tt.indent)); err != nil {
58 t.Errorf("Compact(%#q): %v", tt.indent, err)
61 t.Errorf("Compact(%#q) = %#q, want %#q", tt.indent, s, tt.compact)
89 if err := Indent(&buf, []byte(tt.indent), "", "\t"); err != nil {
90 t.Errorf("Indent(%#q): %v", tt.indent, err)
91 } else if s := buf.String(); s != tt.indent {
92 t.Errorf("Indent(%#q) = %#q, want original", tt.indent, s
    [all...]

Completed in 966 milliseconds

1 2 34 5 6 7 8 91011>>