Home
last modified time | relevance | path

Searched refs:getbuffer (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dpopen_forkserver.py58 f.write(buf.getbuffer())
H A Dpopen_spawn_posix.py62 f.write(fp.getbuffer())
H A Dconnection.py250 return _ForkingPickler.loads(buf.getbuffer())
314 f.write(ov.getbuffer())
332 buf = ov.getbuffer()
343 f.write(ov.getbuffer())
H A Dreduction.py52 return buf.getbuffer()
/third_party/python/Lib/
H A Dhashlib.py275 if hasattr(fileobj, "getbuffer"):
277 digestobj.update(fileobj.getbuffer())
H A D_pyio.py929 def getbuffer(self): member in BytesIO
933 raise ValueError("getbuffer on closed file")
H A Dpickle.py221 data = f.getbuffer()
/third_party/python/Python/
H A Dgetargs.c86 static int getbuffer(PyObject *, Py_buffer *, const char**);
906 if (getbuffer(arg, (Py_buffer*)p, &buf) < 0) in convertsimple()
952 if (getbuffer(arg, p, &buf) < 0) in convertsimple()
1348 if (getbuffer(arg, &view, errmsg) < 0) in convertbuffer()
1357 getbuffer(PyObject *arg, Py_buffer *view, const char **errmsg) in getbuffer() function
/third_party/python/Lib/test/
H A Dtest_memoryio.py443 buf = memio.getbuffer()
446 buf = memio.getbuffer()
464 self.assertRaises(ValueError, memio.getbuffer)
/third_party/python/PC/layout/support/
H A Dappxmanifest.py487 return buffer.getbuffer()

Completed in 15 milliseconds