HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 1101 - 1125 of 2419) sorted by null

<<41424344454647484950>>

  /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(&quoteRule, @$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_0058type.uintptr"".autotmp_0057type.int"".autotmp_0056type.[]uint8"".autotmp_0055type.bool"".autotmp_0054type.int"".autotmp_0053type.uintptr"".autotmp_0052type.int"".autotmp_0051type.[]uint8"".autotmp_0050type.*uint8"".autotmp_0049type.uint8"".autotmp_0047type.*uint8"".autotmp_0046type.int"".autotmp_0045type.int"".autotmp_0043type.int"".autotmp_0042_type.[]uint8"".autotmp_0039type.[]uint8"".autotmp_0038type.[]uint8"".autotmp_0037type.int"".autotmp_0036type.[]uint8"".autotmp_0035type.[]uint8"".autotmp_0034type.int"".autotmp_0033"type.*go/ast.File"".autotmp_0032$type.*bytes.Buffer"".autotmp_0031type.int"".autotmp_0029type.[]uint8"".autotmp_0028type.[]uint8"".autotmp_0027type.[]uint8"".autotmp_0025type.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?type.int "".res?type.[]uint8"".j?type.int"".i?type.int "".~r7?type.error "".~r6?type.[]uint8 "".cfgp,type.go/printer.Config "".src@type.[]uint8"".indentAdj0type.int"".sourceAdj >type.func([]uint8, int) []uint8"".file"type.*go/ast.File"".fset,type.*go/token.FileSetD"????\????????????^?2d2D
248 0runtime.morestack_noctxtp` "".~r2@type.[]uint8"".indent0type.int "".srctype.[]uint8`?_`?V(-E
262 0runtime.morestack_noctxtp`"".autotmp_0073type.int "".~r2@type.[]uint8"".indent0type.int "".srctype.[]uint8`?_`'?(?-
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/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)
282 0runtime.morestack_noctxt??v"".autotmp_0063type.int"".autotmp_0062type.[]uint8"".autotmp_0061type.bool"".autotmp_0060type.int"".autotmp_0059type.int"".autotmp_0058type.[]uint8"".autotmp_0057type.*uint8"".autotmp_0056type.int"".autotmp_0055type.[]uint8"".autotmp_0054type.uint8"".autotmp_0052type.*uint8"".autotmp_0051type.int"".autotmp_0050type.int"".autotmp_0049type.int"".autotmp_0048_type.[]uint8"".autotmp_0046?type.*uint8"".autotmp_0045type.[]uint8"".autotmp_0044type.[]uint8"".autotmp_0043type.int"".autotmp_0042type.int"".autotmp_0041type.[]uint8"".autotmp_0040type.[]uint8"".autotmp_0039type.int"".autotmp_0038type.error"".autotmp_0037"type.*go/ast.File"".autotmp_0036$type.*bytes.Buffer"".autotmp_0035type.int"".autotmp_0034?type.int"".autotmp_0033type.[]uint8"".autotmp_0032type.[]uint8"".autotmp_0031type.[]uint8"".autotmp_0030?type.int"".autotmp_0029type.int"".autotmp_0028/type.[]uint8"".autotmp_0027?type.int"".autotmp_0025?"type.*go/ast.File"".autotmp_0024?$type.*bytes.Buffer"".&buf?$type.*bytes.Buffer"".&buf?$type.*bytes.Buffer "".~r0?type.[]uint8bytes.b·2?$type.*bytes.Buffer "".~r0?type.[]uint8bytes.b·2?$type.*bytes.Buffer "".err?type.error"".i?type.int"".hasSpace?type.bool"".indent?type.int "".res?type.[]uint8"".j?type.int"".i?type.int "".err?type.error "".~r7?type.error "".~r6?type.[]uint8 "".cfgp,type.go/printer.Config "".src@type.[]uint8"".indentAdj0type.int"".sourceAdj >type.func([]uint8, int) []uint8"".file"type.*go/ast.File"".fset,type.*go/token.FileSetF"???????? ??? ??????o/?*  ?2 r@  ?
335 0runtime.morestack_noctxtp?"".autotmp_0073/type.[]uint8 "".~r2@type.[]uint8"".indent0type.int "".srctype.[]uint8?????V9-R ?
351 "".autotmp_0077/type.[]uint8"".autotmp_0075type.int "".~r2@type.[]uint8"".indent0type.int "".srctype.[]uint8?????0?>
  /prebuilts/go/linux-x86/pkg/linux_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_0058type.uintptr"".autotmp_0057type.int"".autotmp_0056type.[]uint8"".autotmp_0055type.bool"".autotmp_0054type.int"".autotmp_0053type.uintptr"".autotmp_0052type.int"".autotmp_0051type.[]uint8"".autotmp_0050type.*uint8"".autotmp_0049type.uint8"".autotmp_0047type.*uint8"".autotmp_0046type.int"".autotmp_0045type.int"".autotmp_0043type.int"".autotmp_0042_type.[]uint8"".autotmp_0039type.[]uint8"".autotmp_0038type.[]uint8"".autotmp_0037type.int"".autotmp_0036type.[]uint8"".autotmp_0035type.[]uint8"".autotmp_0034type.int"".autotmp_0033"type.*go/ast.File"".autotmp_0032$type.*bytes.Buffer"".autotmp_0031type.int"".autotmp_0029type.[]uint8"".autotmp_0028type.[]uint8"".autotmp_0027type.[]uint8"".autotmp_0025type.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?type.int "".res?type.[]uint8"".j?type.int"".i?type.int "".~r7?type.error "".~r6?type.[]uint8 "".cfgp,type.go/printer.Config "".src@type.[]uint8"".indentAdj0type.int"".sourceAdj >type.func([]uint8, int) []uint8"".file"type.*go/ast.File"".fset,type.*go/token.FileSetD"????\????????????^?2d2D
