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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 35 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon4222
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 23 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon4329
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 34 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon4534
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 35 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon4636
  /external/python/cpython2/Include/
fileobject.h 23 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon32577
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 23 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon66468
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 23 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon66590
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 23 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon983
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 23 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon1106
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 112 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon4730
262 int univ_newline = f->f_univ_newline;
355 if (!f->f_univ_newline)
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 97 int f_univ_newline; /* Handle any newline convention */ member in struct:__anon32770
250 int univ_newline = f->f_univ_newline;
343 if (!f->f_univ_newline)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 163 f->f_univ_newline = (strchr(mode, 'U') != NULL);
171 if (strchr(mode, 'r') != NULL || f->f_univ_newline)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 163 f->f_univ_newline = (strchr(mode, 'U') != NULL);
171 if (strchr(mode, 'r') != NULL || f->f_univ_newline)
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 163 f->f_univ_newline = (strchr(mode, 'U') != NULL);
171 if (strchr(mode, 'r') != NULL || f->f_univ_newline)
    [all...]

Completed in 738 milliseconds