HomeSort by relevance Sort by last modified time
    Searched full:needmoredata (Results 1 - 8 of 8) sorted by null

  /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...]
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.cpp 157 bool needMoreData = true;
158 while (needMoreData) {
170 needMoreData = false;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/svox/pico/lib/
picocep.c 164 /* picoos_uint8 force; *//* forced processing (needMoreData but buffers full */
    [all...]

Completed in 1717 milliseconds