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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/src/D3D9/
Debug.cpp 17 int Trace::indent = 0; member in class:Trace
  /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/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.cpp 22 void Matcher::print(raw_ostream &OS, unsigned indent) const {
23 printImpl(OS, indent);
25 return Next->print(OS, indent);
97 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
98 OS.indent(indent) << "Scope\n";
101 OS.indent(indent+1) << "NULL POINTER\n";
103 getChild(i)->print(OS, indent+2);
107 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const
    [all...]
  /toolchain/binutils/binutils-2.27/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...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot_jni/
hotspot_jni_calls_tree.d 53 self int indent;
62 /!self->indent/
64 self->indent = 11;
69 self->indent++;
70 printf("%d %*s -> %s\n", curcpu->cpu_id, self->indent, "", probename);
76 printf("%d %*s <- %s\n", curcpu->cpu_id, self->indent, "", probename);
77 self->indent--;
  /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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/python/cpython3/Lib/test/dtracedata/
call_stack.d 1 self int indent;
13 printf("%*s", self->indent, "");
15 self->indent++;
21 self->indent--;
23 printf("%*s", self->indent, "");
  /external/boringssl/src/crypto/x509/
t_x509a.c 65 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
74 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", indent + 2, "");
86 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
89 BIO_printf(out, "%*sRejected Uses:\n%*s", indent, "", indent + 2, "");
101 BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
103 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux->alias->data);
105 BIO_printf(out, "%*sKey Id: ", indent, "");
  /external/selinux/policycoreutils/hll/
Makefile 3 all install relabel clean indent:
  /external/selinux/semodule-utils/
Makefile 3 all install relabel clean indent:
  /system/core/libunwindstack/include/unwindstack/
Log.h 25 void log(uint8_t indent, const char* format, ...);
  /external/boringssl/src/crypto/x509v3/
v3_prn.c 70 unsigned long flag, int indent, int supported);
74 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
82 BIO_printf(out, "%*s", indent, "");
88 BIO_printf(out, "%*s", indent, "");
106 int indent)
116 return unknown_ext_print(out, ext, flag, indent, 0);
126 return unknown_ext_print(out, ext, flag, indent, 1);
133 BIO_printf(out, "%*s%s", indent, "", value);
139 X509V3_EXT_val_prn(out, nval, indent,
142 if (!method->i2r(method, ext_str, out, 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: ";
102 output += indent + " username: ";
107 output += indent + " origin: ";
111 output += indent + "}\n";
122 std::string indent(indent_size, ' ');
127 output += indent + " status: "
    [all...]
  /frameworks/native/vulkan/tools/
vkinfo.cpp 309 const char* Indent(size_t n) {
339 size_t indent) {
341 printf("%s%s (v%u)\n", Indent(indent), e.extensionName, e.specVersion);
348 size_t indent) {
350 printf("%s%s %u.%u.%u/%u\n", Indent(indent), layers[i].layerName,
356 printf("%s%s\n", Indent(indent + 1), layers[i].description);
359 printf("%sExtensions [%zu]:\n", Indent(indent + 1)
570 size_t indent = 0; local
    [all...]
  /external/google-benchmark/src/
json_reporter.cc 75 std::string indent(4, ' ');
78 out << indent << FormatKV("date", walltime_value) << ",\n";
81 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus))
83 out << indent
87 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled)
90 out << indent << "\"caches\": [\n"; local
91 indent = std::string(6, ' ');
95 out << indent << "{\n"; local
104 out << indent << "}"; local
108 indent = std::string(4, ' ')
109 out << indent << "],\\n"; local
135 out << indent << "{\\n"; local
137 out << indent << '}'; local
    [all...]
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 75 std::string indent(4, ' ');
78 out << indent << FormatKV("date", walltime_value) << ",\n";
81 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus))
83 out << indent
87 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled)
90 out << indent << "\"caches\": [\n"; local
91 indent = std::string(6, ' ');
95 out << indent << "{\n"; local
104 out << indent << "}"; local
108 indent = std::string(4, ' ')
109 out << indent << "],\\n"; local
135 out << indent << "{\\n"; local
137 out << indent << '}'; local
    [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/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
OutNode.java 48 indent(writer, depth); method
54 indent(writer, depth+5); method
58 indent(writer, depth+6); method
60 indent(writer, depth+1); method
68 indent(writer, depth+1); method
70 indent(writer, depth); method
76 indent(writer, depth); method
82 indent(writer, depth+5); method
86 indent(writer, depth+1); method
90 indent(writer, depth+1) method
93 indent(writer, depth+2); method
99 indent(writer, depth+1); method
103 indent(writer, depth+1); method
105 indent(writer, depth+1); method
107 indent(writer, depth); method
113 indent(writer, depth); method
117 indent(writer, depth+6); method
119 indent(writer, depth+1); method
121 indent(writer, depth+1); method
123 indent(writer, depth); method
    [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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
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...]
  /external/mksh/src/
tree.c 28 #define INDENT 8
46 ptree(struct op *t, int indent, struct shf *shf)
77 fptreef(shf, indent, Tf_S, t->vars[0]);
84 fptreef(shf, indent, Tf_S_, *w++);
99 fptreef(shf, indent, Tf_S_, *w++);
107 fptreef(shf, indent + 2, "( %T) ", t->left);
110 fptreef(shf, indent, "%T| ", t->left);
114 fptreef(shf, indent, "%T%;", t->left);
119 fptreef(shf, indent, "%T%s %T",
131 fptreef(shf, indent, Tf__S, *w++)
495 ptree(va_arg(va, struct op *), indent, shf); local
    [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/python/cpython3/Lib/test/test_json/
test_indent.py 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
34 d3 = self.dumps(h, indent='\t', sort_keys=True, separators=(',', ': '))
35 d4 = self.dumps(h, indent=2, sort_keys=True)
36 d5 = self.dumps(h, indent='\t', sort_keys=True)
52 def check(indent, expected):
53 d1 = self.dumps(h, indent=indent)
57 self.json.dump(h, sio, indent=indent)
60 # indent=0 should emit newline
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
util.py 27 indent = None
31 indent = len(l) - len(ls)
33 L += [l[indent:] for l in lines]

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>