OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whilematch
(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
76
# while the regexp object pat matches line. If
whilematch
is false, lines
78
# that doesn't match pat (when
whilematch
is true), or that does match pat
79
# (when
whilematch
is false), is lost, and fileiter will resume at the line
81
def read(fileiter, pat,
whilematch
):
83
if bool(pat.match(line)) ==
whilematch
:
/external/python/cpython2/Tools/scripts/
combinerefs.py
75
# Generate lines from fileiter. If
whilematch
is true, continue reading
76
# while the regexp object pat matches line. If
whilematch
is false, lines
78
# that doesn't match pat (when
whilematch
is true), or that does match pat
79
# (when
whilematch
is false), is lost, and fileiter will resume at the line
81
def read(fileiter, pat,
whilematch
):
83
if bool(pat.match(line)) ==
whilematch
:
/external/python/cpython3/Tools/scripts/
combinerefs.py
75
# Generate lines from fileiter. If
whilematch
is true, continue reading
76
# while the regexp object pat matches line. If
whilematch
is false, lines
78
# that doesn't match pat (when
whilematch
is true), or that does match pat
79
# (when
whilematch
is false), is lost, and fileiter will resume at the line
81
def read(fileiter, pat,
whilematch
):
83
if bool(pat.match(line)) ==
whilematch
:
Completed in 640 milliseconds