Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfileinput.py114 def nextfile(): function
126 return _state.nextfile()
237 self.nextfile()
266 def nextfile(self): member in FileInput
349 self.nextfile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dfileinput.py113 def nextfile(): function
125 return _state.nextfile()
237 self.nextfile()
267 def nextfile(self): member in FileInput
352 self.nextfile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fileinput.py73 fi.nextfile()
88 fi.nextfile()
97 fi.nextfile()
177 fi.nextfile()