/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/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...] |
/prebuilts/go/darwin-x86/src/internal/format/ |
format.go | 22 sourceAdj func(src []byte, indent int) []byte, 42 sourceAdj = func(src []byte, indent int) []byte { 45 src = src[indent+len("package p\n"):] 66 sourceAdj = func(src []byte, indent int) []byte { 67 // Cap adjusted indent to zero. 68 if indent < 0 { 69 indent = 0 73 // There will be two non-blank lines with indent, hence 2*indent. 74 src = src[2*indent+len("package p\n\nfunc _() {"): [all...] |
/prebuilts/go/linux-x86/src/internal/format/ |
format.go | 22 sourceAdj func(src []byte, indent int) []byte, 42 sourceAdj = func(src []byte, indent int) []byte { 45 src = src[indent+len("package p\n"):] 66 sourceAdj = func(src []byte, indent int) []byte { 67 // Cap adjusted indent to zero. 68 if indent < 0 { 69 indent = 0 73 // There will be two non-blank lines with indent, hence 2*indent. 74 src = src[2*indent+len("package p\n\nfunc _() {"): [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
debug.go | 229 func (deb *debugger) delimitedMessage(indent tab) bool { 236 deb.message(indent) 270 func (deb *debugger) message(indent tab) bool { 277 deb.typeDefinition(indent, -id) 282 deb.value(indent, id) 354 func (deb *debugger) typeDefinition(indent tab, id typeId) { 431 deb.printWireType(indent, wire) 440 func (deb *debugger) value(indent tab, id typeId) { 443 deb.structValue(indent, id) 445 deb.singletonValue(indent, id [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
debug.go | 229 func (deb *debugger) delimitedMessage(indent tab) bool { 236 deb.message(indent) 270 func (deb *debugger) message(indent tab) bool { 277 deb.typeDefinition(indent, -id) 282 deb.value(indent, id) 354 func (deb *debugger) typeDefinition(indent tab, id typeId) { 431 deb.printWireType(indent, wire) 440 func (deb *debugger) value(indent tab, id typeId) { 443 deb.structValue(indent, id) 445 deb.singletonValue(indent, id [all...] |
/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...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pprint.py | 55 def pprint(object, stream=None, indent=1, width=80, depth=None): 58 stream=stream, indent=indent, width=width, depth=depth) 61 def pformat(object, indent=1, width=80, depth=None): 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 85 def __init__(self, indent=1, width=80, depth=None, stream=None): 89 indent 90 Number of spaces to indent for each level of nesting. 103 indent = int(indent [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pprint.py | 55 def pprint(object, stream=None, indent=1, width=80, depth=None): 58 stream=stream, indent=indent, width=width, depth=depth) 61 def pformat(object, indent=1, width=80, depth=None): 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 85 def __init__(self, indent=1, width=80, depth=None, stream=None): 89 indent 90 Number of spaces to indent for each level of nesting. 103 indent = int(indent [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pprint.py | 55 def pprint(object, stream=None, indent=1, width=80, depth=None): 58 stream=stream, indent=indent, width=width, depth=depth) 61 def pformat(object, indent=1, width=80, depth=None): 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 85 def __init__(self, indent=1, width=80, depth=None, stream=None): 89 indent 90 Number of spaces to indent for each level of nesting. 103 indent = int(indent [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pprint.py | 55 def pprint(object, stream=None, indent=1, width=80, depth=None): 58 stream=stream, indent=indent, width=width, depth=depth) 61 def pformat(object, indent=1, width=80, depth=None): 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 85 def __init__(self, indent=1, width=80, depth=None, stream=None): 89 indent 90 Number of spaces to indent for each level of nesting. 103 indent = int(indent [all...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
indent.go | 60 func newline(dst *bytes.Buffer, prefix, indent string, depth int) { 64 dst.WriteString(indent) 68 // Indent appends to dst an indented form of the JSON-encoded src. 71 // copies of indent according to the indentation nesting. 75 func Indent(dst *bytes.Buffer, src []byte, prefix, indent string) error { 93 newline(dst, prefix, indent, depth) 106 // delay indent so that empty object and array are formatted as {} and []. 112 newline(dst, prefix, indent, depth) 120 // suppress indent in empty object/arra [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
indent.go | 60 func newline(dst *bytes.Buffer, prefix, indent string, depth int) { 64 dst.WriteString(indent) 68 // Indent appends to dst an indented form of the JSON-encoded src. 71 // copies of indent according to the indentation nesting. 75 func Indent(dst *bytes.Buffer, src []byte, prefix, indent string) error { 93 newline(dst, prefix, indent, depth) 106 // delay indent so that empty object and array are formatted as {} and []. 112 newline(dst, prefix, indent, depth) 120 // suppress indent in empty object/arra [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...] |
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/ |
CodeGenerator.java | 48 private static final String INDENT = "\n "; 49 private static final String STYLE_INDENT = INDENT + " "; 56 sb.append(INDENT + ".setSmallIcon(" + getResourceVar(context, SMALL_ICON) + ")"); 58 sb.append(INDENT + ".setContentTitle(" + quote(CONTENT_TITLE) + ")"); 60 sb.append(INDENT + ".setContentText(" + quote(CONTENT_TEXT) + ")"); 62 sb.append(INDENT + ".setSubText(" + quote(SUB_TEXT) + ")"); 64 sb.append(INDENT + ".setLargeIcon(largeIconBitmap)"); 66 sb.append(INDENT + ".setContentInfo(" + quote(CONTENT_INFO) + ")"); 68 sb.append(INDENT + ".setNumber(" + NUMBER.getValueInt() + ")"); 70 sb.append(INDENT + ".setWhen(" + WHEN.getValueLong() + ")") [all...] |
/system/extras/simpleperf/ |
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...] |
/external/testng/eclipse-projects/beust.com/web/ |
site.xsl | 39 <td class="log-text" id="indent"> 44 <div id="indent"> 57 <tr><td class="log-text" id="indent">Operating Systems:</td> 58 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@os"/></td> 62 <tr><td class="log-text" id="indent">Windows Systems:</td> 63 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@ws"/></td> 67 <tr><td class="log-text" id="indent">Languages:</td> 68 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@nl"/></td> 72 <tr><td class="log-text" id="indent">Architecture:</td> 73 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@arch"/></td [all...] |
/sdk/eclipse/sites/external/web/ |
site.xsl | 39 <td class="log-text" id="indent"> 44 <div id="indent"> 57 <tr><td class="log-text" id="indent">Operating Systems:</td> 58 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@os"/></td> 62 <tr><td class="log-text" id="indent">Windows Systems:</td> 63 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@ws"/></td> 67 <tr><td class="log-text" id="indent">Languages:</td> 68 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@nl"/></td> 72 <tr><td class="log-text" id="indent">Architecture:</td> 73 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@arch"/></td [all...] |
/sdk/eclipse/sites/internal/web/ |
site.xsl | 39 <td class="log-text" id="indent"> 44 <div id="indent"> 57 <tr><td class="log-text" id="indent">Operating Systems:</td> 58 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@os"/></td> 62 <tr><td class="log-text" id="indent">Windows Systems:</td> 63 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@ws"/></td> 67 <tr><td class="log-text" id="indent">Languages:</td> 68 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@nl"/></td> 72 <tr><td class="log-text" id="indent">Architecture:</td> 73 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@arch"/></td [all...] |
/external/jdiff/src/jdiff/ |
API.java | 73 int indent = 0; local 76 dumpPackage((PackageAPI)(iter.next()), indent); 84 * @param indent The number of spaces to indent the output. 86 public void dumpPackage(PackageAPI pkg, int indent) { 87 for (int i = 0; i < indent; i++) System.out.print(" "); 91 dumpClass((ClassAPI)(iter.next()), indent + indentInc); 104 * @param indent The number of spaces to indent the output. 106 public static void dumpClass(ClassAPI c, int indent) { [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.extensions | 44 ... 1 COLON NEWLINE INDENT PRINT a NEWLINE DEDENT b ASSIGN 3 ... 49 Upon NEWLINE token from the lexer, however, an INDENT or DEDENT token 53 then check against stack for indent vs dedent. If LEADING_WS, then 54 the column of the next non-whitespace token will dictate indent vs 61 in indent level from one token to the next. 72 /** The stack of indent levels (column numbers) */ 101 pushed on the stack, and one INDENT token is generated. If it 133 // if not a NEWLINE, doesn't signal indent/dedent work; just enqueue 163 var cpos = t.getCharPositionInLine(); // column dictates indent/dedent 171 // compare to last indent leve [all...] |
/external/llvm/utils/yaml-bench/ |
YAMLBench.cpp | 60 struct indent { struct 62 indent(unsigned d) : distance(d) {} function in struct:indent 65 static raw_ostream &operator <<(raw_ostream &os, const indent &in) { 86 , unsigned Indent = 0 91 outs() << indent(Indent); 103 ++Indent; 106 dumpNode(i, Indent); 109 --Indent; 110 outs() << indent(Indent) << "]" [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
rule-tracer.rb | 29 indent = @level * @spaces_per_indent 31 @device.print( ' ' * indent, ARROW_IN, name ) 44 indent = @level * @spaces_per_indent 46 @device.print( ' ' * indent, ARROW_OUT, name )
|
/external/avahi/ |
.dir-locals.el | 5 ((nil . ((indent-tabs-mode . nil)
|
/external/mesa3d/ |
.dir-locals.el | 2 (indent-tabs-mode . nil)
|