Home
last modified time | relevance | path

Searched refs:filehandle (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Dread_checksum_from_png_unittest.py33filehandle = StringIO.StringIO('''\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x03 \x00\x00\x02X\x0…
34 checksum = read_checksum_from_png.read_checksum(filehandle)
38filehandle = StringIO.StringIO('''\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x03 \x00\x00\x02X\x0…
39 checksum = read_checksum_from_png.read_checksum(filehandle)
Dread_checksum_from_png.py31 def read_checksum(filehandle): argument
33 data = filehandle.read(2048)
Drebaseline_chromium_webkit_tests.py440 with fs.open_binary_file_for_reading(png_fullpath) as filehandle:
441 checksum_in_png = read_checksum_from_png.read_checksum(filehandle)
/external/webkit/Tools/Scripts/
Dread-checksum-from-png38 with open(filename, 'r') as filehandle:
39 print "%s: %s" % (read_checksum_from_png.read_checksum(filehandle), filename)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py351 with self._filesystem.open_binary_file_for_reading(png_path) as filehandle:
352 return read_checksum_from_png.read_checksum(filehandle)
/external/dropbear/libtomcrypt/
Dchanges931 v0.75 -- Fixed a flaw in hash_filehandle, it should ARGCHK that the filehandle is not NULL
/external/webkit/Tools/
DChangeLog-2009-06-167399 (setFileHandleNonBlocking): Actually set the filehandle to blocking
7484 from a filehandle until an #EOF is reached or
7486 (sub setFileHandleNonBlocking): Marks a filehandle as blocking or
16889 reading all of the output from the SVN filehandle before closing it.