Searched refs:getbuffer (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Lib/multiprocessing/ |
H A D | popen_forkserver.py | 58 f.write(buf.getbuffer())
|
H A D | popen_spawn_posix.py | 62 f.write(fp.getbuffer())
|
H A D | connection.py | 250 return _ForkingPickler.loads(buf.getbuffer()) 314 f.write(ov.getbuffer()) 332 buf = ov.getbuffer() 343 f.write(ov.getbuffer())
|
H A D | reduction.py | 52 return buf.getbuffer()
|
/third_party/python/Lib/ |
H A D | hashlib.py | 275 if hasattr(fileobj, "getbuffer"): 277 digestobj.update(fileobj.getbuffer())
|
H A D | _pyio.py | 929 def getbuffer(self): member in BytesIO 933 raise ValueError("getbuffer on closed file")
|
H A D | pickle.py | 221 data = f.getbuffer()
|
/third_party/python/Python/ |
H A D | getargs.c | 86 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 D | test_memoryio.py | 443 buf = memio.getbuffer() 446 buf = memio.getbuffer() 464 self.assertRaises(ValueError, memio.getbuffer)
|
/third_party/python/PC/layout/support/ |
H A D | appxmanifest.py | 487 return buffer.getbuffer()
|
Completed in 15 milliseconds