HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 601 - 625 of 1973) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 48 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
49 # indent = the indentation string to prepend, per level
58 self.writexml(writer, "", indent, newl, encoding)
60 self.writexml(writer, "", indent, newl)
795 def writexml(self, writer, indent="", addindent="", newl=""):
796 # indent = current indentation
799 writer.write(indent+"<" + self.tagName)
817 node.writexml(writer, indent+addindent, addindent, newl)
818 writer.write(indent)
937 def writexml(self, writer, indent="", addindent="", newl="")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 48 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
49 # indent = the indentation string to prepend, per level
58 self.writexml(writer, "", indent, newl, encoding)
60 self.writexml(writer, "", indent, newl)
795 def writexml(self, writer, indent="", addindent="", newl=""):
796 # indent = current indentation
799 writer.write(indent+"<" + self.tagName)
817 node.writexml(writer, indent+addindent, addindent, newl)
818 writer.write(indent)
937 def writexml(self, writer, indent="", addindent="", newl="")
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 935 // Indent text by two spaces. After calling Indent(), two spaces will be
936 // inserted at the beginning of each line of text. Indent() may be called
938 void Indent() {
942 // Reduces the current indent level by two spaces, or crashes if the indent
947 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
970 // Saw newline. If there is more text, we may need to insert an indent
975 // Setting this true will cause the next Write() to insert an indent
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 675 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) << '}';
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 305 void printFormatHeadings(size_t indent);
306 void printOverlapLine(size_t indent, const string formatStr,
590 size_t indent = 2; local
592 printFormatHeadings(indent);
595 printOverlapLine(indent, *it, measurements[it
601 printFormatHeadings(indent);
604 printOverlapLine(indent, *it, measurements[it
610 printFormatHeadings(indent);
613 printOverlapLine(indent, *it, measurements[it
    [all...]
  /external/openssl/ssl/
ssltest.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 396 def _c_switch(self, name, indent="\t"):
418 dep_stmts = [indent + s for s in desc.checker._c_switch(dep_name, indent)]
420 stmts.append(indent + "break;")
423 stmts.append(indent + "ON_ERROR(%s);" % switch[0].error);
424 stmts.append(indent + "break;")
429 def dump(self, indent="\t"):
  /external/mesa3d/src/mesa/main/
APIspec.py 396 def _c_switch(self, name, indent="\t"):
418 dep_stmts = [indent + s for s in desc.checker._c_switch(dep_name, indent)]
420 stmts.append(indent + "break;")
423 stmts.append(indent + "ON_ERROR(%s);" % switch[0].error);
424 stmts.append(indent + "break;")
429 def dump(self, indent="\t"):
  /external/valgrind/main/docs/lib/
vg-fo.xsl 7 <!-- set indent = yes while debugging, then change to NO -->
8 <xsl:output method="xml" indent="no"/>
275 <xsl:call-template name="set.toc.indent"/>
371 <fo:list-item-label end-indent="label-end()">
382 <fo:list-item-body start-indent="body-start()">
404 <fo:list-item-label end-indent="label-end()">
409 <fo:list-item-body start-indent="body-start()">
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 699 * @param indent the current indent level.
702 private void dumpNode(StringBuffer result, boolean recursive, int indent, int index)
704 // write indent
705 for (int i = 0; i < indent; i++)
778 qualifier.dumpNode(result, recursive, indent + 2, i + 1);
794 child.dumpNode(result, recursive, indent + 1, i + 1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 347 indent = ' ' * 8
349 print >> self.stream, indent, func_get_function_name(func)
351 print >> self.stream, indent, self.total_calls, "function calls",
410 indent = ""
420 substats = '%s %s %s %s' % (substats.rjust(7+2*len(indent)),
426 print >> self.stream, indent*left_width + substats
427 indent = " "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 347 indent = ' ' * 8
349 print >> self.stream, indent, func_get_function_name(func)
351 print >> self.stream, indent, self.total_calls, "function calls",
410 indent = ""
420 substats = '%s %s %s %s' % (substats.rjust(7+2*len(indent)),
426 print >> self.stream, indent*left_width + substats
427 indent = " "
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /external/lldb/source/Interpreter/
Options.cpp 328 // This function takes INDENT, which tells how many spaces to output at the front of each line; SPACES, which is
330 // multiple lines if necessary, to RESULT, with INDENT spaces at the front of each line. It breaks lines on spaces,
350 strm.Indent (text);
383 strm.Indent();
512 strm.Indent (name);
626 strm.Indent(name);
669 strm.Indent ();
690 strm.Indent ();
704 // Restore the indent level
    [all...]
  /system/media/camera/docs/
metadata_helpers.py 223 def ljust(size, indent=4):
230 indent: an integer representing the initial indendation level
245 return what + "\n" + "".ljust(indent + size)
702 def javadoc(metadata, indent = 4):
710 indent: baseline level of indentation for javadoc block
713 - Indent and * for insertion into a Javadoc comment block
737 comment_prefix = " " * indent + " * ";
773 # Indent each line
829 <!--- can't use dedent directly since 'foo' has no indent -->
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 44 * to do my version of the whole nasty INDENT/DEDENT issue just so I
62 INDENT;
254 | NEWLINE INDENT (stmt)+ DEDENT
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 11 .indent {margin-left: 40px;}
12 .indent-small {margin-left: 20px;}
39 blockquote.indent-only {font-style: normal; color: #000; }
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 11 .indent {margin-left: 40px;}
12 .indent-small {margin-left: 20px;}
39 blockquote.indent-only {font-style: normal; color: #000; }
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-analyze-results.js 222 function resultLine(labelWidth, indent, label, meanWidth, mean, stdErr)
225 for (i = 0; i < indent; i++) {
231 for (i = 0; i < (labelWidth - (label.length + indent)); i++) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 83 printer->Indent();
130 printer->Indent();
131 printer->Indent();
  /external/chromium_org/third_party/readability/css/
readability.css 26 #readability-logo{display:inline;background-position:0 -36px;height:29px;width:189px;text-indent:-9000px;}
27 #arc90-logo{display:inline;background-position:right -36px;height:29px;width:96px;text-indent:-9000px;}
41 #readTools a{overflow:hidden;margin-bottom:8px;display:block;opacity:.4;text-indent:-99999px;height:34px;width:34px;text-decoration:none;filter:alpha(opacity=40);}
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 476 // Indent
480 * Sets the indent of the control within the cell in pixels.
488 * Sets the indent of the control within the cell in characters.
  /external/openssl/crypto/asn1/
ameth_lib.c 412 int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
428 int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
443 int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 81 printer->Indent();
116 printer->Indent();
117 printer->Indent();
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/doc/
FwdLock.html 34 text-indent:-21.6pt;
43 text-indent:-28.8pt;
53 text-indent:-36.0pt;
62 text-indent:-43.2pt;
71 text-indent:-50.4pt;
80 text-indent:-57.6pt;
88 text-indent:-64.8pt;
96 text-indent:-72.0pt;
105 text-indent:-79.2pt;
423 <p class=MsoBodyText style='margin-left:36.0pt;text-indent:-18.0pt'>1.<spa
    [all...]

Completed in 2486 milliseconds

<<21222324252627282930>>