HomeSort by relevance Sort by last modified time
    Searched refs:bytearray (Results 201 - 225 of 325) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gc.py 431 self.assertFalse(gc.is_tracked(bytearray("a")))
test_index.py 220 seq = bytearray("this is a test")
test_socket.py     [all...]
  /external/python/cpython2/Lib/test/
audiotests.py 26 ba = bytearray(data)
test_binascii.py 301 type2test = bytearray
test_gc.py 496 self.assertFalse(gc.is_tracked(bytearray("a")))
test_index.py 223 seq = bytearray("this is a test")
test_marshal.py 324 self.check_unmarshallable(bytearray(size))
  /external/python/cpython2/Lib/
wave.py 90 ba = bytearray(data)
  /external/python/cpython3/Lib/asyncio/
sslproto.py 385 if not isinstance(data, (bytes, bytearray, memoryview)):
streams.py 350 self._buffer = bytearray()
  /external/python/cpython3/Lib/
dis.py 61 elif isinstance(x, (bytes, bytearray)): # Raw bytecode
random.py 105 bytes, or bytearray. For version 1 (provided for reproducing random
118 if version == 2 and isinstance(a, (str, bytes, bytearray)):
sunau.py 417 if not isinstance(data, (bytes, bytearray)):
  /external/python/cpython3/Lib/json/
__init__.py 304 """Deserialize ``s`` (a ``str``, ``bytes`` or ``bytearray`` instance
346 if not isinstance(s, (bytes, bytearray)):
347 raise TypeError('the JSON object must be str, bytes or bytearray, '
  /external/python/cpython3/Lib/test/
audiotests.py 136 f.writeframes(bytearray(self.frames))
test_parser.py 679 for filename in bytearray(b'file.py'), memoryview(b'file.py'):
  /external/v8/tools/
js2c.py 523 byte_sequence = bytearray()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fileio.py 369 f.write(bytes(bytearray(range(10))))
test_gc.py 500 self.assertFalse(gc.is_tracked(bytearray("a")))
test_index.py 220 seq = bytearray("this is a test")
test_int.py 362 self.assertRaises(TypeError, int, bytearray('100'), 2)
test_marshal.py 317 self.check_unmarshallable(bytearray(size))
test_socket.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fileio.py 369 f.write(bytes(bytearray(range(10))))

Completed in 477 milliseconds

1 2 3 4 5 6 7 891011>>