Home
last modified time | relevance | path

Searched refs:vnames (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/main/
H A Deglconfigdebug.c46 static const char *const vnames[] = { "SG", "GS", "SC", "PC", "TC", "DC" }; variable
141 vtype < 6 ? vnames[vtype] : "--"); in _eglPrintConfig()
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py2077 vnames = set(prop[2]) # Modifiable copy of the set of short value names.
2079 if vname not in vnames:
2082 vnames.remove(vname)
2088 if vnames and not (prop[0] == "Binary" or pname in ("age", "gc")):
2089 missing_enums.append((pname, vnames))

Completed in 3 milliseconds