HomeSort by relevance Sort by last modified time
    Searched refs:indentLines (Results 1 - 15 of 15) sorted by null

  /external/deqp/scripts/egl/
enums.py 27 from khr_util.format import indentLines, normalizeConstant
56 writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface.enums)))
str_util.py 27 from khr_util.format import indentLines
169 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
proc_address_tests.py 31 from khr_util.format import indentLines
67 for line in indentLines(entries):
library.py 24 from khr_util.format import indentLines, commandParams, commandArgs
common.py 103 lines = khr_util.format.indentLines(lines)
call_log_wrapper.py 27 from khr_util.format import indentLines
  /external/deqp/scripts/opengl/
gen_enums.py 32 src = indentLines(map(enumDefinition, iface.enums))
gen_ext_init.py 43 for line in indentLines(genInit(command) for command in extIface.commands):
gen_str_util.py     [all...]
src_util.py 130 lines = indentLines(lines)
163 indentLines = khr_util.format.indentLines
gen_wrapper.py 43 src = indentLines(chain(defines, prototypes))
  /external/deqp/scripts/khr_util/
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()):
format.py 47 def indentLines (lines):
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 30 from khr_util.format import indentLines, writeInlFile
409 for line in indentLines(["\t%s\t= %s," % v for v in enum.values]):
422 for line in indentLines(["\t%s\t= %s," % v for v in bitfield.values]):
431 for line in indentLines(["\t%s\t%s;" % (m.type, m.name) for m in type.members]):
443 for line in indentLines(genLines(handles)):
448 for line in indentLines(["#define %s\t(static_cast<%s>\t(%s))" % (name, type, value) for name, type, value in api.definitions]):
462 for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s);" % (s, c) for n, s, c in PLATFORM_TYPES]):
486 writeInlFile(filename, INL_HEADER, indentLines(genProtos()))
493 writeInlFile(filename, INL_HEADER, indentLines(genTypes()))
496 writeInlFile(filename, INL_HEADER, indentLines(["%s\t%s;" % (getFunctionTypeName(function), getInterfaceName(function)) for function in api.funct (…)
    [all...]
  /packages/services/Car/tools/
update-obd2-sensors.py 57 def indentLines(cls, string, numSpaces):
97 sensorLine = SensorPolicy.indentLines(self.sensor(theSensor,

Completed in 159 milliseconds