OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fcre
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py
20
fcre
= re.compile(r'^From ', re.MULTILINE)
variable
180
payload =
fcre
.sub('>From ', payload)
217
preamble =
fcre
.sub('>From ', msg.preamble)
239
epilogue =
fcre
.sub('>From ', msg.epilogue)
header.py
48
fcre
= re.compile(r'[\041-\176]+:$')
variable
465
len(this) == 1 and
fcre
.match(this[0]):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py
20
fcre
= re.compile(r'^From ', re.MULTILINE)
variable
180
payload =
fcre
.sub('>From ', payload)
217
preamble =
fcre
.sub('>From ', msg.preamble)
239
epilogue =
fcre
.sub('>From ', msg.epilogue)
header.py
48
fcre
= re.compile(r'[\041-\176]+:$')
variable
465
len(this) == 1 and
fcre
.match(this[0]):
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/libs/armeabi-v7a/
libstlport_static.a
[
all
...]
Completed in 2001 milliseconds