Home
last modified time | relevance | path

Searched refs:alternate_command (Results 1 – 5 of 5) 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/cpython2/Python/
Dcodecs.c453 const char *alternate_command) in _PyCodec_LookupTextEncoding() argument
482 encoding, alternate_command); in _PyCodec_LookupTextEncoding()
505 const char *alternate_command, in codec_getitem_checked() argument
511 codec = _PyCodec_LookupTextEncoding(encoding, alternate_command); in codec_getitem_checked()
/external/python/cpython2/Include/
Dcodecs.h99 const char *alternate_command
/external/python/cpython3/Include/
Dcodecs.h117 const char *alternate_command
/external/python/cpython3/Python/
Dcodecs.c527 const char *alternate_command) in _PyCodec_LookupTextEncoding() argument
556 encoding, alternate_command); in _PyCodec_LookupTextEncoding()
569 const char *alternate_command, in codec_getitem_checked() argument
575 codec = _PyCodec_LookupTextEncoding(encoding, alternate_command); in codec_getitem_checked()