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

1 2 3 4 5 6 7 8 91011>>

  /system/core/adb/
CPPLINT.cfg 2 filter=-build/header_guard,-build/include,-readability/function,-whitespace/indent
  /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...]
  /frameworks/native/vulkan/tools/
vkinfo.cpp 310 const char* Indent(size_t n) {
340 size_t indent) {
342 printf("%s%s (v%u)\n", Indent(indent), e.extensionName, e.specVersion);
349 size_t indent) {
351 printf("%s%s %u.%u.%u/%u\n", Indent(indent), layers[i].layerName,
357 printf("%s%s\n", Indent(indent + 1), layers[i].description);
360 printf("%sExtensions [%zu]:\n", Indent(indent + 1)
571 size_t indent = 0; local
    [all...]
  /external/clang/include/clang/Basic/
PlistSupport.h 39 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) {
40 for (unsigned i = 0; i < indent; ++i)
91 SourceLocation L, const FIDMap &FM, unsigned indent) {
96 Indent(o, indent) << "<dict>\n";
97 Indent(o, indent) << " <key>line</key>";
99 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...]
  /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;");
389 out.println(iii + indent + "_exception = 1;")
    [all...]
  /external/libvpx/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/testng/src/main/java/org/testng/xml/
XmlMethodSelectors.java 25 public String toXml(String indent) {
26 XMLStringBuffer xsb = new XMLStringBuffer(indent);
30 xsb.getStringBuffer().append(selector.toXml(indent + " "));
  /system/tpm/tpm_manager/common/
print_tpm_nvram_interface_proto.cc 36 std::string indent(indent_size, ' ');
41 output += indent + " index: ";
46 output += indent + " length: ";
50 output += indent + "}\n";
60 std::string indent(indent_size, ' ');
65 output += indent + " status: ";
71 output += indent + "}\n";
81 std::string indent(indent_size, ' ');
86 output += indent + " index: ";
90 output += indent + "}\n"
    [all...]
print_tpm_ownership_interface_proto.cc 37 std::string indent(indent_size, ' ');
41 output += indent + "}\n";
51 std::string indent(indent_size, ' ');
56 output += indent + " status: ";
63 output += indent + " enabled: ";
68 output += indent + " owned: ";
73 output += indent + " local_data: ";
80 output += indent + " dictionary_attack_counter: ";
85 output += indent + " dictionary_attack_threshold: ";
90 output += indent + " dictionary_attack_lockout_in_effect: "
    [all...]
  /external/selinux/policycoreutils/hll/
Makefile 3 all install relabel clean indent:
  /toolchain/binutils/binutils-2.25/gas/
debug.c 51 dmp_frag (fp, indent)
53 char *indent;
57 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
61 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
64 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
65 printf ("%s", indent);
67 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
71 printf ("%srs_org(%d+sym @0x%x)\n", indent,
73 printf ("%sfill with ", indent);
78 printf ("%smachine_dep\n", indent);
    [all...]
  /external/llvm/utils/vim/indent/
llvm.vim 1 " Vim indent file
4 " What this indent plugin currently does:
5 " - If no other rule matches copy indent from previous non-empty,
9 " - If the current line ends with ':' indent at the same level as the
13 " - If there is an opening+unclosed parenthesis on previous line indent to that
41 return indent(opening_lnum)
45 " Indent labels the same as the current opening block
49 return indent(blockbegin)
55 while prev_lnum > 0 && synIDattr(synID(prev_lnum, indent(prev_lnum)+1, 0), "name") =? "string\|comment"
58 " Hit the start of the file, use zero indent
    [all...]
  /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 "$@"
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Constructed.java 31 sb.append(indent(level)).append(super.toString()).append(":\n");
36 sb.append(indent(level + 1)).append(child.toString()).append('\n');
41 public static String indent(int level) { method in class:Asn1Constructed
42 char[] indent = new char[level * 2]; local
43 Arrays.fill(indent, ' ');
44 return new String(indent);
  /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...]
  /system/tpm/attestation/common/
print_interface_proto.cc 70 std::string indent(indent_size, ' ');
75 output += indent + " key_label: ";
80 output += indent + " key_type: ";
87 output += indent + " key_usage: ";
94 output += indent + " certificate_profile: ";
101 output += indent + " username: ";
106 output += indent + " origin: ";
110 output += indent + "}\n";
121 std::string indent(indent_size, ' ');
126 output += indent + " status: "
    [all...]
print_common_proto.cc 88 std::string indent(indent_size, ' ');
93 output += indent + " quote: ";
100 output += indent + " quoted_data: ";
107 output += indent + " quoted_pcr_value: ";
115 output += indent + " pcr_source_hint: ";
121 output += indent + "}\n";
131 std::string indent(indent_size, ' ');
136 output += indent + " wrapped_key: ";
143 output += indent + " iv: ";
150 output += indent + " mac: "
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 52 String indent,
61 String tab = indent + TAB;
63 buf.append(indent);
101 String tab = indent + TAB;
103 buf.append(indent);
139 String tab = indent + TAB;
141 buf.append(indent);
180 buf.append(indent + "BER Constructed Octet String" + "[" + oct.getOctets().length + "] ");
184 buf.append(indent + "DER Octet String" + "[" + oct.getOctets().length + "] ");
188 buf.append(dumpBinaryDataAsString(indent, oct.getOctets()))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
generate_test.py 63 self.indent_writer << 'indent 0'
65 self.indent_writer << 'indent 1'
67 self.indent_writer << 'indent 2'
75 self.assertEquals('indent 0\n'
76 ' indent 1\n'
77 ' indent 2\n'
94 self.indent_writer << 'indent 0'
97 self.indent_writer << 'indent 1'
100 self.indent_writer << 'indent 2'
112 self.assertEquals('indent 0\n
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
generic_object_view.html 77 label, object, indent, depth, maxDepth, suffix) {
80 label, indent, '<recursion limit reached>', suffix);
85 this.appendSimpleText_(label, indent, 'undefined', suffix);
90 this.appendSimpleText_(label, indent, 'null', suffix);
129 ll, indent + ioff * label.length + ioff, text, ss);
136 label, indent, '"' + object + '"', suffix);
144 return this.appendSimpleText_(label, indent, object, suffix);
151 this.appendElementWithLabel_(label, indent, link, suffix);
158 this.appendElementWithLabel_(label, indent, link, suffix);
163 this.appendSimpleText_(label, indent, object.toString(), suffix)
    [all...]

Completed in 2306 milliseconds

1 2 3 4 5 6 7 8 91011>>