/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
OMAConstructed.java | 139 OMAConstants.indent(level, out); 149 OMAConstants.indent(level, out);
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
KCode.kt | 32 fun indent(n: Int): String { 128 sb.append("${indent(childTab)}")
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
OMAConstructed.java | 142 OMAConstants.indent(level, out); 152 OMAConstants.indent(level, out);
|
/frameworks/rs/api/ |
Utilities.h | 85 indent() << "}" << (addSemicolon ? ";" : "") << "\n"; 91 std::ofstream& indent() { function in class:GeneratedFile
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
plain_report_formatter.ipp | 61 print_stat_value( std::ostream& ostr, counter_t v, counter_t indent, counter_t total, 65 ostr << std::setw( indent ) << ""
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
Bindings.py | 50 ('_Indent Region', '<<indent-region>>'), 57 ('New Indent Width', '<<change-indentwidth>>'),
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
Bindings.py | 50 ('_Indent Region', '<<indent-region>>'), 57 ('New Indent Width', '<<change-indentwidth>>'),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 50 ('_Indent Region', '<<indent-region>>'), 57 ('New Indent Width', '<<change-indentwidth>>'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 50 ('_Indent Region', '<<indent-region>>'), 57 ('New Indent Width', '<<change-indentwidth>>'),
|
/system/core/include/utils/ |
Printer.h | 67 // - Each line will be prefixed with 'indent' number of blank spaces. 69 FdPrinter(int fd, unsigned int indent = 0, const char* prefix = 0);
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 34 raw_ostream& Indent() { return Indent(Indentation); } 35 raw_ostream& Indent(unsigned Indentation); 55 void VisitDeclContext(DeclContext *DC, bool Indent = true); 189 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false); 192 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { 230 Indent(); 251 this->Indent(); 271 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { 275 if (Indent) [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/ |
Emitter.java | 109 private Integer indent; field in class:Emitter 166 this.indent = null; 262 indents.push(indent); 263 if (indent == null) { 265 indent = bestIndent; 267 indent = 0; 270 this.indent += bestIndent; 425 indent = indents.pop(); 444 indent = indents.pop(); 461 indent = indents.pop() 1095 int indent; local [all...] |
/cts/tools/testng/ |
gen-test-list-xml.py | 87 def write_xml(self, out, indent=0): 88 out.write(' ' * indent) 110 child.write_xml(out, indent + INDENTATION_INCREASE) 112 out.write(' ' * indent)
|
/external/boringssl/src/crypto/x509v3/ |
v3_sxnet.c | 75 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent); 110 int indent) 117 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v); 121 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
edit_anomaly_configs.py | 33 'config': json.dumps(config.config, indent=2, sort_keys=True),
|
edit_bug_labels.py | 22 'bug_labels_json': json.dumps(patterns_dict, indent=2, sort_keys=True)
|
/external/chromium-trace/catapult/telemetry/ |
json_format | 16 json_obj, indent=2, sort_keys=True, separators=(',', ': '))
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
json_output_formatter.py | 58 self.output_stream, indent=2)
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
pylintrc | 17 indent-string=' '
|
/external/curl/lib/ |
checksrc.pl | 25 my $indent = 2; 248 # brace, check that this line is indented $indent more steps, if not 256 my $expect = $first+$indent; 260 "not indented $indent steps, uses $diff)");
|
/external/dbus/bus/ |
activation-exit-codes.h | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
activation.h | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
config-parser-trivial.h | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
desktop-file.h | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
test.h | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|