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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cleanfuture.py 139 self.ateof = 0
147 if self.ateof:
151 self.ateof = 1
252 if self.ateof:
  /external/python/cpython2/Tools/scripts/
cleanfuture.py 139 self.ateof = 0
147 if self.ateof:
151 self.ateof = 1
252 if self.ateof:
  /external/python/cpython3/Tools/scripts/
cleanfuture.py 139 self.ateof = 0
147 if self.ateof:
151 self.ateof = 1
252 if self.ateof:
  /external/curl/lib/
mime.c 61 static size_t encoder_nop_read(char *buffer, size_t size, bool ateof,
64 static size_t encoder_7bit_read(char *buffer, size_t size, bool ateof,
66 static size_t encoder_base64_read(char *buffer, size_t size, bool ateof,
69 static size_t encoder_qp_read(char *buffer, size_t size, bool ateof,
353 static size_t encoder_nop_read(char *buffer, size_t size, bool ateof,
359 (void) ateof;
376 static size_t encoder_7bit_read(char *buffer, size_t size, bool ateof,
382 (void) ateof;
399 static size_t encoder_base64_read(char *buffer, size_t size, bool ateof,
438 if(ateof && size >= 4)
762 bool ateof = FALSE; local
    [all...]
mime.h 67 size_t (*encodefunc)(char *buffer, size_t size, bool ateof,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
feedparser.py 85 for ateof in self._eofstack[::-1]:
86 if ateof(line):
  /external/python/cpython2/Lib/email/
feedparser.py 85 for ateof in self._eofstack[::-1]:
86 if ateof(line):
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 85 for ateof in self._eofstack[::-1]:
86 if ateof(line):
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 85 for ateof in self._eofstack[::-1]:
86 if ateof(line):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 85 for ateof in self._eofstack[::-1]:
86 if ateof(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 85 for ateof in self._eofstack[::-1]:
86 if ateof(line):
  /external/python/cpython3/Lib/email/
feedparser.py 90 for ateof in reversed(self._eofstack):
91 if ateof(line):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 2778 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 2805 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 2795 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 2795 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 2795 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 2795 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
    [all...]

Completed in 879 milliseconds