Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py427 cmd_names = []
430 cmd_names += version_cmd_names
432 return cmd_names
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c26 static const char *cmd_names[] = variable
74 STATIC_ASSERT(ARRAY_SIZE(cmd_names) == LP_RAST_OP_MAX); in cmd_name()
75 assert(ARRAY_SIZE(cmd_names) > cmd); in cmd_name()
76 return cmd_names[cmd]; in cmd_name()
/third_party/python/Lib/test/support/
D__init__.py1688 def missing_compiler_executable(cmd_names=[]): argument
1708 if cmd_names and name not in cmd_names:
1711 if cmd_names:
/third_party/python/Doc/library/
Dtest.rst873 .. function:: missing_compiler_executable(cmd_names=[])
876 in *cmd_names* or all the compiler executables when *cmd_names* is empty