Home
last modified time | relevance | path

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

/external/deqp/scripts/khr_util/
Dgen_str_util.py24 from 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.py47 def indentLines (lines): function
/external/deqp/scripts/egl/
Denums.py7 from khr_util.format import indentLines, normalizeConstant
32 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface…
Dstr_util.py27 from khr_util.format import indentLines
152 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
Dproc_address_tests.py31 from khr_util.format import indentLines
67 for line in indentLines(entries):
Dlibrary.py4 from khr_util.format import indentLines, commandParams, commandArgs
Dcommon.py89 lines = khr_util.format.indentLines(lines)
Dcall_log_wrapper.py7 from khr_util.format import indentLines
/external/deqp/scripts/opengl/
Dsrc_util.py122 lines = indentLines(lines)
155 indentLines = khr_util.format.indentLines variable
Dgen_enums.py32 src = indentLines(map(enumDefinition, iface.enums))
Dgen_str_util.py948 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
Dgen_ext_init.py43 for line in indentLines(genInit(command) for command in extIface.commands):
Dgen_wrapper.py43 src = indentLines(chain(defines, prototypes))