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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa-indent 2 indent --linux-style -i4 -ip4 -bad -bap -psl $*
  /external/mesa3d/src/gallium/state_trackers/xa/
xa-indent 2 indent --linux-style -i4 -ip4 -bad -bap -psl $*
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 24 void Matcher::print(raw_ostream &OS, unsigned indent) const {
25 printImpl(OS, indent);
27 return Next->print(OS, indent);
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
109 OS.indent(indent) << "Scope\n";
112 OS.indent(indent+1) << "NULL POINTER\n";
114 getChild(i)->print(OS, indent+2);
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
generic_object_view.js 43 label, object, indent, depth, maxDepth, suffix) {
46 label, indent, '<recursion limit reached>', suffix);
51 this.appendSimpleText_(label, indent, 'undefined', suffix);
56 this.appendSimpleText_(label, indent, 'null', suffix);
63 this.appendSimpleText_(label, indent, '"' + object + '"', suffix);
65 this.appendSimpleText_(label, indent, object, suffix);
73 this.appendElementWithLabel_(label, indent, link, suffix);
80 this.appendElementWithLabel_(label, indent, link, suffix);
86 label, object, indent, depth, maxDepth, suffix);
91 label, object, indent, depth, maxDepth, suffix)
    [all...]
  /external/clang/include/clang/Basic/
