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/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/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py34 from khr_util.format import indentLines, writeInlFile
829 for line in indentLines(genHandles()):
886 for line in indentLines(lines):
895 for line in indentLines(["\t%s\t= %s," % v for v in bitfield.values]):
904 for line in indentLines([ptrn % v for v in bitfield64.values]):
911 for line in indentLines(['\t'+m.getAsString('\t')+';' for m in type.members]):
931 for line in indentLines(genLines(handles)):
970 …for line in indentLines(chain(genDefinitionsSrc(definitionsCore), genMaxFrameworkVersion(definitio…
1002 …for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s)" % (s[0], c) for n, s, c in PLATFORM_TY…
1040 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/node/tools/
Dlint-md.mjs43640 function indentLines(value, map) { function
43679 const value = indentLines(containerFlow(node, context), map$1);
44037 value = indentLines(raw, map);
44861 const value = indentLines(containerFlow(node, context), map);