Searched refs:indentLines (Results 1 – 13 of 13) sorted by relevance
/external/deqp/scripts/khr_util/ |
D | gen_str_util.py | 24 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()):
|
D | format.py | 47 def indentLines (lines): function
|
/external/deqp/scripts/egl/ |
D | enums.py | 7 from khr_util.format import indentLines, normalizeConstant 32 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface…
|
D | str_util.py | 27 from khr_util.format import indentLines 152 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
|
D | proc_address_tests.py | 31 from khr_util.format import indentLines 67 for line in indentLines(entries):
|
D | library.py | 4 from khr_util.format import indentLines, commandParams, commandArgs
|
D | common.py | 89 lines = khr_util.format.indentLines(lines)
|
D | call_log_wrapper.py | 7 from khr_util.format import indentLines
|
/external/deqp/scripts/opengl/ |
D | src_util.py | 122 lines = indentLines(lines) 155 indentLines = khr_util.format.indentLines variable
|
D | gen_enums.py | 32 src = indentLines(map(enumDefinition, iface.enums))
|
D | gen_str_util.py | 948 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
|
D | gen_ext_init.py | 43 for line in indentLines(genInit(command) for command in extIface.commands):
|
D | gen_wrapper.py | 43 src = indentLines(chain(defines, prototypes))
|