Searched refs:fileinput (Results 1 – 6 of 6) sorted by relevance
/device/google/crosshatch/audio/ |
D | convert_config_string.py | 127 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/ |
D | convert_config_string.py | 127 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/ |
D | astgen.py | 10 import fileinput 203 for line in fileinput.input(file):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_fileinput.py | 11 from fileinput import FileInput, hook_encoded
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
D | PythonReadMe.txt | 233 fileinput.py re.py xmllib.py
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | Py2710ReadMe.txt | 255 fileinput.py re.py xmllib.py
|