/prebuilts/python/linux-x86/2.7.5/bin/ |
python | |
python2 | |
python2.7 | |
/prebuilts/gdb/linux-x86/lib/ |
libpython2.7.a | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
libpython2.7.a | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/ |
libpython2.7.a | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
libpython2.7.a | [all...] |
/prebuilts/gdb/darwin-x86/lib/ |
libpython2.7.a | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
libpython2.7.a | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
_pyio.py | 148 It is also possible to use a string or bytearray as a file for both
476 res = bytearray()
548 b = bytearray(n.__index__())
557 res = bytearray()
784 buf = bytearray()
[all...] |
/external/python/cpython2/Lib/test/ |
test_socket.py | [all...] |
test_file2k.py | 182 self.assertRaises(IOError, self.f.readinto, bytearray(len(data))) 789 'data = bytearray(50) ;' 861 for objtype in ('buffer', 'bytearray'):
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
scardssp.h | 177 } BYTEARRAY; 180 #define CB_BYTEARRAY (sizeof(BYTEARRAY)) 182 typedef BYTEARRAY *PBYTEARRAY; 185 typedef const BYTEARRAY *PCBYTEARRAY; 188 typedef BYTEARRAY *LPBYTEARRAY; 191 typedef const BYTEARRAY *LPCBYTEARRAY; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_pyio.py | 149 It is also possible to use a string or bytearray as a file for both 479 res = bytearray() 551 b = bytearray(n.__index__()) 560 res = bytearray() 790 buf = bytearray() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_pyio.py | 149 It is also possible to use a string or bytearray as a file for both 479 res = bytearray() 551 b = bytearray(n.__index__()) 560 res = bytearray() 790 buf = bytearray() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_pyio.py | 149 It is also possible to use a string or bytearray as a file for both 479 res = bytearray() 551 b = bytearray(n.__index__()) 560 res = bytearray() 790 buf = bytearray() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_pyio.py | 149 It is also possible to use a string or bytearray as a file for both 479 res = bytearray() 551 b = bytearray(n.__index__()) 560 res = bytearray() 790 buf = bytearray() [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_sys.py | 549 # bytearray
552 x = bytearray(sample)
555 check(iter(bytearray()), size(h + 'PP'))
|
/external/python/cpython2/Lib/ |
ssl.py | 366 protos = bytearray() 377 protos = bytearray() 388 certs = bytearray() [all...] |
/external/python/cpython3/Doc/library/ |
xmlrpc.client.rst | 60 :class:`datetime.datetime`, :class:`bytes` and :class:`bytearray` objects 115 | | :class:`bytearray`. Returned type depends on the | 137 via XML-RPC, use :class:`bytes` or :class:`bytearray` classes or the
|
/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...] |
/external/python/cpython3/Lib/test/ |
test_hashlib.py | 583 out = bytearray(length) [all...] |
test_mmap.py | 285 self.assertEqual(m.find(bytearray(b'one')), 0) 304 self.assertEqual(m.rfind(bytearray(b'one')), 8) 606 m.write(bytearray(b"baz"))
|
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiRecordSources.java | 750 private static int shortToByteArray(short value, byte[] byteArray, int index) { 751 byteArray[index] = (byte) ((value >>> 8) & 0xFF); 752 byteArray[index + 1] = (byte) (value & 0xFF);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_file2k.py | 174 self.assertRaises(IOError, self.f.readinto, bytearray(len(data))) 741 'data = bytearray(50) ;' 813 for objtype in ('buffer', 'bytearray'):
|