HomeSort by relevance Sort by last modified time
    Searched refs:memoryview (Results 126 - 150 of 164) sorted by null

1 2 3 4 56 7

  /prebuilts/gdb/linux-x86/lib/python2.7/
gzip.py 230 if isinstance(data, memoryview):
socket.py 300 view = memoryview(data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 230 if isinstance(data, memoryview):
socket.py 300 view = memoryview(data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 230 if isinstance(data, memoryview):
socket.py 300 view = memoryview(data)
  /external/python/cpython3/Lib/test/
test_hashlib.py     [all...]
test_collections.py     [all...]
test_marshal.py 155 b = memoryview(b"abc")
test_io.py 59 memoryview(obj).cast("B")[:] = data
    [all...]
test_zipimport.py 648 zipimport.zipimporter(memoryview(os.fsencode(filename)))
  /external/python/cpython3/Lib/test/test_asyncio/
test_selector_events.py 929 data = memoryview(b'data')
    [all...]
  /external/python/cpython2/Lib/test/
test_socket.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
  /cts/apps/CameraITS/pymodules/its/
device.py 253 view = memoryview(buf)
    [all...]
  /external/python/cpython3/Lib/
_collections_abc.py 925 Sequence.register(memoryview)
aifc.py 721 data = memoryview(data).cast('B')
pathlib.py     [all...]
subprocess.py     [all...]
  /external/python/cpython3/Lib/test/test_email/
test_contentmanager.py 571 memoryview(b"bogus content")):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py     [all...]
test_ssl.py     [all...]

Completed in 873 milliseconds

1 2 3 4 56 7