Home
last modified time | relevance | path

Searched defs:MS_WINDOWS (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/PC/
Dpython_ver_rc.h10 #define MS_WINDOWS macro
Dpyconfig.h69 #define MS_WINDOWS macro
/external/python/cpython3/Lib/test/
D_test_embed_set_config.py14 MS_WINDOWS = (os.name == 'nt') variable
Dtest_utf8_mode.py15 MS_WINDOWS = (sys.platform == 'win32') variable
Dtest_faulthandler.py23 MS_WINDOWS = (os.name == 'nt') variable
Dtest_embed.py19 MS_WINDOWS = (os.name == 'nt') variable
/external/python/cpython2/PC/
Dpyconfig.h81 #define MS_WINDOWS macro
/external/python/cpython3/
Dsetup.py84 MS_WINDOWS = (HOST_PLATFORM == 'win32') variable