Searched refs:indent (Results 251 - 275 of 626) sorted by relevance

<<11121314151617181920>>

/external/protobuf/python/google/protobuf/
H A Dtext_format.py64 def PrintMessage(message, out, indent = 0):
68 PrintField(field, element, out, indent)
70 PrintField(field, value, out, indent)
73 def PrintField(field, value, out, indent = 0):
77 out.write(' ' * indent);
99 PrintFieldValue(field, value, out, indent)
103 def PrintFieldValue(field, value, out, indent = 0):
109 PrintMessage(value, out, indent + 2)
110 out.write(' ' * indent + '}')
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.cpp409 void CSSSelector::show(int indent) const
411 printf("%*sselectorText(): %s\n", indent, "", selectorText().ascii().data());
412 printf("%*sm_match: %d\n", indent, "", m_match);
413 printf("%*sisCustomPseudoElement(): %d\n", indent, "", isCustomPseudoElement());
415 printf("%*svalue(): %s\n", indent, "", value().ascii().data());
416 printf("%*spseudoType(): %d\n", indent, "", pseudoType());
418 printf("%*stagQName().localName: %s\n", indent, "", tagQName().localName().ascii().data());
419 printf("%*sisAttributeSelector(): %d\n", indent, "", isAttributeSelector());
421 printf("%*sattribute(): %s\n", indent, "", attribute().localName().ascii().data());
422 printf("%*sargument(): %s\n", indent, "", argumen
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_print.c681 GLint indent,
691 indent -= 3;
693 for (i = 0; i < indent; i++) {
806 return indent + 3;
809 return indent + 3;
815 return indent + 3;
832 return indent;
837 return indent + 3;
897 return indent;
903 GLint indent,
679 _mesa_fprint_instruction_opt(FILE *f, const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) argument
902 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) argument
929 GLuint i, indent = 0; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_print.c681 GLint indent,
691 indent -= 3;
693 for (i = 0; i < indent; i++) {
806 return indent + 3;
809 return indent + 3;
815 return indent + 3;
832 return indent;
837 return indent + 3;
897 return indent;
903 GLint indent,
679 _mesa_fprint_instruction_opt(FILE *f, const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) argument
902 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) argument
929 GLuint i, indent = 0; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_ec_asn1.c506 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
508 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 0);
511 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
513 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 1);
517 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
519 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 2);
/external/openssl/crypto/ec/
H A Dec_ameth.c543 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
546 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 0);
549 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
552 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 1);
556 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
559 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 2);
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp675 O.indent(6) << "return true;\n";
685 O.indent(8);
692 O.indent(6) << "// " << Result << "\n";
723 O.indent(6) << "AsmString = \"" << OutString.str() << "\";\n";
725 O.indent(6) << "break;\n";
726 O.indent(4) << '}';
973 CasesO.indent(2) << "case " << I->first << ":\n";
978 CasesO.indent(4);
983 CasesO.indent(4) << "return false;\n";
1000 O.indent(
[all...]
/external/blktrace/btt/
H A Dtrace_complete.c24 __u64 sec, __u32 nsec, int indent)
27 if (indent)
23 __out(FILE *ofp, __u64 tm, enum iop_type type, __u64 sec, __u32 nsec, int indent) argument
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_android.cc119 const base::string16& indent) {
153 return indent + line + base::ASCIIToUTF16("\n");
117 ToString( const base::DictionaryValue& dict, const base::string16& indent) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclike.js107 var indent = state.indented;
109 indent = state.context.indented;
110 return state.context = new Context(indent, col, type, null, state.context);
160 indent: function(state, textAfter) {
/external/chromium_org/third_party/polymer/components/core-toolbar/
H A Dcore-toolbar.css107 polyfill-next-selector { content: ':host .indent'; }
108 ::content > .indent {
/external/chromium_org/third_party/polymer/components-chromium/core-toolbar/
H A Dcore-toolbar.css107 polyfill-next-selector { content: ':host .indent'; }
108 ::content > .indent {
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dclike.js104 var indent = state.indented;
106 indent = state.context.indented;
107 return state.context = new Context(indent, col, type, null, state.context);
157 indent: function(state, textAfter) {
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp112 OS.indent(2);
128 OS.indent(2);
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp139 out.indent(initialPad) << i->FullName;
148 out.indent(pad + 2) << i->Desc;
/external/clang/tools/diagtool/
H A DTreeView.cpp59 out.indent(Indent * 2);
78 out.indent(Indent * 2);
/external/jsoncpp/include/json/
H A Dwriter.h55 * The rules for line break and indent are as follow:
57 * - if empty then print {} without indent and line break
58 * - if not empty the print '{', line break & indent, print one value per line
61 * - if empty then print [] without indent and line break
91 void indent();
111 * The rules for line break and indent are as follow:
113 * - if empty then print {} without indent and line break
114 * - if not empty the print '{', line break & indent, print one value per line
117 * - if empty then print [] without indent and line break
149 void indent();
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java183 generator.indent();
283 generator.indent();
318 private final StringBuilder indent = new StringBuilder(); field in class:TextFormat.TextGenerator
329 public void indent() { method in class:TextFormat.TextGenerator
330 indent.append(" ");
334 * Reduces the current indent level by two spaces, or crashes if the indent
338 final int length = indent.length();
343 indent.delete(length - 2, length);
370 output.append(indent);
[all...]
/external/qemu/hw/core/
H A Dsysbus.c157 void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent) argument
164 indent, "", s->mmio[i].addr, s->mmio[i].size);
/external/skia/experimental/webtry/res/js/cm/
H A Dclike.js104 var indent = state.indented;
106 indent = state.context.indented;
107 return state.context = new Context(indent, col, type, null, state.context);
157 indent: function(state, textAfter) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py136 indent = INDENT_REGEX.match(physical_line).group(1)
137 for offset, char in enumerate(indent):
148 indent = INDENT_REGEX.match(physical_line).group(1)
149 if '\t' in indent:
150 return indent.index('\t'), "W191 indentation contains tabs"
157 filtering for those who want to indent their blank lines.
378 and braces, or using a hanging indent.
380 When using a hanging indent these considerations should be applied:
425 # for each depth, memorize the visual indent column
426 indent
[all...]
/external/chromium_org/chrome/installer/tools/
H A Dsetup_timer.py93 print json.dumps(timings, indent=2, sort_keys=True)
/external/chromium_org/native_client_sdk/src/tools/
H A Dfix_manifest.py118 json.dump(data, f, indent=2)
/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake_message.h121 std::string DebugStringInternal(size_t indent) const;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTextEditor.js60 indent: function() { },

Completed in 699 milliseconds

<<11121314151617181920>>