Home
last modified time | relevance | path

Searched refs:ateof (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dcleanfuture.py139 self.ateof = 0
147 if self.ateof:
151 self.ateof = 1
252 if self.ateof:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dfeedparser.py84 for ateof in self._eofstack[::-1]:
85 if ateof(line):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py2778 ateof = 0 variable in ClassPropertiesAndMethods.test_basic_inheritance.CountedInput
2780 if self.ateof:
2787 self.ateof = 1
2800 self.assertEqual(f.ateof, (i > len(lines)))