Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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…
Denums.py27 from khr_util.format import indentLines, normalizeConstant
56 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface…
Dstr_util.py27 from khr_util.format import indentLines
169 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
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
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py34 from khr_util.format import indentLines, writeInlFile
847 for line in indentLines(genHandles()):
904 for line in indentLines(lines):
913 for line in indentLines(["\t%s\t= %s," % v for v in bitfield.values]):
922 for line in indentLines([ptrn % v for v in bitfield64.values]):
929 for line in indentLines(['\t'+m.getAsString('\t')+';' for m in type.members]):
949 for line in indentLines(genLines(handles)):
988 …for line in indentLines(chain(genDefinitionsSrc(definitionsCore), genMaxFrameworkVersion(definitio…
1020 …for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s)" % (s[0], c) for n, s, c in PLATFORM_TY…
1058 writeInlFile(filename, INL_HEADER, indentLines(genProtos()))
[all …]
Dgen_framework.py33 from khr_util.format import indentLines, writeInlFile
828 for line in indentLines(genHandles()):
885 for line in indentLines(lines):
894 for line in indentLines(["\t%s\t= %s," % v for v in bitfield.values]):
903 for line in indentLines([ptrn % v for v in bitfield64.values]):
910 for line in indentLines(['\t'+m.getAsString('\t')+';' for m in type.members]):
930 for line in indentLines(genLines(handles)):
969 …for line in indentLines(chain(genDefinitionsSrc(definitionsCore), genMaxFrameworkVersion(definitio…
1001 …for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s)" % (s[0], c) for n, s, c in PLATFORM_TY…
1039 writeInlFile(filename, INL_HEADER, indentLines(genProtos()))
[all …]
/third_party/vk-gl-cts/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_wrapper.py48 src = indentLines(chain(defines, prototypes))
Dgen_ext_init.py62 for line in indentLines(genInit(command) for command in extCommands):
/third_party/node/tools/lint-md/
Dlint-md.mjs7957 const value = state.indentLines(
8054 const value = state.indentLines(raw, map$2);
8892 const value = state.indentLines(
9254 function indentLines(value, map) { function
9395 indentLines, property
11306 indentLines(containerFlow(node, context, tracker.current()), map$1)