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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
feedparser.py 39 NeedMoreData = object()
78 return NeedMoreData
94 assert line is not NeedMoreData
204 if line is NeedMoreData:
205 yield NeedMoreData
225 if line is NeedMoreData:
226 yield NeedMoreData
242 if retval is NeedMoreData:
243 yield NeedMoreData
257 if line is NeedMoreData:
    [all...]
  /external/python/cpython2/Lib/email/
feedparser.py 39 NeedMoreData = object()
78 return NeedMoreData
94 assert line is not NeedMoreData
225 if line is NeedMoreData:
226 yield NeedMoreData
246 if line is NeedMoreData:
247 yield NeedMoreData
263 if retval is NeedMoreData:
264 yield NeedMoreData
278 if line is NeedMoreData
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 39 NeedMoreData = object()
78 return NeedMoreData
94 assert line is not NeedMoreData
204 if line is NeedMoreData:
205 yield NeedMoreData
225 if line is NeedMoreData:
226 yield NeedMoreData
242 if retval is NeedMoreData:
243 yield NeedMoreData
257 if line is NeedMoreData
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 39 NeedMoreData = object()
78 return NeedMoreData
94 assert line is not NeedMoreData
204 if line is NeedMoreData:
205 yield NeedMoreData
225 if line is NeedMoreData:
226 yield NeedMoreData
242 if retval is NeedMoreData:
243 yield NeedMoreData
257 if line is NeedMoreData
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 39 NeedMoreData = object()
78 return NeedMoreData
94 assert line is not NeedMoreData
204 if line is NeedMoreData:
205 yield NeedMoreData
225 if line is NeedMoreData:
226 yield NeedMoreData
242 if retval is NeedMoreData:
243 yield NeedMoreData
257 if line is NeedMoreData
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 39 NeedMoreData = object()
78 return NeedMoreData
94 assert line is not NeedMoreData
204 if line is NeedMoreData:
205 yield NeedMoreData
225 if line is NeedMoreData:
226 yield NeedMoreData
242 if retval is NeedMoreData:
243 yield NeedMoreData
257 if line is NeedMoreData
    [all...]
  /external/python/cpython3/Lib/email/
feedparser.py 41 NeedMoreData = object()
83 return NeedMoreData
99 assert line is not NeedMoreData
227 if line is NeedMoreData:
228 yield NeedMoreData
250 if line is NeedMoreData:
251 yield NeedMoreData
267 if retval is NeedMoreData:
268 yield NeedMoreData
282 if line is NeedMoreData
    [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py     [all...]
  /external/python/cpython3/Lib/test/test_email/
test_email.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]

Completed in 704 milliseconds