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

<<11121314151617181920>>

  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 121 @param data: Parameters as bytearray or str.
173 @param req_data: Parameters as bytearray or str.
bluetooth_socket.py 269 @param data: Parameters as bytearray or str (optional).
295 hdr = bytearray(MGMT_HDR_SIZE)
296 data = bytearray(512)
321 @param cmd_data: Parameters as bytearray or str.
    [all...]
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 491 int mref = ByteArray.readU16bit(code, pos + 1);
495 ByteArray.write16bit(mref2, code, pos + 1);
  /external/python/cpython2/Lib/test/
test_fileio.py 143 self.assertRaises(ValueError, self.f.readinto, bytearray(1))
401 f.write(bytes(bytearray(range(10))))
  /external/python/cpython3/Doc/library/
mmap.rst 9 Memory-mapped file objects behave like both :class:`bytearray` and like
11 where :class:`bytearray` are expected; for example, you can use the :mod:`re`
  /external/python/cpython3/Lib/dbm/
dumb.py 194 elif not isinstance(key, (bytes, bytearray)):
198 elif not isinstance(val, (bytes, bytearray)):
  /external/python/cpython3/Lib/sqlite3/test/
factory.py 264 self.con.text_factory = bytearray
266 self.assertIs(type(row[0]), bytearray)
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.h 51 explicit ReadableFontData(ByteArray* array);
194 virtual int32_t CopyTo(ByteArray* ba);
  /external/v8/src/heap/
objects-visiting.h 35 V(ByteArray) \
284 return reinterpret_cast<ByteArray*>(object)->ByteArraySize();
  /external/v8/src/
string-stream.cc 353 void StringStream::PrintByteArray(ByteArray* byte_array) {
401 PrintByteArray(ByteArray::cast(printee));
  /external/v8/src/wasm/
wasm-objects.h 176 DECLARE_OPTIONAL_ACCESSORS(asm_js_offset_table, ByteArray);
182 Handle<ByteArray> asm_js_offset_table);
  /frameworks/base/core/jni/android/graphics/
ImageDecoder.cpp 180 static jobject ImageDecoder_nCreateByteArray(JNIEnv* env, jobject /*clazz*/, jbyteArray byteArray,
182 std::unique_ptr<SkStream> stream(CreateByteArrayStreamAdaptor(env, byteArray, offset, length));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterInputStreamTest.java 87 byte byteArray[] = new byte[100];
93 inflatIP.read(byteArray, 0, 5);// only suppose to read in 5 bytes
  /libcore/ojluni/src/main/java/java/lang/
ProcessEnvironment.java 41 * String/byteArray duality. The internal representation of the
125 // A class hiding the byteArray-String duality of
  /external/python/cpython3/Lib/test/
test_buffer.py 625 buf = bytearray(memlen)
823 b = bytearray()
    [all...]
  /art/runtime/mirror/
array.h 193 extern template class PrimitiveArray<int8_t>; // ByteArray
object-inl.h 228 inline ByteArray* Object::AsByteArray() {
232 return down_cast<ByteArray*>(this);
236 inline ByteArray* Object::AsByteSizedArray() {
241 return down_cast<ByteArray*>(this);
    [all...]
  /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 180 val buffer = ByteArray(1024)
  /developers/build/prebuilts/gradle/PdfRendererBasic/kotlinApp/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.kt 157 val buffer = ByteArray(1024)
  /developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 180 val buffer = ByteArray(1024)
  /developers/samples/android/ui/graphics/PdfRendererBasic/kotlinApp/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.kt 157 val buffer = ByteArray(1024)
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 103 // reuse the bytearray buffering stream for each datum. We also use a little
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_binascii.py 222 type2test = bytearray
test_iterlen.py 229 b = bytearray(range(10))
  /external/autotest/client/site_tests/video_MediaRecorderPerf/
video_MediaRecorderPerf.py 148 video_byte_array = bytearray(base64.b64decode(video_buffer))

Completed in 635 milliseconds

<<11121314151617181920>>