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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 103 PyObject *baseargs = NULL;
113 baseargs = PyTuple_Pack(2, myerrno, strerror);
114 if (baseargs == NULL)
118 (PyObject *)self, baseargs, kwds) == -1) {
119 Py_DECREF(baseargs);
122 Py_DECREF(baseargs);
101 PyObject *baseargs = NULL; local
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 103 PyObject *baseargs = NULL;
113 baseargs = PyTuple_Pack(2, myerrno, strerror);
114 if (baseargs == NULL)
118 (PyObject *)self, baseargs, kwds) == -1) {
119 Py_DECREF(baseargs);
122 Py_DECREF(baseargs);
101 PyObject *baseargs = NULL; local
  /external/python/cpython2/Modules/_io/
_iomodule.c 103 PyObject *baseargs = NULL;
113 baseargs = PyTuple_Pack(2, myerrno, strerror);
114 if (baseargs == NULL)
118 (PyObject *)self, baseargs, kwds) == -1) {
119 Py_DECREF(baseargs);
122 Py_DECREF(baseargs);
101 PyObject *baseargs = NULL; local
  /toolchain/binutils/binutils-2.25/
configure     [all...]

Completed in 160 milliseconds