Home
last modified time | relevance | path

Searched refs:bytefile (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/xml/sax/
Dxmlreader.py242 def setByteStream(self, bytefile): argument
253 self.__bytefile = bytefile
/third_party/typescript/tests/baselines/reference/
DduplicateLocalVariable1.types206bytefile.txt"); return fb.bom === 'none' && fb.encoding === 'utf8'; })); test…
207bytefile.txt"); return fb.bom === 'none' && fb.encoding === 'utf8'; })); test…
208bytefile.txt"); return fb.bom === 'none' && fb.encoding === 'utf8'; })); test…
779 …n () { var fb = new FileManager.FileBuffer(TestFileDir + "\\1bytefile.txt"); …
783 …n () { var fb = new FileManager.FileBuffer(TestFileDir + "\\1bytefile.txt"); …
788 >function () { var fb = new FileManager.FileBuffer(TestFileDir + "\\1bytefile.txt"); …
790 var fb = new FileManager.FileBuffer(TestFileDir + "\\1bytefile.txt");
792 >new FileManager.FileBuffer(TestFileDir + "\\1bytefile.txt") : any
796 >TestFileDir + "\\1bytefile.txt" : string
798 >"\\1bytefile.txt" : "\\1bytefile.txt"
[all …]
DduplicateLocalVariable1.errors.txt149 var fb = new FileManager.FileBuffer(TestFileDir + "\\1bytefile.txt");
154 var fb = new FileManager.FileBuffer(TestFileDir + "\\0bytefile.txt");
DduplicateLocalVariable1.symbols429 var fb = new FileManager.FileBuffer(TestFileDir + "\\1bytefile.txt");
446 var fb = new FileManager.FileBuffer(TestFileDir + "\\0bytefile.txt");
/third_party/python/Doc/library/
Dxml.sax.reader.rst299 .. method:: InputSource.setByteStream(bytefile)