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

<<41424344454647484950>>

  /external/lldb/www/python_reference/
lldb.SBTypeCategory.formatters_access_class-class.html 149 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
185 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
lldb.declaration-class.html 112 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
148 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
lldb.value_iter-class.html 141 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
177 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
  /external/llvm/lib/Option/
OptTable.cpp 346 OS.indent(InitialPad) << Option;
353 OS.indent(Pad + 1) << OptionHelp[i].second << '\n';
  /external/llvm/lib/Support/
Timer.cpp 324 // Figure out how many spaces to indent TimerGroup name.
327 OS.indent(Padding) << Name << '\n';
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 77 printer->Indent();
117 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_field.cc 301 printer->Indent();
335 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 234 printer->Indent();
288 printer->Indent();
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1796 TIXML_STRING indent; member in class:TiXmlPrinter
    [all...]
  /frameworks/av/media/libnbaio/
NBLog.cpp 286 void NBLog::Reader::dump(int fd, size_t indent)
342 mIndent = indent;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 392 // save the current indent level as parent indent before pattern searches
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 405 final String indent = new String(charArray); local
406 LogUtils.d(LOG_TAG, "%s", indent + logStr);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 116 indent = '<tt>' + small('&nbsp;' * 5) + '&nbsp;</tt>' variable
179 exception.append('\n<br>%s%s&nbsp;=\n%s' % (indent, name, value))
timeit.py 90 def reindent(src, indent):
92 return src.replace("\n", "\n" + " "*indent)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 154 def _format_layoutlist(layout, indent=0, indent_size=2):
188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '')
192 indent += indent_size
193 newscript, indent = _format_layoutlist(opts['children'], indent,
196 indent -= indent_size
197 script.append('%s}' % (' ' * indent))
201 return '\n'.join(script), indent
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 116 indent = '<tt>' + small('&nbsp;' * 5) + '&nbsp;</tt>' variable
179 exception.append('\n<br>%s%s&nbsp;=\n%s' % (indent, name, value))
timeit.py 90 def reindent(src, indent):
92 return src.replace("\n", "\n" + " "*indent)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 154 def _format_layoutlist(layout, indent=0, indent_size=2):
188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '')
192 indent += indent_size
193 newscript, indent = _format_layoutlist(opts['children'], indent,
196 indent -= indent_size
197 script.append('%s}' % (' ' * indent))
201 return '\n'.join(script), indent
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java 339 * Indent the new line the same way as the current line.
341 * @param doc the document to indent in
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPlan.java 221 "http://xmlpull.org/v1/doc/features.html#indent-output", true);
  /external/bison/build-aux/
do-release-commit-and-tag 173 # indent-tabs-mode: nil
useless-if-before-free 201 ## indent-tabs-mode: nil
  /external/bison/src/
reader.c 133 unsigned indent = 0;
134 complain_at_indent (declaration_loc, &indent,
139 indent += SUB_INDENT;
140 complain_at_indent (merge_function->type_declaration_location, &indent,
131 unsigned indent = 0; local
  /external/chromium_org/chrome/browser/resources/
components.css 194 /* Indent the text related to each plug-in. */
plugins.css 183 /* Indent the text related to each plug-in. */

Completed in 688 milliseconds

<<41424344454647484950>>