Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dsetup_testcppext.py9 MS_WINDOWS = (sys.platform == 'win32') variable
Dtest_cppext.py12 MS_WINDOWS = (sys.platform == 'win32') variable
D_test_embed_set_config.py14 MS_WINDOWS = (os.name == 'nt') variable
Dtest_utf8_mode.py15 MS_WINDOWS = (sys.platform == 'win32') variable
Dpythoninfo.py13 MS_WINDOWS = (sys.platform == 'win32') variable
Dtest_faulthandler.py26 MS_WINDOWS = (os.name == 'nt') variable
Dtest_embed.py23 MS_WINDOWS = (os.name == 'nt') variable
/aosp_15_r20/external/python/cpython3/PC/
Dpython_ver_rc.h10 #define MS_WINDOWS macro
Dpyconfig.h68 #define MS_WINDOWS macro
Dlauncher2.c21 #define MS_WINDOWS macro
/aosp_15_r20/external/python/cpython2/PC/
Dpyconfig.h81 #define MS_WINDOWS macro
/aosp_15_r20/external/python/cpython3/
Dsetup.py82 MS_WINDOWS = (HOST_PLATFORM == 'win32') variable