| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir_print_visitor.h | 91 int indentation; variable
|
| D | ir_builder_print_visitor.cpp | 85 int indentation; member in ir_builder_print_visitor
|
| /third_party/typescript/src/harness/ |
| D | util.ts | 52 const indentation = guessIndentation(lines); constant
|
| /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/python/Doc/library/ |
| D | idle.rst | 472 .. _completions:
|
| /third_party/python/Doc/reference/ |
| D | lexical_analysis.rst | 171 .. _indentation: target
|
| /third_party/jsoncpp/src/lib_json/ |
| D | json_writer.cpp | 649 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter() 917 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter() 1163 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
|
| /third_party/typescript/src/services/ |
| D | textChanges.ts | 114 indentation?: number; property 539 …const indentation = this.guessIndentationFromExistingMembers(sourceFile, cls) ?? this.computeInden… constant 799 …const indentation = formatting.SmartIndenter.findFirstNonWhitespaceColumn(afterStartLinePosition, … constant
|
| /third_party/gn/src/gn/ |
| D | json_project_writer.cc | 339 void SetIndentation(size_t indentation) { indentation_ = indentation; } in SetIndentation()
|
| /third_party/typescript/src/services/formatting/ |
| D | formatting.ts | 429 …const indentation = SmartIndenter.nodeWillIndentChild(options, enclosingNode, /*child*/ undefined,… constant
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_dump.c | 55 uint indentation; member
|
| /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/protobuf/conformance/third_party/jsoncpp/ |
| D | jsoncpp.cpp | 4574 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter() 4839 std::string const& indentation, in BuiltStyledStreamWriter() 5095 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 | 4406 const indentation = guessIndentation(lines); constant
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fTessellationTests.cpp | 5823 const string indentation = string(indentationDepth, '\t'); in glslTraverseBasicTypes() local 5914 const string indentation = string(indentationDepth, '\t'); in glslTraverseBasicTypeArray() local 5996 const string indentation = string(indentationDepth, '\t'); in glslAssignBasicTypeObject() local 6017 const string indentation = string(indentationDepth, '\t'); in glslCheckBasicTypeObject() local
|
| /third_party/typescript/src/server/ |
| D | session.ts | 1658 const indentation = languageService.getIndentationAtPosition(file, position, options); constant
|
| D | protocol.ts | 436 indentation: number; property
|
| /third_party/json/include/nlohmann/ |
| D | json.hpp | 6793 const auto indentation = pretty_print ? o.width() : 0; in operator <<() local
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 294 indentation: number; property
|
| D | typescriptServices.js | 133871 function getDynamicIndentation(node, nodeStartLine, indentation, delta) { argument 133945 …ction processNode(node, contextNode, nodeStartLine, undecoratedNodeStartLine, indentation, delta) { argument 134269 function insertIndentation(pos, indentation, lineAdded) { argument 134299 …function indentMultilineCommentOrJsxText(commentRange, indentation, firstLineIsIndented, indentFin… argument 134544 function getIndentationString(indentation, options) { argument 135649 …angeTracker.prototype.getInsertNodeAtStartInsertOptions = function (sourceFile, cls, indentation) { argument 135857 …this.replaceRange(sourceFile, ts.createRange(insertPos), newNode, { indentation: indentation, pref… property 148065 indentation: 0, property
|
| /third_party/jsoncpp/src/test_lib_json/ |
| D | main.cpp | 2620 JSONTEST_FIXTURE_LOCAL(StreamWriterTest, indentation) { in JSONTEST_FIXTURE_LOCAL() argument
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 10493 const int indentation = g.LogLineFirstItem ? tree_depth * 4 : 1; in LogRenderedText() local
|