Searched refs:indentLines (Results 1 – 17 of 17) sorted by relevance
/external/deqp/scripts/khr_util/ |
D | gen_str_util.py | 24 from khr_util.format import indentLines 88 for caseLine in indentLines(genCases()): 111 for fieldLine in indentLines(genFields()): 143 for caseLine in indentLines(genCases()): 171 for caseLine in indentLines(genCases()):
|
D | format.py | 49 def indentLines (lines): function
|
/external/deqp/scripts/egl/ |
D | gtf_wrapper.py | 27 from khr_util.format import indentLines 99 src = indentLines(chain(defines, prototypes)) 102 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnumsC.inl"), indentLines(map(enumDefinitionC, def…
|
D | str_util.py | 27 from khr_util.format import indentLines 169 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
|
D | enums.py | 27 from khr_util.format import indentLines, normalizeConstant 56 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface…
|
D | proc_address_tests.py | 31 from khr_util.format import indentLines 67 for line in indentLines(entries):
|
D | library.py | 24 from khr_util.format import indentLines, commandParams, commandArgs
|
D | common.py | 109 lines = khr_util.format.indentLines(lines)
|
D | call_log_wrapper.py | 27 from khr_util.format import indentLines
|
/external/deqp/scripts/opengl/ |
D | src_util.py | 214 lines = indentLines(lines) 247 indentLines = khr_util.format.indentLines variable
|
D | gen_versions.py | 32 src = indentLines(map(apiVersionDefinition, iface.versions))
|
D | gen_enums.py | 32 src = indentLines(map(enumDefinition, iface.enums))
|
D | gen_str_util.py | 967 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
|
D | gen_ext_init.py | 62 for line in indentLines(genInit(command) for command in extCommands):
|
D | gen_wrapper.py | 48 src = indentLines(chain(defines, prototypes))
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 33 from khr_util.format import indentLines, writeInlFile 834 for line in indentLines(genHandles()): 884 for line in indentLines(lines): 893 for line in indentLines(["\t%s\t= %s," % v for v in bitfield.values]): 902 for line in indentLines([ptrn % v for v in bitfield64.values]): 909 for line in indentLines(['\t'+m.getAsString('\t')+';' for m in type.members]): 929 for line in indentLines(genLines(handles)): 968 …for line in indentLines(chain(genDefinitionsSrc(definitionsCore), genMaxFrameworkVersion(definitio… 1000 …for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s);" % (s[0], c) for n, s, c in PLATFORM_T… 1038 writeInlFile(filename, INL_HEADER, indentLines(genProtos())) [all …]
|
/external/llvm-project/clang-tools-extra/clangd/support/ |
D | Markup.cpp | 305 std::string indentLines(llvm::StringRef Input) { in indentLines() function 402 OS << "- " << indentLines(D.asMarkdown()) << '\n'; in renderMarkdown() 412 OS << "- " << indentLines(D.asPlainText()) << '\n'; in renderPlainText()
|