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

12 3 4 5 6 7 8 91011>>

  /frameworks/opt/net/lowpan/
.gitattributes 1 *.java text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
2 *.cpp text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
3 *.h text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
4 *.aidl text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
5 *.xml text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
  /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/libvpx/libvpx/build/make/
msvs_common.sh 64 indent=""
66 indent="${indent}${indent1}"
69 indent="${indent%${indent1}}"
77 echo "${indent}${opt%%=*}=\"${optval}\""
85 echo "${indent}<${tag}"
88 echo "${indent}>"
90 echo "${indent}<${tag}>"
98 echo "${indent}</${tag}>
    [all...]
  /external/flatbuffers/src/
idl_gen_python.cpp 40 const std::string Indent = " ";
45 return "\n" + Indent + Indent +
49 "))\n" + Indent + Indent + "if o != 0:\n";
56 code += Indent + "__slots__ = ['_tab']";
69 code += Indent;
86 code += Indent + "@classmethod\n";
87 code += Indent + "def GetRootAs";
91 code += Indent + Indent
    [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 + " "));
  /external/google-benchmark/src/
json_reporter.cc 66 std::string indent(4, ' ');
69 out << indent << FormatKV("date", walltime_value) << ",\n";
71 out << indent << FormatKV("num_cpus", static_cast<int64_t>(context.num_cpus))
73 out << indent << FormatKV("mhz_per_cpu", RoundDouble(context.mhz_per_cpu))
75 out << indent << FormatKV("cpu_scaling_enabled", context.cpu_scaling_enabled)
83 out << indent << FormatKV("library_build_type", build_type) << "\n";
94 std::string indent(4, ' ');
102 out << indent << "{\n"; local
104 out << indent << '}'; local
118 std::string indent(6, ' ')
    [all...]
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 66 std::string indent(4, ' ');
69 out << indent << FormatKV("date", walltime_value) << ",\n";
71 out << indent << FormatKV("num_cpus", static_cast<int64_t>(context.num_cpus))
73 out << indent << FormatKV("mhz_per_cpu", RoundDouble(context.mhz_per_cpu))
75 out << indent << FormatKV("cpu_scaling_enabled", context.cpu_scaling_enabled)
83 out << indent << FormatKV("library_build_type", build_type) << "\n";
94 std::string indent(4, ' ');
102 out << indent << "{\n"; local
104 out << indent << '}'; local
118 std::string indent(6, ' ')
    [all...]
  /external/libmojo/mojo/public/tools/bindings/generators/java_templates/
constants.java.tmpl 7 {{constant_def(constant)|indent(4)}}
  /external/mesa3d/src/gallium/drivers/freedreno/
.dir-locals.el 2 (indent-tabs-mode . true)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/
.dir-locals.el 5 (indent-tabs-mode . nil)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
.dir-locals.el 2 (indent-tabs-mode . true)
  /external/selinux/policycoreutils/hll/
Makefile 3 all install relabel clean indent:
  /external/selinux/python/
Makefile 3 all install relabel clean indent:
  /external/selinux/semodule-utils/
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...]
  /system/tpm/tpm_manager/common/
print_tpm_manager_proto.cc 129 std::string indent(indent_size, ' ');
134 output += indent + " index: ";
139 output += indent + " policy: ";
146 output += indent + " world_read_allowed: ";
152 output += indent + " world_write_allowed: ";
157 output += indent + " policy_digests: {";
168 output += indent + "}\n";
178 std::string indent(indent_size, ' ');
183 output += indent + " owner_password: ";
190 output += indent + " owner_dependency: {"
    [all...]
  /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);
  /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/vulkan-validation-layers/
unique_objects_generator.py 169 def incIndent(self, indent):
171 if indent:
172 return indent + inc
175 def decIndent(self, indent):
176 if indent and (len(indent) > self.INDENT_SPACES):
177 return indent[:-self.INDENT_SPACES]
367 def lock_guard(self, indent):
368 return '%sstd::lock_guard<std::mutex> lock(global_lock);\n' % indent
408 def generate_create_ndo_code(self, indent, proto, params, cmd_info)
    [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: ";
102 output += indent + " username: ";
107 output += indent + " origin: ";
111 output += indent + "}\n";
122 std::string indent(indent_size, ' ');
127 output += indent + " status: "
    [all...]
print_common_proto.cc 88 std::string indent(indent_size, ' ');
93 output += indent + " quote: ";
100 output += indent + " quoted_data: ";
108 output += indent + " quoted_pcr_value: ";
116 output += indent + " pcr_source_hint: ";
123 output += indent + "}\n";
133 std::string indent(indent_size, ' ');
138 output += indent + " wrapped_key: ";
146 output += indent + " iv: ";
153 output += indent + " mac: "
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 55 String indent,
64 String tab = indent + TAB;
66 buf.append(indent);
104 String tab = indent + TAB;
106 buf.append(indent);
142 String tab = indent + TAB;
144 buf.append(indent);
183 buf.append(indent + "BER Constructed Octet String" + "[" + oct.getOctets().length + "] ");
187 buf.append(indent + "DER Octet String" + "[" + oct.getOctets().length + "] ");
191 buf.append(dumpBinaryDataAsString(indent, oct.getOctets()))
    [all...]
  /frameworks/rs/script_api/
GenerateTestFiles.cpp 250 mJava->indent() << "public class " << name;
257 mJava->indent() << "public ";
271 mJava->indent() << "public double";
284 mJava->indent() << "private void " << mJavaCheckMethodName << "()";
297 mJava->indent() << "enforceOrdering(" << smallerAlloc << ", " << p->javaAllocName
309 mJava->indent() << p->javaAllocName << ".destroy();\n";
323 mJava->indent() << "Allocation " << param.javaAllocName << " = ";
404 mJava->indent() << "Allocation " << param.javaAllocName << " = Allocation.createSized(mRS, "
425 mJava->indent() << "StringBuilder message = new StringBuilder();\n";
426 mJava->indent() << "boolean errorFound = false;\n"
    [all...]
  /external/swiftshader/third_party/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)

Completed in 582 milliseconds

12 3 4 5 6 7 8 91011>>