Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtokenize_tests.txt2 # Large bits stolen from test_grammar.py.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c1961 _steal_list_append(PyObject *lst, PyObject *stolen) in _steal_list_append() argument
1964 int rval = PyList_Append(lst, stolen); in _steal_list_append()
1965 Py_DECREF(stolen); in _steal_list_append()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c1953 _steal_list_append(PyObject *lst, PyObject *stolen) in _steal_list_append() argument
1956 int rval = PyList_Append(lst, stolen); in _steal_list_append()
1957 Py_DECREF(stolen); in _steal_list_append()