Home
last modified time | relevance | path

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

/external/clang/utils/check_cfc/
Dcheck_cfc.py261 alternate_command = list(arguments)
262 alternate_command = flip_dash_g(alternate_command)
263 alternate_command = set_output_file(alternate_command, output_file_b)
264 run_step(alternate_command, my_env, "Error compiling with -g")
282 alternate_command = arguments + ['-via-file-asm']
283 alternate_command = set_output_file(alternate_command, output_file_b)
284 run_step(alternate_command, my_env,
/external/python/cpython3/Include/internal/
Dpycore_codecs.h39 const char *alternate_command);
/external/python/cpython3/Python/
Dcodecs.c511 const char *alternate_command) in _PyCodec_LookupTextEncoding() argument
539 encoding, alternate_command); in _PyCodec_LookupTextEncoding()
552 const char *alternate_command, in codec_getitem_checked() argument
558 codec = _PyCodec_LookupTextEncoding(encoding, alternate_command); in codec_getitem_checked()