Home
last modified time | relevance | path

Searched refs:test_init_env_dev_mode_alloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c834 static int test_init_env_dev_mode_alloc(void) in test_init_env_dev_mode_alloc() function
2084 {"test_init_env_dev_mode_alloc", test_init_env_dev_mode_alloc},
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_embed.py963 def test_init_env_dev_mode_alloc(self): member in InitConfigTests