| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir_print_visitor.h | 93 int indentation; variable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | convert_comment_block.rs | 47 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
|
| D | desugar_doc_comment.rs | 39 let indentation = IndentLevel::from_token(comment.syntax()).to_string(); in desugar_doc_comment() localVariable
|
| D | extract_type_alias.rs | 328 fn indentation() { in indentation() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/ |
| D | serializer_deserializer.py | 115 def show(dataset, indentation=2): argument
|
| /third_party/rust/rust/src/tools/tidy/src/ |
| D | alphabetical.rs | 24 fn indentation(line: &str) -> usize { in indentation() function
|
| /third_party/typescript/src/harness/ |
| D | util.ts | 54 const indentation = guessIndentation(lines); constant
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | rc_clone_in_vec_init.rs | 91 let indentation = " ".repeat(indent_of(cx, lint_span).unwrap_or(0)); in emit_lint() localVariable
|
| D | formatting.rs | 267 fn indentation(cx: &EarlyContext<'_>, span: Span) -> usize { in indentation() function
|
| /third_party/mesa3d/bin/ |
| D | nir-test-runner.py | 103 indentation = len(test_line) - len(test_line.lstrip()) + 3 variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationUserDefinedIO.cpp | 128 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/ |
| D | vktTessellationUserDefinedIO.cpp | 128 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/ |
| D | JsonFormatter.cs | 802 string indentation = null) { in Settings() 863 public Settings WithIndentation(string indentation = " ") => in WithIndentation()
|
| /third_party/python/Doc/reference/ |
| D | lexical_analysis.rst | 170 .. _indentation: target
|
| /third_party/typescript/src/services/codefixes/ |
| D | fixAddMissingMember.ts | 173 readonly indentation?: number; property 544 indentation: info.indentation constant
|
| /third_party/typescript/src/services/ |
| D | textChanges.ts | 148 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/ |
| D | json_project_writer.cc | 292 void SetIndentation(size_t indentation) { indentation_ = indentation; } in SetIndentation()
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_dump.c | 55 unsigned indentation; member
|
| /third_party/typescript/src/services/formatting/ |
| D | formatting.ts | 458 …const indentation = SmartIndenter.nodeWillIndentChild(options, enclosingNode, /*child*/ undefined,… constant
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_swift.cpp | 1592 const std::string &indentation) { in BuildObjectAPIConstructorBodyVectors() 1672 const std::string &indentation = "", in BuildUnionEnumSwitchCase()
|
| /third_party/rust/rust/src/tools/clippy/clippy_utils/src/ |
| D | sugg.rs | 668 fn indentation<T: LintContext>(cx: &T, span: Span) -> Option<String> { in indentation() function
|
| /third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| D | jsoncpp.cpp | 4519 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/ |
| D | jsoncpp.cpp | 4519 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/ |
| D | jsoncpp.cpp | 4519 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/ |
| D | emitter.ts | 5299 const indentation = guessIndentation(lines); constant
|