Home
last modified time | relevance | path

Searched refs:frombytes (Results 1 – 10 of 10) sorted by relevance

/external/skqp/tools/gdb/
Dbitmap.py72 image = Image.frombytes("RGBA", size, memory_data,
76 image = Image.frombytes("RGBA", size, memory_data,
/external/skia/tools/gdb/
Dbitmap.py72 image = Image.frombytes("RGBA", size, memory_data,
76 image = Image.frombytes("RGBA", size, memory_data,
/external/python/cpython3/Doc/library/
Darray.rst82 :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/
Dreduction.py167 a.frombytes(cmsg_data)
/external/python/cpython3/Lib/test/
Dtest_array.py452 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())
Dtest_socket.py3069 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)
Dtest_io.py3603 arr.frombytes(buf[:idx])
/external/python/cpython3/Modules/
Darraymodule.c1593 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/
D3.2.rst2645 :meth:`array.tobytes` and :meth:`array.frombytes` for clarity. The old names
/external/python/cpython3/Misc/
DHISTORY12434 frombytes() and tobytes(), respectively, to avoid confusion. Furthermore,
12435 array.frombytes(), array.extend() as well as the array.array() constructor now