/external/clang/docs/tools/ |
dump_format_style.py | 26 def indent(text, columns): function 27 indent = ' ' * columns 28 s = re.sub(r'\n([^\n])', '\n' + indent + '\\1', text, flags=re.S) 31 return indent + s 43 doxygen2rst(indent(self.comment, 2))) 45 s += indent('\n\nPossible values:\n\n%s\n' % self.enum, 2) 47 s += indent('\n\nNested configuration flags:\n\n%s\n' %self.nested_struct, 86 doxygen2rst(indent(self.comment, 2)))
|
/external/llvm/lib/Analysis/ |
RegionPrinter.cpp | 105 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(&R) 107 O.indent(2 * (depth + 1)) << "label = \"\";\n"; 110 O.indent(2 * (depth + 1)) << "style = filled;\n"; 111 O.indent(2 * (depth + 1)) << "color = " 115 O.indent(2 * (depth + 1)) << "style = solid;\n"; 116 O.indent(2 * (depth + 1)) << "color = " 127 O.indent(2 * (depth + 1)) << "Node" 131 O.indent(2 * depth) << "}\n";
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/ |
ComponentWriter.java | 25 private static final String INDENT = " "; 53 builder.append(INDENT)
|
/frameworks/native/libs/binder/ |
BufferedTextOutput.cpp | 43 , indent(0) 81 int32_t indent; member in struct:android::BufferedTextOutput::BufferState 179 if (b->indent > 0) { 180 // If this is the start of a line, add the indent. 181 const char* prefix = stringForIndent(b->indent); 230 b->indent += delta; 231 if (b->indent < 0) b->indent = 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
plugin.h | 38 extern void print_plugins_versions (FILE *file, const char *indent); 39 extern void print_plugins_help (FILE *file, const char *indent);
|
/system/core/libutils/ |
CallStack.cpp | 58 void CallStack::dump(int fd, int indent, const char* prefix) const { 59 FdPrinter printer(fd, indent, prefix);
|
/system/media/camera/docs/ |
metadata-parser-sanity-check | 51 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1 52 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
|
/external/jsoncpp/doc/ |
jsoncpp.dox | 24 // Tab indent size 25 "indent" : { "length" : 3, "use_space": true } 63 setIndentLength( root["indent"].get("length", 3).asInt() ); 64 setIndentUseSpace( root["indent"].get("use_space", true).asBool() ); 71 root["indent"]["length"] = getCurrentIndentLength(); 72 root["indent"]["use_space"] = getCurrentIndentUseSpace();
|
/external/protobuf/src/google/protobuf/io/ |
printer.h | 92 // Indent text by two spaces. After calling Indent(), two spaces will be 93 // inserted at the beginning of each line of text. Indent() may be called 95 void Indent(); 97 // Reduces the current indent level by two spaces, or crashes if the indent
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
AnnotationDirectoryItem.java | 74 out.indent(); 77 out.indent(); 89 out.indent(); 92 out.indent(); 104 out.indent(); 107 out.indent();
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
XMLNode.java | 176 private void toString(char[] indent, StringBuilder sb) { 177 Arrays.fill(indent, ' '); 179 sb.append(indent).append('<').append(mTag); 191 char[] subIndent = Arrays.copyOf(indent, indent.length + 2); 195 sb.append(indent).append("</").append(mTag).append(">\n");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_tuple_params.py | 55 if suite[0].children[1].type == token.INDENT: 57 indent = suite[0].children[1].value 61 indent = u"; " 62 end = pytree.Leaf(token.INDENT, u"") 100 new_lines[0].prefix = indent 107 suite[0].children[i].prefix = indent
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_tuple_params.py | 55 if suite[0].children[1].type == token.INDENT: 57 indent = suite[0].children[1].value 61 indent = u"; " 62 end = pytree.Leaf(token.INDENT, u"") 100 new_lines[0].prefix = indent 107 suite[0].children[i].prefix = indent
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
printer.h | 92 // Indent text by two spaces. After calling Indent(), two spaces will be 93 // inserted at the beginning of each line of text. Indent() may be called 95 void Indent(); 97 // Reduces the current indent level by two spaces, or crashes if the indent
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
printer.h | 92 // Indent text by two spaces. After calling Indent(), two spaces will be 93 // inserted at the beginning of each line of text. Indent() may be called 95 void Indent(); 97 // Reduces the current indent level by two spaces, or crashes if the indent
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
printer.h | 92 // Indent text by two spaces. After calling Indent(), two spaces will be 93 // inserted at the beginning of each line of text. Indent() may be called 95 void Indent(); 97 // Reduces the current indent level by two spaces, or crashes if the indent
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_tuple_params.py | 55 if suite[0].children[1].type == token.INDENT: 57 indent = suite[0].children[1].value 61 indent = u"; " 62 end = pytree.Leaf(token.INDENT, u"") 100 new_lines[0].prefix = indent 107 suite[0].children[i].prefix = indent
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_tuple_params.py | 55 if suite[0].children[1].type == token.INDENT: 57 indent = suite[0].children[1].value 61 indent = u"; " 62 end = pytree.Leaf(token.INDENT, u"") 100 new_lines[0].prefix = indent 107 suite[0].children[i].prefix = indent
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/ |
printer.h | 92 // Indent text by two spaces. After calling Indent(), two spaces will be 93 // inserted at the beginning of each line of text. Indent() may be called 95 void Indent(); 97 // Reduces the current indent level by two spaces, or crashes if the indent
|
/toolchain/binutils/binutils-2.25/gprof/ |
gmon.h | 36 /* *INDENT-OFF* */ 51 /* *INDENT-ON* */ 66 /* *INDENT-OFF* */ 83 /* *INDENT-ON* */ 139 /* *INDENT-OFF* */ 149 /* *INDENT-ON* */
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
doctest_webapp.py | 77 def ls(dir=None, recurse=False, indent=0): 88 print(' '*indent + fn) 90 ls(dir=full, recurse=True, indent=indent+2) 274 (?:^(?P<indent> [ ]*) >>> .*) # PS1 line 330 indent = len(m.group('%sindent' % runner)) 336 self._check_prefix(source_lines[1:], ' '*indent, name, lineno) 338 self._check_prompt_blank(source_lines, indent, name, lineno) 339 self._check_prefix(source_lines[2:], ' '*indent + '.', name, lineno) 341 source = '\n'.join([sl[indent:] for sl in source_lines] [all...] |
/external/vulkan-validation-layers/ |
vk_helper.py | [all...] |
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 590 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) 595 BIO_printf(out, "%*shashAlg: ", indent, ""); 599 BIO_printf(out, "%*shashValue: ", indent, ""); 606 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) 610 BIO_printf(out, "%*sLogotypeDetails\n", indent, ""); 612 BIO_printf(out, "%*smediaType: ", indent, ""); 622 i2r_HashAlgAndValue(hash, out, indent); 630 BIO_printf(out, "%*slogotypeURI: ", indent, ""); 636 static void i2r_LogotypeImageInfo(LogotypeImageInfo *info, BIO *out, int indent) 640 BIO_printf(out, "%*sLogotypeImageInfo\n", indent, ""); 752 int indent = 0; local [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
exception_safety.ipp | 401 format_location( wrap_stringstream& formatter, execution_path_point const& /*p*/, unsigned indent ) 403 if( indent ) 404 formatter << std::left << std::setw( indent ) << ""; 414 format_execution_path( wrap_stringstream& formatter, ExecPathIt it, ExecPathIt end, unsigned indent = 0 ) 419 format_location( formatter, *it, indent ); 421 format_execution_path( formatter, it+1, it + it->m_scope.size, indent + 2 ); 422 format_location( formatter, *it, indent ); 428 format_location( formatter, *it, indent ); 434 format_location( formatter, *it, indent ); 444 format_location( formatter, *it, indent ); [all...] |
/frameworks/base/services/core/java/com/android/server/media/ |
MediaRouterService.java | 531 final String indent = prefix + " "; local 532 pw.println(indent + "mTrusted=" + mTrusted); 533 pw.println(indent + "mRouteTypes=0x" + Integer.toHexString(mRouteTypes)); 534 pw.println(indent + "mActiveScan=" + mActiveScan); 535 pw.println(indent + "mSelectedRouteId=" + mSelectedRouteId); 563 final String indent = prefix + " "; local 567 mClientRecords.get(i).dump(pw, indent); 570 pw.println(indent + "<no clients>"); 573 pw.println(indent + "State"); 574 pw.println(indent + "mTrustedState=" + mTrustedState) 706 final String indent = prefix + " "; local 1182 final String indent = prefix + " "; local 1325 final String indent = prefix + " "; local [all...] |