Home
last modified time | relevance | path

Searched defs:indentation (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/compiler/glsl/
Dir_print_visitor.h93 int indentation; variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dconvert_comment_block.rs47 let indentation = IndentLevel::from_token(comment.syntax()); in block_to_line() localVariable
92 let indentation = IndentLevel::from_token(comment.syntax()); in line_to_block() localVariable
Ddesugar_doc_comment.rs39 let indentation = IndentLevel::from_token(comment.syntax()).to_string(); in desugar_doc_comment() localVariable
Dextract_type_alias.rs328 fn indentation() { in indentation() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Dserializer_deserializer.py115 def show(dataset, indentation=2): argument
/third_party/rust/rust/src/tools/tidy/src/
Dalphabetical.rs24 fn indentation(line: &str) -> usize { in indentation() function
/third_party/typescript/src/harness/
Dutil.ts54 const indentation = guessIndentation(lines); constant
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Drc_clone_in_vec_init.rs91 let indentation = " ".repeat(indent_of(cx, lint_span).unwrap_or(0)); in emit_lint() localVariable
Dformatting.rs267 fn indentation(cx: &EarlyContext<'_>, span: Span) -> usize { in indentation() function
/third_party/mesa3d/bin/
Dnir-test-runner.py103 indentation = len(test_line) - len(test_line.lstrip()) + 3 variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp128 const std::string indentation = std::string(indentationDepth, '\t'); in glslTraverseBasicTypes() local
161 const std::string indentation = std::string(indentationDepth, '\t'); in glslAssignBasicTypeObject() local
181 const std::string indentation = std::string(indentationDepth, '\t'); in glslCheckBasicTypeObject() local
383 const std::string indentation = std::string(indentationDepth, '\t'); in glslTraverseBasicTypeArray() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp128 const std::string indentation = std::string(indentationDepth, '\t'); in glslTraverseBasicTypes() local
161 const std::string indentation = std::string(indentationDepth, '\t'); in glslAssignBasicTypeObject() local
181 const std::string indentation = std::string(indentationDepth, '\t'); in glslCheckBasicTypeObject() local
383 const std::string indentation = std::string(indentationDepth, '\t'); in glslTraverseBasicTypeArray() local
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs802 string indentation = null) { in Settings()
863 public Settings WithIndentation(string indentation = " ") => in WithIndentation()
/third_party/python/Doc/reference/
Dlexical_analysis.rst170 .. _indentation: target
/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts173 readonly indentation?: number; property
544 indentation: info.indentation constant
/third_party/typescript/src/services/
DtextChanges.ts148 indentation?: number; property
671 …const indentation = this.guessIndentationFromExistingMembers(sourceFile, node) ?? this.computeInde… constant
920 …const indentation = formatting.SmartIndenter.findFirstNonWhitespaceColumn(afterStartLinePosition, … constant
/third_party/gn/src/gn/
Djson_project_writer.cc292 void SetIndentation(size_t indentation) { indentation_ = indentation; } in SetIndentation()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c55 unsigned indentation; member
/third_party/typescript/src/services/formatting/
Dformatting.ts458 …const indentation = SmartIndenter.nodeWillIndentChild(options, enclosingNode, /*child*/ undefined,… constant
/third_party/flatbuffers/src/
Didl_gen_swift.cpp1592 const std::string &indentation) { in BuildObjectAPIConstructorBodyVectors()
1672 const std::string &indentation = "", in BuildUnionEnumSwitchCase()
/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dsugg.rs668 fn indentation<T: LintContext>(cx: &T, span: Span) -> Option<String> { in indentation() function
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4519 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter()
4781 std::string const& indentation, in BuiltStyledStreamWriter()
5034 std::string indentation = settings_["indentation"].asString(); in newStreamWriter() local
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4519 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter()
4781 std::string const& indentation, in BuiltStyledStreamWriter()
5034 std::string indentation = settings_["indentation"].asString(); in newStreamWriter() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4519 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter()
4781 std::string const& indentation, in BuiltStyledStreamWriter()
5034 std::string indentation = settings_["indentation"].asString(); in newStreamWriter() local
/third_party/typescript/src/compiler/
Demitter.ts5299 const indentation = guessIndentation(lines); constant

12