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

1 2 3 4 5 6 7 8 91011>>

  /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/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...]
  /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/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/boringssl/src/crypto/x509v3/
v3_prn.c 69 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
73 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
79 BIO_printf(out, "%*s", indent, "");
83 if(ml) BIO_printf(out, "%*s", indent, "");
95 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
105 return unknown_ext_print(out, ext, flag, indent, 0);
110 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
117 BIO_printf(out, "%*s%s", indent, "", value);
123 X509V3_EXT_val_prn(out, nval, indent,
126 if(!method->i2r(method, ext_str, out, indent)) ok = 0
    [all...]
  /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/boringssl/src/crypto/x509/
t_x509a.c 66 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
75 indent, "", indent + 2, "");
84 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
88 indent, "", indent + 2, "");
97 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
98 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
101 BIO_printf(out, "%*sKey Id: ", indent, "");
  /external/selinux/policycoreutils/hll/
Makefile 3 all install relabel clean indent:
  /system/extras/simpleperf/
event_attr.h 27 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent = 0);
event_attr.cpp 102 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent) {
109 PrintIndented(indent, "event_attr: for event type %s\n", event_name.c_str());
111 PrintIndented(indent + 1, "type %u, size %u, config %llu\n", attr.type, attr.size, attr.config);
114 PrintIndented(indent + 1, "sample_freq %llu\n", attr.sample_freq);
116 PrintIndented(indent + 1, "sample_period %llu\n", attr.sample_period);
119 PrintIndented(indent + 1, "sample_type (0x%llx) %s\n", attr.sample_type,
122 PrintIndented(indent + 1, "read_format (0x%llx) %s\n", attr.read_format,
125 PrintIndented(indent + 1, "disabled %u, inherit %u, pinned %u, exclusive %u\n", attr.disabled,
128 PrintIndented(indent + 1, "exclude_user %u, exclude_kernel %u, exclude_hv %u\n",
131 PrintIndented(indent + 1, "exclude_idle %u, mmap %u, comm %u, freq %u\n", attr.exclude_idle
    [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...]
  /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/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/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
__init__.py 82 indent = 0
95 output.append("%s<%s>" % (" " * indent, name))
96 indent += 2
108 output.append("%s%s=\"%s\"" % (" " * indent, name, value))
111 indent -= 2
114 indent -= 2
117 output.append("%s<!-- %s -->" % (" " * indent, token["data"]))
123 (" " * indent,
129 (" " * indent,
133 output.append("%s<!DOCTYPE %s>" % (" " * indent,
    [all...]
  /external/google-benchmark/src/
json_reporter.cc 61 std::string indent(4, ' ');
64 out << indent << FormatKV("date", walltime_value) << ",\n";
66 out << indent
69 out << indent
72 out << indent
81 out << indent << FormatKV("library_build_type", build_type) << "\n";
92 std::string indent(4, ' ');
107 out << indent << "{\n"; local
109 out << indent << '}'; local
131 std::string indent(6, ' ')
    [all...]
  /frameworks/rs/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
316 mJava->indent() << "Allocation " << param.javaAllocName << " = ";
397 mJava->indent() << "Allocation " << param.javaAllocName << " = Allocation.createSized(mRS, "
418 mJava->indent() << "StringBuilder message = new StringBuilder();\n";
419 mJava->indent() << "boolean errorFound = false;\n";
420 mJava->indent() << "for (int i = 0; i < INPUTSIZE; i++)"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_unknown.properties 30 indent=no
44 {http\u003a//xml.apache.org/xalan}indent-amount=0
  /external/jetty/src/java/org/eclipse/jetty/util/component/
Dumpable.java 26 void dump(Appendable out,String indent) throws IOException;
  /frameworks/av/include/media/stagefright/foundation/
hexdump.h 29 size_t indent = 0, AString *appendTo = NULL);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
pprint.h 60 void clast_pprint(FILE *foo, struct clast_stmt *root, int indent,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
pprint.h 60 void clast_pprint(FILE *foo, struct clast_stmt *root, int indent,

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 91011>>