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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1418 int univ_newline = f->f_univ_newline; local
2734 int univ_newline = 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1393 int univ_newline = f->f_univ_newline; local
2667 int univ_newline = 1; local
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1416 int univ_newline = f->f_univ_newline; local
2733 int univ_newline = 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 262 int univ_newline = f->f_univ_newline; local
278 if (univ_newline) {
303 if (univ_newline && bzerror == BZ_STREAM_END && skipnextlf)
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 250 int univ_newline = f->f_univ_newline; local
266 if (univ_newline) {
291 if (univ_newline && bzerror == BZ_STREAM_END && skipnextlf)
    [all...]

Completed in 59 milliseconds