Home
last modified time | relevance | path

Searched refs:type_re (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dglsl_scraper.py32 type_re = '(?P<dtype_%d>\S+)' variable
47 input_re = r'in\W+%s\W+%s;(?P<type_in>)' % (type_re%0, id_re%8)
48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9)
/external/python/cpython2/Lib/idlelib/
DMultiCall.py282 type_re = _keysym_re
284 type_re = _button_re
288 elif len(words) == 1 and type_re.match(words[0]):
/external/python/cpython3/Lib/idlelib/
Dmulticall.py293 type_re = _keysym_re
295 type_re = _button_re
299 elif len(words) == 1 and type_re.match(words[0]):