Home
last modified time | relevance | path

Searched refs:fileinput (Results 1 – 6 of 6) sorted by relevance

/device/google/crosshatch/audio/
Dconvert_config_string.py127 def binary2header(fileinput,fileinput1,fileoutput,to24bit,fileoutput1,fileoutput2): argument
129 file=open(fileinput,'rb')
131 print('error cannot open file for reading:',fileinput)
143 print('error cannot open file for reading:',fileinput)
214 def header2binary(fileinput,fileoutput,to24bit,fileoutput1,fileoutput2): argument
217 file=open(fileinput,'rt')
219 print('error cannot open file for reading:',fileinput)
/device/google/bonito/audio/
Dconvert_config_string.py127 def binary2header(fileinput,fileinput1,fileoutput,to24bit,fileoutput1,fileoutput2): argument
129 file=open(fileinput,'rb')
131 print('error cannot open file for reading:',fileinput)
143 print('error cannot open file for reading:',fileinput)
214 def header2binary(fileinput,fileoutput,to24bit,fileoutput1,fileoutput2): argument
217 file=open(fileinput,'rt')
219 print('error cannot open file for reading:',fileinput)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dastgen.py10 import fileinput
203 for line in fileinput.input(file):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fileinput.py11 from fileinput import FileInput, hook_encoded
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonReadMe.txt233 fileinput.py re.py xmllib.py
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPy2710ReadMe.txt255 fileinput.py re.py xmllib.py