Home
last modified time | relevance | path

Searched refs:indentLines (Results 1 – 17 of 17) sorted by relevance

/external/deqp/scripts/khr_util/
Dgen_str_util.py24 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()):
Dformat.py49 def indentLines (lines): function
/external/deqp/scripts/egl/
Dgtf_wrapper.py27 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…
Dstr_util.py27 from khr_util.format import indentLines
169 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
Denums.py27 from khr_util.format import indentLines, normalizeConstant
56 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface…
Dproc_address_tests.py31 from khr_util.format import indentLines
67 for line in indentLines(entries):
Dlibrary.py24 from khr_util.format import indentLines, commandParams, commandArgs
Dcommon.py109 lines = khr_util.format.indentLines(lines)
Dcall_log_wrapper.py27 from khr_util.format import indentLines
/external/deqp/scripts/opengl/
Dsrc_util.py214 lines = indentLines(lines)
247 indentLines = khr_util.format.indentLines variable
Dgen_versions.py32 src = indentLines(map(apiVersionDefinition, iface.versions))
Dgen_enums.py32 src = indentLines(map(enumDefinition, iface.enums))
Dgen_str_util.py967 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
Dgen_ext_init.py62 for line in indentLines(genInit(command) for command in extCommands):
Dgen_wrapper.py48 src = indentLines(chain(defines, prototypes))
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py33 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/
DMarkup.cpp305 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()