HomeSort by relevance Sort by last modified time
    Searched full:bytearray (Results 476 - 500 of 1008) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-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'):
  /prebuilts/python/darwin-x86/2.7.5/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'):
  /prebuilts/python/linux-x86/2.7.5/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'):
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
aware_test_utils.py 169 A None object is treated as a zero-length bytearray.
172 list_of_objects: A list of strings or bytearray objects
187 """Converts the list of b64 encoded strings to a list of bytearray.
  /art/runtime/mirror/
string.h 105 Handle<ByteArray> array, int32_t offset,
  /art/runtime/native/
java_lang_System.cc 193 System_arraycopyTUnchecked<mirror::ByteArray, Primitive::kPrimByte>(env, javaSrc, srcPos,
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 31 import com.android.dx.util.ByteArray;
43 private final ByteArray bytes;
58 public BytecodeArray(ByteArray bytes, ConstantPool pool) {
76 public ByteArray getBytes() {
    [all...]
  /developers/build/prebuilts/gradle/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 208 private fun showConfirmation(encrypted: ByteArray? = null) {
  /developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 208 private fun showConfirmation(encrypted: ByteArray? = null) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_index.py 220 seq = bytearray("this is a test")
test_memoryview.py 251 rw_type = bytearray
  /external/capstone/bindings/python/pyx/
ccapstone.pyx 89 return bytearray(self._raw.bytes[:self._raw.size])
  /external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
protocol_socket.py 139 data = bytearray()
  /external/curl/tests/
negtelnetserver.py 105 buffer = bytearray()
  /external/dtc/tests/
pylibfdt_tests.py 78 Fdt bytearray suitable for passing to libfdt functions
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ParserTest.java 145 // parseFrom(ByteArray)
  /external/python/cpython2/Lib/idlelib/idle_test/
test_io.py 27 class BA(Base, bytearray):
  /external/python/cpython2/Lib/test/
audiotests.py 26 ba = bytearray(data)
test_index.py 223 seq = bytearray("this is a test")
  /external/python/cpython3/Doc/library/
fcntl.rst 69 the read-write buffer interface (like :class:`bytearray`).
urllib.parse.rst 320 :class:`bytearray` objects in addition to :class:`str` objects.
323 :class:`str` data. If :class:`bytes` or :class:`bytearray` data is
327 :class:`bytearray` in a single function call will result in a
415 operating on :class:`bytes` or :class:`bytearray` objects:
  /external/python/cpython3/Lib/
asynchat.py 193 if not isinstance(data, (bytes, bytearray, memoryview)):
  /external/python/cpython3/Lib/email/
contentmanager.py 249 for typ in (bytes, bytearray, memoryview):
  /external/python/cpython3/Lib/test/
test_asynchat.py 264 c.push(bytearray(data))
test_hash.py 19 out = bytearray(length)

Completed in 702 milliseconds

<<11121314151617181920>>