Home
last modified time | relevance | path

Searched refs:tuple_list (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformat_info.py172 def format_channel_bits(fmat, tuple_list): argument
173 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/external/toolchain-utils/automation/clients/helper/
Dperforce.py27 def ListFromPathTuples(cls, tuple_list): argument
37 for remote_path, local_path in tuple_list: