/external/boringssl/src/include/openssl/ |
asn1.h | 323 OPENSSL_EXPORT int fname##_print_ctx(BIO *out, stname *x, int indent, \ 777 OPENSSL_EXPORT int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent); [all...] |
/external/elfutils/ |
ABOUT-NLS | 280 indent | [] [] [] [] | 449 indent | [] [] [] [] [] [] [] [] [] [] | [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONArray.java | 886 * @param indent The indention of the top level. 891 String toString(int indentFactor, int indent) throws JSONException { 900 indentFactor, indent)); 902 int newindent = indent + indentFactor; 915 for (i = 0; i < indent; i += 1) {
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
indic.pl | 639 # Get any whitespace-only indent off the front of this tag 640 my $indent; 641 $indent = $1 if (/^(\s+)\$$tag/); 647 $sub = join("\n$indent", map("eRule, @$rules)) . 648 "\n$indent\"\"";
|
/external/llvm/include/llvm/Analysis/ |
RegionInfoImpl.h | 477 OS.indent(level * 2) << '[' << level << "] " << getNameStr(); 479 OS.indent(level * 2) << getNameStr(); 484 OS.indent(level * 2) << "{\n"; 485 OS.indent(level * 2 + 2); 506 OS.indent(level * 2) << "} \n";
|
/external/llvm/lib/CodeGen/ |
MIRPrinter.cpp | 459 OS.indent(2) << "successors: "; 475 OS.indent(2) << "liveins: "; 495 OS.indent(2) << "}\n"; 498 OS.indent(IsInBundle ? 4 : 2); 507 OS.indent(2) << "}\n";
|
/external/llvm/utils/TableGen/ |
DFAPacketizerEmitter.cpp | 90 // dbgsIndent - When debugging, indent by the specified amount. 92 void dbgsIndent(unsigned indent); 301 // dbgsIndent - When debugging, indent by the specified amount. 303 void dbgsIndent(unsigned indent) { 304 for (unsigned i = 0; i < indent; ++i) { [all...] |
/external/opencv3/3rdparty/jinja2/ |
filters.py | 433 change the number of spaces or indent the first line too 438 {{ mytext|indent(2, true) }} 439 indent by two spaces and indent the first line too. 954 'indent': do_indent,
|
/external/v8/tools/ |
tickprocessor.js | 623 var indent = opt_indent || 0; 624 var indentStr = padLeft('', indent); 633 if (indent < 2 * self.callGraphSize_) { 634 self.printHeavyProfile(rec.children, indent + 2); 637 if (indent == 0) {
|
/frameworks/base/services/core/java/com/android/server/media/ |
MediaSessionService.java | 569 String indent = prefix + " "; local 570 pw.println(indent + "MediaButtonReceiver:" + mLastMediaButtonReceiver); 571 pw.println(indent + "Restored ButtonReceiver:" + mRestoredMediaButtonReceiver); 573 pw.println(indent + size + " Sessions:"); 577 pw.println(indent + mSessions.get(i).toString()); [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
ThreadGroup.java | [all...] |
/external/chromium-trace/catapult/third_party/mocha/ |
mocha.js | [all...] |
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
mocha.js | [all...] |
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | [all...] |
/external/clang/tools/c-index-test/ |
c-index-test.c | 4033 printDiagnosticSet(clang_getChildDiagnostics(D), indent+2); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 1001 String indent; local [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerBase.java | 182 * Amount to indent. 736 * @return the number of spaces to indent for each indentation level. 753 * Sets the value coming from the xsl:output indent stylesheet 762 setOutputProperty(OutputKeys.INDENT,val); [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_input_InputManagerService.cpp | 61 #define INDENT " " 332 dump.appendFormat(INDENT "Interactive: %s\n", toString(mInteractive.load())); 336 dump.appendFormat(INDENT "System UI Visibility: 0x%0" PRIx32 "\n", 338 dump.appendFormat(INDENT "Pointer Speed: %" PRId32 "\n", mLocked.pointerSpeed); 339 dump.appendFormat(INDENT "Pointer Gestures Enabled: %s\n", 341 dump.appendFormat(INDENT "Show Touches: %s\n", toString(mLocked.showTouches)); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
NEWS.txt | 199 - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). 297 - Removed ability to configure tabs indent from Options dialog. This 'feature' 299 default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on 308 - Discourage using an indent width other than 8 when using tabs to indent 314 even if the file uses tabs.) Any change in indent width is local to that
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
NEWS.txt | 199 - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). 297 - Removed ability to configure tabs indent from Options dialog. This 'feature' 299 default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on 308 - Discourage using an indent width other than 8 when using tabs to indent 314 even if the file uses tabs.) Any change in indent width is local to that
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/internal/ |
format.a | 98 func @"".Parse (@"".fset·5 *@"go/token".FileSet, @"".filename·6 string, @"".src·7 []byte, @"".fragmentOk·8 bool) (@"".file·1 *@"go/ast".File, @"".sourceAdj·2 func(@"".src []byte, @"".indent int) (? []byte), @"".indentAdj·3 int, @"".err·4 error) 103 type @"go/printer".Config struct { Mode @"go/printer".Mode; Tabwidth int; Indent int } 106 func @"".Format (@"".fset·3 *@"go/token".FileSet, @"".file·4 *@"go/ast".File, @"".sourceAdj·5 func(@"".src []byte, @"".indent int) (? []byte) "esc:0x1", @"".indentAdj·6 int, @"".src·7 []byte "esc:0x9", @"".cfg·8 @"go/printer".Config) (? []byte, ? error) 215 0runtime.morestack_noctxt ?? `"".autotmp_0058 type.uintptr "".autotmp_0057 type.int "".autotmp_0056 type.[]uint8 "".autotmp_0055 type.bool "".autotmp_0054 type.int "".autotmp_0053 type.uintptr "".autotmp_0052 type.int "".autotmp_0051 type.[]uint8 "".autotmp_0050 type.*uint8 "".autotmp_0049 type.uint8 "".autotmp_0047 type.*uint8 "".autotmp_0046 type.int "".autotmp_0045 type.int "".autotmp_0043 type.int "".autotmp_0042 _type.[]uint8 "".autotmp_0039 type.[]uint8 "".autotmp_0038 type.[]uint8 "".autotmp_0037 type.int "".autotmp_0036 type.[]uint8 "".autotmp_0035 type.[]uint8 "".autotmp_0034 type.int "".autotmp_0033 "type.*go/ast.File "".autotmp_0032 $type.*bytes.Buffer "".autotmp_0031 type.int "".autotmp_0029 type.[]uint8 "".autotmp_0028 type.[]uint8 "".autotmp_0027 type.[]uint8 "".autotmp_0025 type.int "".autotmp_0024 /type.[]uint8 "".autotmp_0022 ?"type.*go/ast.File "".autotmp_0021 ?$type.*bytes.Buffer "".&buf ?$type.*bytes.Buffer "".&buf ?$type.*bytes.Buffer "".~r0 ?type.[]uint8 "".err ?type.error "".i ?type.int "".indent |