PlistSupport.h 40 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) {
41 for (unsigned i = 0; i < indent; ++i)
93 const FIDMap &FM, unsigned indent,
101 Indent(o, indent) << "<dict>\n";
102 Indent(o, indent) << " <key>line</key>";
104 Indent(o, indent) << " <key>col</key>"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_indent.py 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
45 def check(indent, expected):
46 d1 = self.dumps(h, indent=indent)
50 self.json.dump(h, sio, indent=indent)
53 # indent=0 should emit newlines
55 # indent=None is more compact
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_indent.py 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
45 def check(indent, expected):
46 d1 = self.dumps(h, indent=indent)
50 self.json.dump(h, sio, indent=indent)
53 # indent=0 should emit newlines
55 # indent=None is more compact
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 88 unsigned indent) {
90 Indent(o, indent) << "<dict>\n";
91 ++indent;
93 Indent(o, indent) << "<key>kind</key><string>control</string>\n";
96 Indent(o, indent) << "<key>edges</key>\n";
97 ++indent;
98 Indent(o, indent) << "<array>\n"
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
msvs_common.sh 63 indent=""
65 indent="${indent}${indent1}"
68 indent="${indent%${indent1}}"
76 echo "${indent}${opt%%=*}=\"${optval}\""
84 echo "${indent}<${tag}"
87 echo "${indent}>"
89 echo "${indent}<${tag}>"
97 echo "${indent}</${tag}>
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.h 42 void write(TextStream&, const RenderSVGShape&, int indent);
43 void write(TextStream&, const RenderSVGRoot&, int indent);
44 void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent);
45 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent);
46 void writeSVGContainer(TextStream&, const RenderObject&, int indent);
47 void writeSVGImage(TextStream&, const RenderSVGImage&, int indent);
48 void writeSVGInlineText(TextStream&, const RenderSVGInlineText&, int indent);
49 void writeSVGText(TextStream&, const RenderSVGText&, int indent);
50 void writeResources(TextStream&, const RenderObject&, int indent);
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 34 protected static String indent = " "; field in class:JniCodeEmitter
178 out.println(iii + indent + "get" + typeName + "Array(" + argName + "),");
179 out.print(iii + indent + "getOffset(" + argName + ")");
181 out.print(iii + indent + argName);
186 out.println(iii + indent + argName + ".remaining()");
212 out.println(iii + indent + "_exception = 1;");
213 out.println(iii + indent +
215 out.println(iii + indent +
219 out.println(iii + indent + "goto exit;");
372 out.println(iii + indent + "_exception = 1;")
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/generators/java_templates/
constants.java.tmpl 7 {{constant_def(constant)|indent(4)}}
  /external/llvm/test/YAMLParser/
spec-09-02.data 3 # Indent trimming is not yet implemented.
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
vpx-astyle.sh 3 astyle --style=java --indent=spaces=2 --indent-switches\
4 --min-conditional-indent=0 \
7 --indent-preprocessor --convert-tabs --indent-labels \
8 --suffix=none --quiet --max-instatement-indent=80 "$@"
  /external/libvpx/libvpx/tools/
vpx-astyle.sh 3 astyle --style=java --indent=spaces=2 --indent-switches\
4 --min-conditional-indent=0 \
7 --indent-preprocessor --convert-tabs --indent-labels \
8 --suffix=none --quiet --max-instatement-indent=80 "$@"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
vpx-astyle.sh 3 astyle --style=java --indent=spaces=2 --indent-switches\
4 --min-conditional-indent=0 \
7 --indent-preprocessor --convert-tabs --indent-labels \
8 --suffix=none --quiet --max-instatement-indent=80 "$@"
  /external/bison/src/
complain.h 28 /* Sub-messages indent. */
47 /* Generate a message aligned by an indent.
48 When *indent == 0, assign message's indent to *indent,
49 When *indent > 0, align the message by *indent value. */
50 void warn_at_indent (location loc, unsigned *indent,
62 /* Generate a message aligned by an indent.
63 When *indent == 0, assign message's indent to *indent
    [all...]
  /external/chromium_org/ui/views/
debug_utils.cc 16 int indent,
18 int ind = indent;
32 PrintViewHierarchyImp(view->child_at(i), indent + 2, out);
36 int indent,
38 int ind = indent;
51 PrintFocusHierarchyImp(view->child_at(0), indent + 2, out);
55 PrintFocusHierarchyImp(next_focusable, indent, out);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 49 String indent,
58 String tab = indent + TAB;
60 buf.append(indent);
98 String tab = indent + TAB;
100 buf.append(indent);
136 String tab = indent + TAB;
138 buf.append(indent);
177 buf.append(indent + "BER Constructed Octet String" + "[" + oct.getOctets().length + "] ");
181 buf.append(indent + "DER Octet String" + "[" + oct.getOctets().length + "] ");
185 buf.append(dumpBinaryDataAsString(indent, oct.getOctets()))
    [all...]
  /external/llvm/utils/emacs/
emacs.el 5 ;; Max 80 cols per line, indent by two spaces, no tabs.
9 '(c++-indent-level 2)
11 '(indent-tabs-mode nil))
18 (c++-indent-level . 2)
20 (indent-tabs-mode . nil)
  /external/llvm/lib/TableGen/
StringMatcher.cpp 47 std::string Indent(IndentCount*2+4, ' ');
54 // If the to-execute code has \n's in it, indent each subsequent line.
58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
63 OS << Indent << Split.first << "\n";
86 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
88 OS << Indent << " break;\n";
92 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
95 OS << Indent << " break;\n";
103 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n";
104 OS << Indent << "default: break;\n"
    [all...]
  /external/openssl/crypto/x509v3/
v3_prn.c 67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
77 BIO_printf(out, "%*s", indent, "");
81 if(ml) BIO_printf(out, "%*s", indent, "");
108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
118 return unknown_ext_print(out, ext, flag, indent, 0);
123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
131 BIO_printf(out, "%*s%s", indent, "", value);
141 BIO_printf(out, "%*s%s", indent, "", tmp);
151 X509V3_EXT_val_prn(out, nval, indent,
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/generators/cpp_templates/
params_definition.tmpl 12 {{ struct_macros.validate(struct, class_name)|indent(4) }}
19 {{ struct_macros.encodes(struct)|indent(4) }}
23 {{ struct_macros.decodes(struct)|indent(4) }}
struct_definition.tmpl 12 {{ struct_macros.validate(struct, class_name)|indent(2) }}
22 {{ struct_macros.encodes(struct)|indent(2) }}
27 {{ struct_macros.decodes(struct)|indent(2) }}
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskQueueBase.cpp 26 void CustomElementMicrotaskQueueBase::show(unsigned indent)
30 m_queue[q]->show(indent);
32 fprintf(stderr, "%*snull\n", indent, "");

Completed in 3591 milliseconds

1 2 3 4 5 6 7 8 91011>>