HomeSort by relevance Sort by last modified time
    Searched refs:xoptions (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Programs/
_testembed.c 479 static wchar_t* xoptions[3] = { local
484 config.nxoption = Py_ARRAY_LENGTH(xoptions);
485 config.xoptions = xoptions;
  /external/python/cpython3/Lib/test/
test_embed.py 293 'xoptions': [],
322 # xoptions is created from core_config in check_main_config()
363 xoptions = {}
367 xoptions[key] = value
369 xoptions[opt] = True
370 return xoptions
383 expected['xoptions'] = self.main_xoptions(core_config['xoptions'])
517 'xoptions': ['core_xoption1=3', 'core_xoption2=', 'core_xoption3'],
test_tracemalloc.py 869 for xoptions, nframe in (
874 with self.subTest(xoptions=xoptions, nframe=nframe):
876 ok, stdout, stderr = assert_python_ok('-X', xoptions, '-c', code
    [all...]
  /external/python/cpython3/Include/
pystate.h 55 wchar_t **xoptions; /* -X options */ member in struct:__anon37120
105 PyObject *xoptions; /* sys._xoptions dict, can be NULL */ member in struct:__anon37121
  /external/python/cpython3/Modules/
main.c 873 &config->xoptions,
948 wchar_t **xoptions = config->xoptions; local
955 wchar_t *option = xoptions[i];
1685 wchar_t **xoptions = config->xoptions; local
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 1844 PyObject *xoptions = _PySys_GetObjectId(&PyId__xoptions); local
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 287 xoptions = getattr(sys, '_xoptions', {})
288 dev_mode = ('dev' in xoptions)
304 if opt in xoptions:
305 value = xoptions[opt]
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 6976 uint32_t xoptions; local
    [all...]

Completed in 723 milliseconds