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

  /external/python/cpython3/Objects/
object.c 33 PyObject *xoptions, *value; local
36 xoptions = PySys_GetXOptions();
37 if (xoptions == NULL)
39 value = _PyDict_GetItemId(xoptions, &PyId_showrefcount);
106 PyObject *xoptions, *value; local
109 xoptions = PySys_GetXOptions();
110 if (xoptions == NULL)
112 value = _PyDict_GetItemId(xoptions, &PyId_showalloccount);
    [all...]
tupleobject.c 39 PyObject *xoptions, *value; local
42 xoptions = PySys_GetXOptions();
43 if (xoptions == NULL)
45 value = _PyDict_GetItemId(xoptions, &PyId_showalloccount);
listobject.c 85 PyObject *xoptions, *value; local
88 xoptions = PySys_GetXOptions();
89 if (xoptions == NULL)
91 value = _PyDict_GetItemId(xoptions, &PyId_showalloccount);
    [all...]
  /external/python/cpython3/Modules/
faulthandler.c 1267 PyObject *xoptions, *key, *module, *res; local
    [all...]
_tracemalloc.c 1724 PyObject *xoptions, *key, *value; local
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 1506 static PyObject *xoptions = NULL; variable
    [all...]
  /external/python/cpython3/Lib/test/
test_tracemalloc.py 847 for xoptions, nframe in (
852 with self.subTest(xoptions=xoptions, nframe=nframe):
854 ok, stdout, stderr = assert_python_ok('-X', xoptions, '-c', code)
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 6110 uint32_t xoptions; local
    [all...]

Completed in 151 milliseconds