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

  /frameworks/compile/slang/tests/P_reflection3264_multifile/
ScriptC_reflection3264_multifile_1.java.expect 99 FieldPacker f_fp = new FieldPacker(sIs64Bit ? 48 : 12);
100 f_fp.addI32(c);
101 f_fp.skip(sIs64Bit ? 4 : 0);
102 f_fp.addObj(d);
103 f_fp.addI32(e);
104 f_fp.skip(sIs64Bit ? 4 : 0);
105 invoke(mExportFuncIdx_f, f_fp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 79 return ((PyFileObject *)f)->f_fp;
110 result = PyObject_Print(op, f->f_fp, flags);
124 if (f->f_fp == NULL)
126 if (fstat(fileno(f->f_fp), &buf) == 0 &&
147 assert(f->f_fp == NULL);
180 f->f_fp = fp;
331 assert(f->f_fp == NULL);
365 f->f_fp = _wfopen(PyUnicode_AS_UNICODE(f->f_name),
372 if (NULL == f->f_fp && NULL != name) {
374 f->f_fp = fopen(name, newmode);
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 79 return ((PyFileObject *)f)->f_fp;
110 result = PyObject_Print(op, f->f_fp, flags);
124 if (f->f_fp == NULL)
126 if (fstat(fileno(f->f_fp), &buf) == 0 &&
147 assert(f->f_fp == NULL);
180 f->f_fp = fp;
331 assert(f->f_fp == NULL);
365 f->f_fp = _wfopen(PyUnicode_AS_UNICODE(f->f_name),
372 if (NULL == f->f_fp && NULL != name) {
374 f->f_fp = fopen(name, newmode)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 79 return ((PyFileObject *)f)->f_fp;
110 result = PyObject_Print(op, f->f_fp, flags);
124 if (f->f_fp == NULL)
126 if (fstat(fileno(f->f_fp), &buf) == 0 &&
147 assert(f->f_fp == NULL);
180 f->f_fp = fp;
331 assert(f->f_fp == NULL);
365 f->f_fp = _wfopen(PyUnicode_AS_UNICODE(f->f_name),
372 if (NULL == f->f_fp && NULL != name) {
374 f->f_fp = fopen(name, newmode);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 24 FILE *f_fp; member in struct:__anon4222
42 using f_fp with the GIL released. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 12 FILE *f_fp; member in struct:__anon4329
30 using f_fp with the GIL released. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 23 FILE *f_fp; member in struct:__anon4534
41 using f_fp with the GIL released. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 24 FILE *f_fp; member in struct:__anon4636
42 using f_fp with the GIL released. */
  /external/python/cpython2/Include/
fileobject.h 12 FILE *f_fp; member in struct:__anon32577
30 using f_fp with the GIL released. */
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 12 FILE *f_fp; member in struct:__anon66468
30 using f_fp with the GIL released. */
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 12 FILE *f_fp; member in struct:__anon66590
30 using f_fp with the GIL released. */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 12 FILE *f_fp; member in struct:__anon983
30 using f_fp with the GIL released. */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 12 FILE *f_fp; member in struct:__anon1106
30 using f_fp with the GIL released. */
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 84 milliseconds