Searched refs:CONFIG_H_OK (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | emxccompiler.py | 52 if status is not CONFIG_H_OK: 238 CONFIG_H_OK = "ok" variable 268 return (CONFIG_H_OK, "sys.version mentions 'GCC'") 289 return (CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn)
|
D | cygwinccompiler.py | 99 if status is not CONFIG_H_OK: 353 CONFIG_H_OK = "ok" variable 383 return (CONFIG_H_OK, "sys.version mentions 'GCC'") 404 return (CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn)
|
/external/python/cpython3/Lib/distutils/ |
D | cygwinccompiler.py | 107 if status is not CONFIG_H_OK: 324 CONFIG_H_OK = "ok" variable 354 return CONFIG_H_OK, "sys.version mentions 'GCC'" 362 return CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_cygwinccompiler.py | 10 CONFIG_H_OK, CONFIG_H_NOTOK, 68 self.assertEqual(check_config_h()[0], CONFIG_H_OK) 82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
|