/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 1489 # Pick the indent from the front of the line. 2570 my $indent; 2768 # Measure the line length and indent. 2769 ($length, $indent) = line_stats($rawline); 2773 ($previndent, $stashindent) = ($stashindent, $indent); 3742 "code indent should use tabs where possible\n" . $herevet) && 3790 my $indent = length($1); 3791 if ($indent % $tabsize) { 3795 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e; 4134 # statements should be at the same indent [all...] |
/base/sensors/miscdevice/utils/tools/haptic_format_converter/converter/ |
H A D | converter.py | 106 json.dump(data, file, indent=2)
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 385 json.dump([c.to_json() for c in commits], f, indent=4)
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser_generator.py | 133 def indent(self) -> Iterator[None]: member in ParserGenerator
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | mustpass.py | 236 return reparsed.toprettyxml(indent='\t', encoding='utf-8')
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | entity_db.py | 299 return json.dumps(d, sort_keys=True, indent=4)
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | restricted_trace_gold_tests.py | 516 out_file.write(json.dumps(results, indent=2))
|
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/ |
H A D | stream.py | 92 return json.dumps(obj, sort_keys=True, ensure_ascii=True, indent=None)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 260 /// indent - Insert 'NumSpaces' spaces. 261 raw_ostream &indent(unsigned NumSpaces);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CallGraphSCCPass.cpp | 86 errs().indent(Offset*2) << "Call Graph SCC Pass Manager\n";
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Timer.cpp | 303 // Figure out how many spaces to indent TimerGroup name. in PrintQueuedTimers() 306 OS.indent(Padding) << Description << '\n'; in PrintQueuedTimers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | bloat.py | 307 json.dumps(jsonify_tree(dirs, '[everything]'), indent=2))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Timer.cpp | 312 // Figure out how many spaces to indent TimerGroup name. in PrintQueuedTimers() 315 OS.indent(Padding) << Description << '\n'; in PrintQueuedTimers()
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 373 f.write(json.dumps(output, indent=4))
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | tokenize.py | 557 for indent in indents[1:]: # pop remaining indent levels
|
/third_party/selinux/libselinux/src/ |
H A D | Makefile | 215 indent:
|
/third_party/vk-gl-cts/scripts/ |
H A D | mustpass.py | 156 return reparsed.toprettyxml(indent='\t', encoding='utf-8')
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | OH_Drawing_TypographyTest.cpp | 512 float indent = 3.4; in HWTEST_F() local 513 EXPECT_EQ(indent, OH_Drawing_TypographyGetIndentsWithIndex(typography, 1)); in HWTEST_F() 2661 float indent = 3.4; in HWTEST_F() local 2662 EXPECT_EQ(indent, OH_Drawing_TypographyGetIndentsWithIndex(typography, 1)); in HWTEST_F()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.c | 257 unsigned indent) in interval_dump() 259 for (unsigned i = 0; i < indent; i++) in interval_dump() 265 interval_dump(stream, child, indent + 1); in interval_dump() 268 for (unsigned i = 0; i < indent; i++) in interval_dump() 256 interval_dump(struct log_stream *stream, struct ir3_reg_interval *interval, unsigned indent) interval_dump() argument
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509.h | 527 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent); 997 int X509_aux_print(BIO *out, X509 *x, int indent); 1004 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, 1009 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509.h | 527 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent); 997 int X509_aux_print(BIO *out, X509 *x, int indent); 1004 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, 1009 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509.h | 527 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent); 997 int X509_aux_print(BIO *out, X509 *x, int indent); 1004 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, 1009 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509.h | 527 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent); 997 int X509_aux_print(BIO *out, X509 *x, int indent); 1004 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, 1009 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509.h | 527 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent); 997 int X509_aux_print(BIO *out, X509 *x, int indent); 1004 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, 1009 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509.h | 527 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent); 997 int X509_aux_print(BIO *out, X509 *x, int indent); 1004 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, 1009 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
|