Home
last modified time | relevance | path

Searched refs:input_stream (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_main.py32 input_stream = StringIO.StringIO(u"print 'nothing'\nprint u'über'\n")
36 ret = self.run_2to3_capture(["-"], input_stream, out_enc, err)
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dmain.c211 input_stream = read_stream(file_str[0]);
212 if (input_stream) {
230 if (input_stream && output_stream && mode_stream){
231 ANTLR(grammar(), input_stream);
Ddlg.h45 #define IN input_stream
139 extern FILE *input_stream; /* where description read from */
Doutput.c90 FILE *input_stream; /* where to read description from */ variable