248 0runtime.morestack_noctxtp` "".~r2@type.[]uint8"".indent0type.int "".srctype.[]uint8`?_`?V(-E
262 0runtime.morestack_noctxtp`"".autotmp_0073type.int "".~r2@type.[]uint8"".indent0type.int "".srctype.[]uint8`?_`'?(?-
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/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)
282 0runtime.morestack_noctxt??v"".autotmp_0063type.int"".autotmp_0062type.[]uint8"".autotmp_0061type.bool"".autotmp_0060type.int"".autotmp_0059type.int"".autotmp_0058type.[]uint8"".autotmp_0057type.*uint8"".autotmp_0056type.int"".autotmp_0055type.[]uint8"".autotmp_0054type.uint8"".autotmp_0052type.*uint8"".autotmp_0051type.int"".autotmp_0050type.int"".autotmp_0049type.int"".autotmp_0048_type.[]uint8"".autotmp_0046?type.*uint8"".autotmp_0045type.[]uint8"".autotmp_0044type.[]uint8"".autotmp_0043type.int"".autotmp_0042type.int"".autotmp_0041type.[]uint8"".autotmp_0040type.[]uint8"".autotmp_0039type.int"".autotmp_0038type.error"".autotmp_0037"type.*go/ast.File"".autotmp_0036$type.*bytes.Buffer"".autotmp_0035type.int"".autotmp_0034?type.int"".autotmp_0033type.[]uint8"".autotmp_0032type.[]uint8"".autotmp_0031type.[]uint8"".autotmp_0030?type.int"".autotmp_0029type.int"".autotmp_0028/type.[]uint8"".autotmp_0027?type.int"".autotmp_0025?"type.*go/ast.File"".autotmp_0024?$type.*bytes.Buffer"".&buf?$type.*bytes.Buffer"".&buf?$type.*bytes.Buffer "".~r0?type.[]uint8bytes.b·2?$type.*bytes.Buffer "".~r0?type.[]uint8bytes.b·2?$type.*bytes.Buffer "".err?type.error"".i?type.int"".hasSpace?type.bool"".indent?type.int "".res?type.[]uint8"".j?type.int"".i?type.int "".err?type.error "".~r7?type.error "".~r6?type.[]uint8 "".cfgp,type.go/printer.Config "".src@type.[]uint8"".indentAdj0type.int"".sourceAdj >type.func([]uint8, int) []uint8"".file"type.*go/ast.File"".fset,type.*go/token.FileSetF"???????? ??? ??????o/?*  ?2 r@  ?
335 0runtime.morestack_noctxtp?"".autotmp_0073/type.[]uint8 "".~r2@type.[]uint8"".indent0type.int "".srctype.[]uint8?????V9-R ?
351 "".autotmp_0077/type.[]uint8"".autotmp_0075type.int "".~r2@type.[]uint8"".indent0type.int "".srctype.[]uint8?????0?>
  /prebuilts/python/darwin-x86/2.7.5/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

Completed in 2191 milliseconds

<<41424344454647484950>>