OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileiter
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
combinerefs.py
75
# Generate lines from
fileiter
. If whilematch is true, continue reading
79
# (when whilematch is false), is lost, and
fileiter
will resume at the line
81
def read(
fileiter
, pat, whilematch):
82
for line in
fileiter
:
/external/python/cpython2/Tools/scripts/
combinerefs.py
75
# Generate lines from
fileiter
. If whilematch is true, continue reading
79
# (when whilematch is false), is lost, and
fileiter
will resume at the line
81
def read(
fileiter
, pat, whilematch):
82
for line in
fileiter
:
/external/python/cpython3/Tools/scripts/
combinerefs.py
75
# Generate lines from
fileiter
. If whilematch is true, continue reading
79
# (when whilematch is false), is lost, and
fileiter
will resume at the line
81
def read(
fileiter
, pat, whilematch):
82
for line in
fileiter
:
Completed in 204 milliseconds