Searched refs:frombytes (Results 1 – 10 of 10) sorted by relevance
/external/skqp/tools/gdb/ |
D | bitmap.py | 72 image = Image.frombytes("RGBA", size, memory_data, 76 image = Image.frombytes("RGBA", size, memory_data,
|
/external/skia/tools/gdb/ |
D | bitmap.py | 72 image = Image.frombytes("RGBA", size, memory_data, 76 image = Image.frombytes("RGBA", size, memory_data,
|
/external/python/cpython3/Doc/library/ |
D | array.rst | 82 :meth:`fromlist`, :meth:`frombytes`, or :meth:`fromunicode` method (see below) 154 .. method:: array.frombytes(s) 160 :meth:`fromstring` is renamed to :meth:`frombytes` for clarity. 180 Deprecated alias for :meth:`frombytes`. 187 ``array.frombytes(unicodestring.encode(enc))`` to append Unicode data to an
|
/external/python/cpython3/Lib/multiprocessing/ |
D | reduction.py | 167 a.frombytes(cmsg_data)
|
/external/python/cpython3/Lib/test/ |
D | test_array.py | 452 self.assertRaises(TypeError, b.frombytes) 453 self.assertRaises(TypeError, b.frombytes, 42) 454 b.frombytes(a.tobytes()) 459 self.assertRaises(ValueError, b.frombytes, b"x") 1008 self.assertRaises(BufferError, a.frombytes, a.tobytes())
|
D | test_socket.py | 3069 fds.frombytes(cmsg_data[: 3106 fds.frombytes(cmsg_data) 3266 fds.frombytes(cmsg_data[: 3362 fds.frombytes(cmsg_data[: 3444 a.frombytes(cmsg_data) 3517 a.frombytes(tcdata) 3524 a.frombytes(hldata) 3735 a.frombytes(cmsg_data) 3809 a.frombytes(cmsg_data)
|
D | test_io.py | 3603 arr.frombytes(buf[:idx])
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 1593 frombytes(arrayobject *self, Py_buffer *buffer) in frombytes() function 1646 return frombytes(self, buffer); in array_array_fromstring_impl() 1662 return frombytes(self, buffer); in array_array_frombytes_impl()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 2645 :meth:`array.tobytes` and :meth:`array.frombytes` for clarity. The old names
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12434 frombytes() and tobytes(), respectively, to avoid confusion. Furthermore, 12435 array.frombytes(), array.extend() as well as the array.array() constructor now
|