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

1 2 3 4 5 67 8 91011>>

  /external/python/cpython3/Lib/
_pyio.py 158 It is also possible to use a string or bytearray as a file for both
509 res = bytearray()
579 b = bytearray(size.__index__())
588 res = bytearray()
837 buf = bytearray()
    [all...]
ssl.py 410 protos = bytearray()
421 protos = bytearray()
432 certs = bytearray()
    [all...]
wave.py 414 if not isinstance(data, (bytes, bytearray)):
  /external/python/cpython3/Lib/test/
test_httplib.py 538 b = bytearray(2)
574 b = bytearray(2)
606 b = bytearray(2)
679 b = bytearray(5)
801 b = bytearray(128)
    [all...]
test_hashlib.py 583 out = bytearray(length)
    [all...]
test_asynchat.py 264 c.push(bytearray(data))
test_index.py 223 seq = bytearray(b"this is a test")
test_sys.py     [all...]
test_unicodedata.py 214 self.assertRaises(TypeError, eaw, bytearray())
test_xmlrpc.py 34 'b64bytearray': bytearray(b"my dog has fleas"),
211 for type_ in bytes, bytearray, xmlrpclib.Binary:
450 dtime == bytearray(dbytes)
458 dtime <= bytearray(dbytes)
    [all...]
test_re.py 61 b = bytearray(b'x')
97 self.assertTypedEqual(re.sub(b'y', bytearray(b'a'), bytearray(b'xyz')), b'xaz')
309 for string in (b":a:b::c", B(b":a:b::c"), bytearray(b":a:b::c"),
375 for string in (b"a:b::c:::d", B(b"a:b::c:::d"), bytearray(b"a:b::c:::d"),
403 for string in b'a', B(b'a'), bytearray(b'a'), memoryview(b'a'):
499 for string in b"ab", B(b"ab"), bytearray(b"ab"), memoryview(b"ab"):
    [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/
rfc2217.py 575 data = bytearray()
725 suboption = bytearray()
    [all...]
  /external/python/cpython3/Lib/asyncio/
unix_events.py 464 self._buffer = bytearray()
533 assert isinstance(data, (bytes, bytearray, memoryview)), repr(data)
534 if isinstance(data, bytearray):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_memoryview.py 251 rw_type = bytearray
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 476 for byte in bytearray(key, 'utf-8'):
  /external/python/cpython2/Lib/idlelib/idle_test/
test_io.py 27 class BA(Base, bytearray):
  /external/python/cpython2/Lib/test/
test_memoryview.py 253 rw_type = bytearray
  /external/python/cpython3/Lib/email/
contentmanager.py 249 for typ in (bytes, bytearray, memoryview):
  /external/python/cpython3/Lib/sqlite3/test/
regression.py 138 (bytes(bytearray([250])),)).fetchone()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_memoryview.py 251 rw_type = bytearray
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_memoryview.py 251 rw_type = bytearray
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 251 rw_type = bytearray
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 251 rw_type = bytearray
  /external/python/cpython3/Lib/test/test_asyncio/
test_selector_events.py 39 return bytearray().join(l)
920 data = bytearray(b'data')
926 self.assertEqual(data, bytearray(b'data')) # Hasn't been mutated.
    [all...]
  /build/make/tools/releasetools/
test_common.py 664 self.recovery_data = bytearray([
670 self.boot_data = bytearray([

Completed in 1340 milliseconds

1 2 3 4 5 67 8 91011>>