/frameworks/av/include/media/stagefright/foundation/ |
hexdump.h | 29 size_t indent = 0, AString *appendTo = NULL);
|
/frameworks/base/tools/aapt/ |
IndentPrinter.h | 13 void indent(int amount = 1) { function in class:IndentPrinter
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 72 indent="" 74 indent="${indent}${indent1}" 77 indent="${indent%${indent1}}" 85 echo "${indent}${opt%%=*}=\"${optval}\"" 93 echo "${indent}<${tag}" 96 echo "${indent}>" 98 echo "${indent}<${tag}>" 106 echo "${indent}</${tag}> [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
config-keys.def | 31 plain-newline-and-indent=<Control-Key-j> <Control-Key-J> 48 newline-and-indent=<Key-Return> <Key-KP_Enter> 49 smart-indent=<Key-Tab> 50 indent-region=<Control-Key-bracketright> 80 plain-newline-and-indent=<Control-Key-j> 99 newline-and-indent=<Key-Return> <Key-KP_Enter> 100 smart-indent=<Key-Tab> 101 indent-region=<Control-Key-bracketright> 133 plain-newline-and-indent=<Control-Key-j> 150 newline-and-indent=<Key-Return> <Key-KP_Enter [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_separators.py | 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
config-keys.def | 31 plain-newline-and-indent=<Control-Key-j> <Control-Key-J> 48 newline-and-indent=<Key-Return> <Key-KP_Enter> 49 smart-indent=<Key-Tab> 50 indent-region=<Control-Key-bracketright> 80 plain-newline-and-indent=<Control-Key-j> 99 newline-and-indent=<Key-Return> <Key-KP_Enter> 100 smart-indent=<Key-Tab> 101 indent-region=<Control-Key-bracketright> 133 plain-newline-and-indent=<Control-Key-j> 150 newline-and-indent=<Key-Return> <Key-KP_Enter [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_separators.py | 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
|
/system/core/libutils/ |
Printer.cpp | 98 FdPrinter::FdPrinter(int fd, unsigned int indent, const char* prefix) : 99 mFd(fd), mIndent(indent), mPrefix(prefix ?: "") { 105 // <indent><prefix><line> -- e.g. '%-4s%s\n' for indent=4
|
CallStack.cpp | 57 void CallStack::dump(int fd, int indent, const char* prefix) const { 58 FdPrinter printer(fd, indent, prefix);
|
/external/chromium_org/third_party/boringssl/src/crypto/evp/ |
evp.c | 385 static int print_unsupported(BIO *out, const EVP_PKEY *pkey, int indent, 387 BIO_indent(out, indent, 128); 393 int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent, 396 return pkey->ameth->pub_print(out, pkey, indent, pctx); 399 return print_unsupported(out, pkey, indent, "Public Key"); 402 int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent, 405 return pkey->ameth->priv_print(out, pkey, indent, pctx); 408 return print_unsupported(out, pkey, indent, "Private Key"); 411 int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent, 414 return pkey->ameth->param_print(out, pkey, indent, pctx) [all...] |
/external/openssl/crypto/evp/ |
p_lib.c | 433 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, 436 BIO_indent(out, indent, 128); 443 int indent, ASN1_PCTX *pctx) 446 return pkey->ameth->pub_print(out, pkey, indent, pctx); 448 return unsup_alg(out, pkey, indent, "Public Key"); 452 int indent, ASN1_PCTX *pctx) 455 return pkey->ameth->priv_print(out, pkey, indent, pctx); 457 return unsup_alg(out, pkey, indent, "Private Key"); 461 int indent, ASN1_PCTX *pctx) 464 return pkey->ameth->param_print(out, pkey, indent, pctx) [all...] |
/external/chromium_org/tools/gn/ |
visibility.h | 41 // Returns a string listing the visibility. |indent| number of spaces will 45 std::string Describe(int indent, bool include_brackets) const;
|
/external/llvm/lib/Analysis/ |
RegionPrinter.cpp | 104 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(&R) 106 O.indent(2 * (depth + 1)) << "label = \"\";\n"; 109 O.indent(2 * (depth + 1)) << "style = filled;\n"; 110 O.indent(2 * (depth + 1)) << "color = " 114 O.indent(2 * (depth + 1)) << "style = solid;\n"; 115 O.indent(2 * (depth + 1)) << "color = " 126 O.indent(2 * (depth + 1)) << "Node" 130 O.indent(2 * depth) << "}\n";
|
/external/openssl/crypto/x509v3/ |
v3_ocsp.c | 72 BIO *out, int indent); 74 BIO *out, int indent); 76 int indent); 83 BIO *out, int indent); 86 void *nocheck, BIO *out, int indent); 246 BIO *out, int indent) 248 if(BIO_printf(out, "%*s", indent, "") <= 0) return 0; 256 BIO *out, int indent)
|
/external/smack/asmack-master/patch/ |
23-strip-unused-xml-transform.patch | 32 - transformer.setOutputProperty(OutputKeys.INDENT, "yes");
33 - transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "3");
|
/frameworks/native/libs/binder/ |
BufferedTextOutput.cpp | 43 , indent(0) 78 int32_t indent; member in struct:android::BufferedTextOutput::BufferState 176 if (b->indent > 0) { 177 // If this is the start of a line, add the indent. 178 const char* prefix = stringForIndent(b->indent); 227 b->indent += delta; 228 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/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/chromium_org/mojo/public/tools/bindings/generators/java_templates/ |
struct_definition.tmpl | 20 {{encode(variable~'[i'~level~']', sub_kind, 'DataHeader.HEADER_SIZE + org.chromium.mojo.bindings.BindingsHelper.POINTER_SIZE * i'~level, 0, level+1)|indent(8)}} 40 {{decode(variable~'[i'~(level+1)~']', kind.kind, 'DataHeader.HEADER_SIZE + org.chromium.mojo.bindings.BindingsHelper.POINTER_SIZE * i'~(level+1), 0, level+1)|indent(8)}} 56 {{constant_def(constant)|indent(4)}} 60 {{enum_def(enum, false)|indent(4)}} 97 {{decode('result.' ~ packed_field.field|name, packed_field.field.kind, 8+packed_field.offset, packed_field.bit)|indent(12)}} 113 {{encode(packed_field.field|name, packed_field.field.kind, 8+packed_field.offset, packed_field.bit)|indent(8)}}
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
htmlmixed.js | 46 state.localState = tp.mode.startState && tp.mode.startState(htmlMode.indent(state.htmlState, "")); 54 state.localState = cssMode.startState(htmlMode.indent(state.htmlState, "")); 104 indent: function(state, textAfter) { 106 return htmlMode.indent(state.htmlState, textAfter); 107 else if (state.localMode.indent) 108 return state.localMode.indent(state.localState, textAfter);
|
/external/chromium_org/third_party/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/jsoncpp/doc/ |
jsoncpp.dox | 24 // Tab indent size 25 "indent" : { "length" : 3, "use_space": true } 62 setIndentLength( root["indent"].get("length", 3).asInt() ); 63 setIndentUseSpace( root["indent"].get("use_space", true).asBool() ); 70 root["indent"]["length"] = getCurrentIndentLength(); 71 root["indent"]["use_space"] = getCurrentIndentUseSpace();
|
/external/protobuf/src/google/protobuf/io/ |
printer.h | 88 // Indent text by two spaces. After calling Indent(), two spaces will be 89 // inserted at the beginning of each line of text. Indent() may be called 91 void Indent(); 93 // 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();
|
/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
|