Searched refs:alternate_command (Results 1 – 5 of 5) sorted by relevance
/external/clang/utils/check_cfc/ |
D | check_cfc.py | 261 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/ |
D | codecs.c | 453 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/ |
D | codecs.h | 99 const char *alternate_command
|
/external/python/cpython3/Include/ |
D | codecs.h | 117 const char *alternate_command
|
/external/python/cpython3/Python/ |
D | codecs.c | 527 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()
|