Home
last modified time | relevance | path

Searched refs:pre_config (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_embed.py593 pre_config = configs['pre_config']
596 expected_preconfig[key] = pre_config[key]
658 pre_config = dict(configs['pre_config'])
661 pre_config.pop(key, None)
663 self.assertEqual(pre_config, expected)
674 pre_config = configs['pre_config']
688 expected[global_key] = 0 if pre_config[core_key] else 1
691 expected[global_key] = pre_config[core_key]
1100 pre_config = {
1109 self.check_all_configs("test_init_dont_parse_argv", config, pre_config,
/third_party/python/Python/
Dinitconfig.c2920 const PyPreConfig *pre_config = &interp->runtime->preconfig; in _Py_GetConfigsAsDict() local
2921 dict = _PyPreConfig_AsDict(pre_config); in _Py_GetConfigsAsDict()
/third_party/NuttX/
DReleaseNotes11719 things happened: (1) The pre_config target was added to run before
11721 the pre_config target in order to set up the correct symbolic links
11722 (in the apps/platform directory) needed by the pre_config target.
11732 context, pre_config, menuconfig, clean_context. Not nearly as