Home
last modified time | relevance | path

Searched refs:cmd_names (Results 1 – 4 of 4) sorted by relevance

/external/angle/scripts/
Dregistry_xml.py293 cmd_names = []
296 cmd_names += version_cmd_names
298 return cmd_names
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c26 static const char *cmd_names[LP_RAST_OP_MAX] = variable
61 assert(ARRAY_SIZE(cmd_names) > cmd); in cmd_name()
62 return cmd_names[cmd]; in cmd_name()
/external/python/cpython3/Lib/test/support/
D__init__.py2727 def missing_compiler_executable(cmd_names=[]): argument
2746 if cmd_names and name not in cmd_names:
2749 if cmd_names:
/external/python/cpython3/Doc/library/
Dtest.rst1255 .. function:: missing_compiler_executable(cmd_names=[])
1258 in *cmd_names* or all the compiler executables when *cmd_names* is empty