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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton,
800 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
801 if (!Del_singleton) return 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton,
783 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
784 if (!Del_singleton) return 0;
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton,
800 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
801 if (!Del_singleton) return 0;
    [all...]
  /external/python/cpython3/Python/
Python-ast.c 359 static PyObject *Load_singleton, *Store_singleton, *Del_singleton,
1001 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
1002 if (!Del_singleton) return 0;
    [all...]

Completed in 3943 milliseconds