Home
last modified time | relevance | path

Searched refs:get_line (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py71 def get_line(self): member in NannyNag
118 line = nag.get_line()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dbytesio.c26 get_line(bytesio *self, char **output) in get_line() function
323 n = get_line(self, &output); in bytesio_readline()
374 while ((n = get_line(self, &output)) != 0) { in bytesio_readlines()
484 n = get_line(self, &next); in bytesio_iternext()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbytesio.c26 get_line(bytesio *self, char **output) in get_line() function
313 n = get_line(self, &output); in bytesio_readline()
364 while ((n = get_line(self, &output)) != 0) { in bytesio_readlines()
474 n = get_line(self, &next); in bytesio_iternext()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c1382 get_line(PyFileObject *f, int n) in get_line() function
1508 result = get_line(fo, n); in PyFile_GetLine()
1606 return get_line(f, n); in file_readline()
1715 PyObject *rest = get_line(f, 0); in file_readlines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c1407 get_line(PyFileObject *f, int n) in get_line() function
1560 result = get_line(fo, n); in PyFile_GetLine()
1658 return get_line(f, n); in file_readline()
1775 PyObject *rest = get_line(f, 0); in file_readlines()