/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 1299 int indent = 0; in print_name() local 1308 indent = 4; in print_name() 1318 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 1297 int indent = 0; in print_name() local 1306 indent = 4; in print_name() 1316 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
|
/third_party/python/Lib/test/ |
H A D | test_ast.py | 904 self.assertEqual(ast.dump(node, indent=3), """\ 915 self.assertEqual(ast.dump(node, annotate_fields=False, indent='\t'), """\ 926 self.assertEqual(ast.dump(node, include_attributes=True, indent=3), """\ 1231 with self.assertRaisesRegex(SyntaxError, "unexpected indent"): 1825 with self.subTest(ast.dump(pattern, indent=4)): 2047 It goes on starting from same indent."""
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_algorithm.cpp | 85 (pStyle.leadingMargin.has_value() && pStyle.leadingMargin->pixmap) || Positive(pStyle.indent.Value()) || in ConstructParagraphSpanGroup()
|
/third_party/mesa3d/src/amd/registers/ |
H A D | regdb.py | 791 result = json.dumps(obj, indent=1, sort_keys=True) 899 # kate: space-indent on; indent-width 4; replace-tabs on;
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_pass.h | 207 void indent();
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 658 indent = 4,
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 184 int max_depth, int indent) const;
|
H A D | heap-snapshot-generator.cc | 309 int indent) const { in Print() 311 base::OS::Print("%6zu @%6u %*c %s%s: ", self_size(), id(), indent, ' ', in Print() 363 edge.to()->Print(edge_prefix, edge_name, max_depth, indent + 2); in Print()
|
/third_party/libabigail/src/ |
H A D | abg-comparison-priv.h | 1139 const string& indent);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 106 W.indent(); in visitSymbolBegin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 182 O.indent(2 * Lev) << "[" << Lev << "] " << N; in PrintDomTree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 709 SW->indent(); in Parse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfoImpl.h | 379 OS.indent(Depth * 2); in print()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 6197 // if string has a : in first line will set indent to follow it on 6199 void printHeaderString(std::string const& _string, std::size_t indent = 0); 8532 auto width = m_column.m_width - indent(); 8558 auto indent() const -> size_t { 8564 return std::string(indent(), ' ') + (m_suffix ? plain + "-" : plain); 8629 auto indent(size_t newIndent) -> Column& { 9573 TextFlow::Column( cols.left ).width( optWidth ).indent( 2 ) + 11273 Catch::cout() << Column( testCaseInfo.name ).initialIndent( 2 ).indent( 4 ) << "\n"; 11275 Catch::cout() << Column( Catch::Detail::stringify( testCaseInfo.lineInfo ) ).indent(4) << std::endl; 11279 Catch::cout() << Column( description ).indent( [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_input_bridge.cpp | 1275 CalcDimension indent; in SetTextIndent() local 1276 if (!ArkTSUtils::ParseJsDimensionNG(vm, secondArg, indent, DimensionUnit::VP, true)) { in SetTextIndent() 1277 indent.Reset(); in SetTextIndent() 1281 nativeNode, indent.Value(), static_cast<int8_t>(indent.Unit())); in SetTextIndent()
|
H A D | arkts_native_text_area_bridge.cpp | 977 CalcDimension indent; in SetTextIndent() local 978 if (!ArkTSUtils::ParseJsDimensionNG(vm, secondArg, indent, DimensionUnit::VP, true)) { in SetTextIndent() 979 indent.Reset(); in SetTextIndent() 983 nativeNode, indent.Value(), static_cast<int8_t>(indent.Unit())); in SetTextIndent()
|
/third_party/libexif/libexif/ |
H A D | exif-entry.c | 629 exif_entry_dump (ExifEntry *e, unsigned int indent) in exif_entry_dump() argument 638 l = MIN(sizeof(buf)-1, 2*indent); in exif_entry_dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 448 dbgs().indent(Offset*2) << "ModulePass Manager\n"; 1435 dbgs().indent(Offset*2) << "FunctionPass Manager\n"; in dumpPassStructure()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 714 std::ostream& operator<<(std::ostream& str, const Indent& indent) in operator <<() argument 716 for (int i = 0; i < indent.level; i++) in operator <<() 840 generateDeclaration(src, *uniformIter, 1 /* indent level */); in generateDeclaration()
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
H A D | php_generator.cc | 1624 std::string indent = std::string(indentCount, ' '); in GenerateDocCommentBodyForLocation() local 1625 printer->Print(" *^ind^^line^\n", "ind", indent, "line", lines[i]); in GenerateDocCommentBodyForLocation()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceDefinitionUtil.cpp | 367 buf << glu::indent(1) << glu::declare(namedStructs[structNdx]->getMember(memberNdx).getType(), namedStructs[structNdx]->getMember(memberNdx).getName(), 1) << ";\n"; 387 buf << glu::indent(1) << interfaceBlock.variables[ndx] << ";\n";
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 89 \let\ptexindent=\indent 755 % This records the amount of indent in the innermost environment. 980 % after a section heading. If WORD is `insert', then do indent at such 1006 % We also make \indent itself not actually do anything until the next 1010 \gdef\indent{% 1012 \indent 1025 \global \let \indent = \ptexindent 3830 % @multitableparindent is paragraph indent in table. 6272 \let\indent=\ptexindent 6410 % Turn off paragraph indentation but redefine \indent t [all...] |
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 1259 string_t dump(const int indent = -1, in dump() 1267 if (indent >= 0) in dump() 1269 s.dump(*this, true, ensure_ascii, static_cast<unsigned int>(indent)); in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2902 OS.indent(Loop->getLoopDepth()*2) in PrintParentLoopComment() 2914 OS.indent(CL->getLoopDepth()*2) in PrintChildLoopComment() 2950 OS.indent(Loop->getLoopDepth()*2-2); in emitBasicBlockLoopComments()
|