HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 426 - 450 of 945) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/cintltst/
tracetst.c 63 * indent: indent value to give to formatter
70 static void test_format(const char *format, int32_t bufCap, int32_t indent,
94 len = utrace_vformat(buf, bufCap, indent, format, args);
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_asid.c 108 int indent,
115 BIO_printf(out, "%*s%s:\n", indent, "", msg);
118 BIO_printf(out, "%*sinherit\n", indent + 2, "");
127 BIO_printf(out, "%*s%s\n", indent + 2, "", s);
133 BIO_printf(out, "%*s%s-", indent + 2, "", s);
157 int indent)
160 return (i2r_ASIdentifierChoice(out, asid->asnum, indent,
162 i2r_ASIdentifierChoice(out, asid->rdi, indent,
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 321 generator.indent();
430 generator.indent();
483 private final StringBuilder indent = new StringBuilder(); field in class:TextFormat.TextGenerator
491 * Indent text by two spaces. After calling Indent(), two spaces will be
492 * inserted at the beginning of each line of text. Indent() may be called
495 public void indent() { method in class:TextFormat.TextGenerator
496 indent.append(" ");
500 * Reduces the current indent level by two spaces, or crashes if the indent
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 25 self._parser.add_option('--indent', dest='indent', action='store_true',
26 help='Indent the output.')
79 if options.indent:
80 json.dump(json_root, sys.stdout, indent=2)
  /external/chromium_org/tools/gn/
visibility.cc 100 std::string Visibility::Describe(int indent, bool include_brackets) const {
101 std::string outer_indent_string(indent, ' ');
111 // Indent the insides more if brackets are requested.
  /external/deqp/framework/opengl/
gluVarType.hpp 286 struct Indent
289 Indent (int level_) : level(level_) {}
317 std::ostream& operator<< (std::ostream& str, const Indent& indent);
324 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel); } function in namespace:glu
  /external/deqp/modules/glshared/
glsShaderRenderCase.hpp 58 LineStream (int indent = 0) { m_indent = indent; }
  /external/doclava/res/assets/templates/
hierarchy.cs 28 <?cs loop:x=#0,cl.indent,#1 ?><td class="jd-hierarchy-spacer"></td><?cs /loop ?>
  /external/icu/icu4c/source/test/cintltst/
tracetst.c 63 * indent: indent value to give to formatter
70 static void test_format(const char *format, int32_t bufCap, int32_t indent,
94 len = utrace_vformat(buf, bufCap, indent, format, args);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 368 public void write(Appendable out, int indent) throws IOException {
369 for (int i = 0; i < indent; i++) {
  /external/openssl/crypto/x509v3/
v3_asid.c 108 int indent,
115 BIO_printf(out, "%*s%s:\n", indent, "", msg);
118 BIO_printf(out, "%*sinherit\n", indent + 2, "");
127 BIO_printf(out, "%*s%s\n", indent + 2, "", s);
133 BIO_printf(out, "%*s%s-", indent + 2, "", s);
157 int indent)
160 return (i2r_ASIdentifierChoice(out, asid->asnum, indent,
162 i2r_ASIdentifierChoice(out, asid->rdi, 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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
EncodedValue.java 140 out.indent();
160 out.indent();
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionStack.java 230 String indent = prefix + " "; local
233 record.dump(pw, indent);
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 47 outs().indent(NumSpaces) << " (default: ";
81 outs().indent(NumSpaces) << " (default: ";
  /frameworks/native/libs/binder/
IPCThreadState.cpp 174 out << ": " << indent; local
233 out << ": " << indent; local
557 << indent << data << dedent << endl;
597 if (reply) alog << indent << *reply << dedent << endl;
831 alog << "Sending commands to driver: " << indent; local
888 alog << "Received commands from driver: " << indent; local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Serializer.java 97 final String indent = new String(charArray); local
98 LogUtils.v(TAG, "%s%s", indent, logStr);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 300 def dump_option_dicts(self, header=None, commands=None, indent=""):
308 self.announce(indent + header)
309 indent = indent + " "
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 90 def reindent(src, indent):
92 return src.replace("\n", "\n" + " "*indent)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 300 def dump_option_dicts(self, header=None, commands=None, indent=""):
308 self.announce(indent + header)
309 indent = indent + " "
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 90 def reindent(src, indent):
92 return src.replace("\n", "\n" + " "*indent)
  /system/extras/tests/lib/testUtil/
testUtil.c 355 // Set an indent of spaces for each line of hex dump output
357 testXDumpSetIndent(uint8_t indent)
359 xDumpIndent = indent;
362 // Obtain the current hex dump indent amount
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
parser.py 98 indent = 0
101 prev_toktype = token.INDENT
112 if toktype == token.INDENT:
113 indent += 1
115 indent -= 1
126 exclude_indent = indent
128 elif toktype == token.STRING and prev_toktype == token.INDENT:
153 if excluding and indent <= exclude_indent:
  /external/valgrind/main/coregrind/
m_debuglog.c 978 Int indent, depth, i; local
985 indent = 2*level - 1;
986 if (indent < 1) indent = 1;
1005 (void)myvprintf_str ( add_to_buf, &buf, 0, indent, "", False );
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 222 var indent = cur.line > 0 ? countIndent(line) : 0;
223 if (cur.ch <= indent) {
325 var indent = parseInt(i, 10);
326 if (minimumIndent > indent)
327 minimumIndent = indent;
330 return WebInspector.TextUtils.Indent.FourSpaces;
337 var indent = WebInspector.settings.textEditorIndent.get(); variable
339 indent = this._guessIndentationLevel();
340 if (indent === WebInspector.TextUtils.Indent.TabCharacter)
    [all...]

Completed in 2728 milliseconds

<<11121314151617181920>>