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

<<51525354555657585960>>

  /external/iputils/doc/
docbook2man-spec.pl 246 $list_nestlevel = 0; # Indent certain nested content.
943 # Indent nested lists.
  /external/libxml2/
globals.c 334 * Global setting, asking the serializer to indent the output tree by default
343 * The string used to do one-level indent. By default is equal to " " (two spaces)
  /external/lldb/source/Target/
Target.cpp 123 s->Indent();
    [all...]
  /external/lldb/www/python_reference/
lldb.SBSourceManager-class.html 252 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
318 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
lldb.embedded_interpreter.SimpleREPL-class.html 208 <p class="indent-wrapped-lines"><b>Inherited from <code>code.InteractiveConsole</code></b>:
213 <p class="indent-wrapped-lines"><b>Inherited from <code>code.InteractiveInterpreter</code></b>:
  /external/llvm/include/llvm/Support/
raw_ostream.h 213 /// indent - Insert 'NumSpaces' spaces.
214 raw_ostream &indent(unsigned NumSpaces);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 183 OS << '\n'; // Indent code with newline.
281 OS << '\n'; // Indent code with newline.
  /external/mesa3d/src/glx/
glxextensions.c 72 /* *INDENT-OFF* */
252 /* *INDENT-ON* */
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 692 public String debugDump(int indent) {
693 indentation = indent;
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 665 indent = (len(assertion) + 3)*' '
681 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_mmx.c 30 /* *INDENT-OFF* */
425 /* *INDENT-ON* */
  /external/skia/tools/tests/
render_pictures_test.py 654 indent=2)
657 indent=2)
  /external/valgrind/main/coregrind/m_gdbserver/
signals.c 38 /* *INDENT-OFF* */
203 /* *INDENT-ON* */
  /external/valgrind/main/docs/lib/
vg-html-common.xsl 20 <xsl:output method="html" encoding="ISO-8859-1" indent="yes"/>
24 <xsl:param name="chunker.output.indent" select="'yes'"/>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
maven-resources-plugin-2.4.3.jar 
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 583 tf.setOutputProperty(OutputKeys.INDENT, "yes");
584 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2");
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp 237 TString OutputHLSL::structInitializerString(int indent, const TStructure &structure, const TString &rhsStructName)
244 for (int spaces = 0; spaces < (indent * 4); spaces++)
249 for (int spaces = 0; spaces < ((indent+1) * 4); spaces++)
265 init += structInitializerString(indent + 1, *fieldType.getStruct(), fieldName);
273 init += preIndentString + "}" + (indent == 0 ? ";" : ",") + "\n";
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 1096 UnicodeString indent(FALSE, indentUChars, 1 + LL_indentlevel);
1102 length = indent.extract(1, indent.length(), buffer, sizeof(buffer));
1108 message.findAndReplace(UnicodeString((UChar)'\n'), indent); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 1098 UnicodeString indent(FALSE, indentUChars, 1 + LL_indentlevel);
1104 length = indent.extract(1, indent.length(), buffer, sizeof(buffer));
1110 message.findAndReplace(UnicodeString((UChar)'\n'), indent); local
    [all...]
  /external/chromium_org/third_party/sinonjs/src/
sinon.js 480 function ascii(f, object, processed, indent) {
514 return ascii.object.call(f, object, processed, indent);
531 ascii.object = function (object, processed, indent) {
534 indent = indent || 0;
546 str = ascii(this, obj, processed, indent + 2);
557 for (i = 0, l = indent; i < l; ++i) { is += " "; }
559 if (length + indent > 80) {
609 ascii: function (object, processed, indent) {
610 return ascii(this, object, processed, indent);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 259 void print(raw_ostream &OS, const_iterator I, StringRef Indent = " ") const;
261 StringRef Indent = " ") const;
263 StringRef Indent = " ") const;
759 StringRef Indent) const {
760 printSlice(OS, I, Indent);
761 printUse(OS, I, Indent);
765 StringRef Indent) const {
766 OS << Indent << "[" << I->beginOffset() << "," << I->endOffset() << ")"
772 StringRef Indent) const {
773 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 1645 def indent(self): member in class:CCodeWriter
2141 def indent(self): member in class:PyrexCodeWriter
2160 def indent(self, levels=1): member in class:PyxCodeWriter
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 921 struct Indent
924 Indent (int level_) : level(level_) {}
927 std::ostream& operator<< (std::ostream& str, const Indent& indent)
929 for (int i = 0; i < indent.level; i++)
960 src << Indent(1);
961 generateDeclaration(src, *varIter, 1 /* indent level */);
    [all...]
  /external/llvm/docs/
CodingStandards.rst 465 Indent Code Consistently
479 are no expressions lexically after it in the statement, drop the indent to the
480 standard two space indent for a block of code, as if it were an if-block opened
498 interesting after the lambda in the statement, indent the block two spaces from
499 the indent of the ``[]``:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 1001 def indent(self, text, prefix=' '): member in class:TextDoc
    [all...]

Completed in 2052 milliseconds

<<51525354555657585960>>