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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 45 } PyFileObject;
59 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
60 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 33 } PyFileObject;
47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 44 } PyFileObject;
58 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
59 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 45 } PyFileObject;
59 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
60 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /external/python/cpython2/Include/
fileobject.h 33 } PyFileObject;
47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 33 } PyFileObject;
47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 33 } PyFileObject;
47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 33 } PyFileObject;
47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 33 } PyFileObject;
47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 49 * the unlocked_count field of the PyFileObject. The close() method raises
79 return ((PyFileObject *)f)->f_fp;
82 void PyFile_IncUseCount(PyFileObject *fobj)
87 void PyFile_DecUseCount(PyFileObject *fobj)
99 return ((PyFileObject *)f)->f_name;
103 of a PyFileObject. PyObject_Print releases the GIL but knows nothing
104 about PyFileObject. */
106 file_PyObject_Print(PyObject *op, PyFileObject *f, int flags)
119 static PyFileObject*
120 dircheck(PyFileObject* f)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 49 * the unlocked_count field of the PyFileObject. The close() method raises
79 return ((PyFileObject *)f)->f_fp;
82 void PyFile_IncUseCount(PyFileObject *fobj)
87 void PyFile_DecUseCount(PyFileObject *fobj)
99 return ((PyFileObject *)f)->f_name;
103 of a PyFileObject. PyObject_Print releases the GIL but knows nothing
104 about PyFileObject. */
106 file_PyObject_Print(PyObject *op, PyFileObject *f, int flags)
119 static PyFileObject*
120 dircheck(PyFileObject* f)
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 49 * the unlocked_count field of the PyFileObject. The close() method raises
79 return ((PyFileObject *)f)->f_fp;
82 void PyFile_IncUseCount(PyFileObject *fobj)
87 void PyFile_DecUseCount(PyFileObject *fobj)
99 return ((PyFileObject *)f)->f_name;
103 of a PyFileObject. PyObject_Print releases the GIL but knows nothing
104 about PyFileObject. */
106 file_PyObject_Print(PyObject *op, PyFileObject *f, int flags)
119 static PyFileObject*
120 dircheck(PyFileObject* f
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c     [all...]
cPickle.c 441 PyFile_IncUseCount((PyFileObject *)self->file);
445 PyFile_DecUseCount((PyFileObject *)self->file);
554 PyFile_IncUseCount((PyFileObject *)self->file);
558 PyFile_DecUseCount((PyFileObject *)self->file);
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 1094 PyFile_DecUseCount((PyFileObject *)self->file);
1110 PyFile_IncUseCount((PyFileObject *)self->file);
    [all...]
cPickle.c 434 PyFile_IncUseCount((PyFileObject *)self->file);
438 PyFile_DecUseCount((PyFileObject *)self->file);
551 PyFile_IncUseCount((PyFileObject *)self->file);
555 PyFile_DecUseCount((PyFileObject *)self->file);
    [all...]
posixmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 434 PyFile_IncUseCount((PyFileObject *)self->file);
438 PyFile_DecUseCount((PyFileObject *)self->file);
551 PyFile_IncUseCount((PyFileObject *)self->file);
555 PyFile_DecUseCount((PyFileObject *)self->file);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 780 enc = ((PyFileObject *)sysstdin)->f_encoding;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 800 enc = ((PyFileObject *)sysstdin)->f_encoding;
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 804 enc = ((PyFileObject *)sysstdin)->f_encoding;
    [all...]

Completed in 1589 milliseconds