/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
ArrayReferenceDebuggee.java | 50 static byte[] byteArray = new byte[10]; 55 byteArray[i] = (byte)i;
|
/external/flatbuffers/python/flatbuffers/ |
compat.py | 30 binary_types = (bytes,bytearray) 37 binary_types = (str,bytearray)
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
TXTRecord.h | 148 typedef std::vector< BYTE > ByteArray; 150 ByteArray m_byteArray;
|
/external/pdfium/fxbarcode/common/ |
BC_CommonByteArray.cpp | 39 CBC_CommonByteArray::CBC_CommonByteArray(uint8_t* byteArray, int32_t size) { 42 memcpy(m_bytes, byteArray, size);
|
/external/python/cpython2/Lib/ctypes/test/ |
test_buffers.py | 25 self.assertEqual(len(bytearray(create_string_buffer(0))), 0) 26 self.assertEqual(len(bytearray(create_string_buffer(1))), 1)
|
/external/python/cpython3/Lib/ctypes/test/ |
test_buffers.py | 27 self.assertEqual(len(bytearray(create_string_buffer(0))), 0) 28 self.assertEqual(len(bytearray(create_string_buffer(1))), 1)
|
/external/sfntly/cpp/src/sfntly/data/ |
font_data.cc | 60 FontData::FontData(ByteArray* ba) { 78 void FontData::Init(ByteArray* ba) {
|
/frameworks/support/core/ktx/src/main/java/androidx/core/util/ |
AtomicFile.kt | 50 fun AtomicFile.writeBytes(array: ByteArray) { 71 inline fun AtomicFile.readBytes(): ByteArray = readFully()
|
/libcore/luni/src/test/java/libcore/sun/security/x509/ |
NetscapeCertTypeExtensionTest.java | 63 Function<byte[], Object> objectCreator = byteArray -> { 65 return new NetscapeCertTypeExtension(byteArray);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_buffers.py | 24 self.assertEqual(len(bytearray(create_string_buffer(0))), 0) 25 self.assertEqual(len(bytearray(create_string_buffer(1))), 1)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_buffers.py | 24 self.assertEqual(len(bytearray(create_string_buffer(0))), 0) 25 self.assertEqual(len(bytearray(create_string_buffer(1))), 1)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_buffers.py | 24 self.assertEqual(len(bytearray(create_string_buffer(0))), 0) 25 self.assertEqual(len(bytearray(create_string_buffer(1))), 1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_buffers.py | 24 self.assertEqual(len(bytearray(create_string_buffer(0))), 0) 25 self.assertEqual(len(bytearray(create_string_buffer(1))), 1)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
bytearrayobject.c | 1 /* PyBytes (bytearray) implementation */
413 PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
432 PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
469 PyErr_SetString(PyExc_TypeError, "bytearray indices must be integers");
502 "can't set bytearray slice from %.100s",
573 PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
603 PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
630 PyErr_SetString(PyExc_TypeError, "bytearray indices must be integer");
769 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oss:bytearray", kwlist,
923 const char *quote_prefix = "bytearray(b"; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
bytearrayobject.c | 1 /* PyBytes (bytearray) implementation */
413 PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
432 PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
469 PyErr_SetString(PyExc_TypeError, "bytearray indices must be integers");
502 "can't set bytearray slice from %.100s",
573 PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
603 PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
630 PyErr_SetString(PyExc_TypeError, "bytearray indices must be integer");
763 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oss:bytearray", kwlist,
917 const char *quote_prefix = "bytearray(b"; [all...] |
/external/python/cpython2/Objects/ |
bytearrayobject.c | 1 /* PyBytes (bytearray) implementation */ 412 PyErr_SetString(PyExc_IndexError, "bytearray index out of range"); 431 PyErr_SetString(PyExc_IndexError, "bytearray index out of range"); 468 PyErr_SetString(PyExc_TypeError, "bytearray indices must be integers"); 501 "can't set bytearray slice from %.100s", 572 PyErr_SetString(PyExc_IndexError, "bytearray index out of range"); 602 PyErr_SetString(PyExc_IndexError, "bytearray index out of range"); 629 PyErr_SetString(PyExc_TypeError, "bytearray indices must be integer"); 768 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oss:bytearray", kwlist, 924 const char *quote_prefix = "bytearray(b" [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
StdAttributeFactory.java | 61 import com.android.dx.util.ByteArray; 227 ByteArray bytes = cf.getBytes(); 252 ByteArray bytes = cf.getBytes(); 356 ByteArray bytes = cf.getBytes(); 390 ByteArray bytes = cf.getBytes(); 419 ByteArray bytes = cf.getBytes(); 447 ByteArray bytes = cf.getBytes(); 504 ByteArray bytes = cf.getBytes(); 545 ByteArray bytes = cf.getBytes(); 568 ByteArray bytes = cf.getBytes() [all...] |
/developers/build/prebuilts/gradle/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/ |
ImageSaver.kt | 28 val bytes = ByteArray(buffer.remaining())
|
/developers/samples/android/media/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/ |
ImageSaver.kt | 28 val bytes = ByteArray(buffer.remaining())
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
bytearrayobject.h | 0 /* ByteArray object interface */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
bytearrayobject.h | 0 /* ByteArray object interface */
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
InjectedThing.java | 61 @Inject byte[] byteArray; 130 byte[] byteArray, 198 @Inject void byteArray(byte[] byteArray) {}
|
/external/javassist/src/main/javassist/bytecode/ |
LocalVariableTypeAttribute.java | 38 ByteArray.write16bit(0, info, 0);
|
/external/python/cpython2/Include/ |
bytearrayobject.h | 0 /* ByteArray object interface */
|
/external/python/cpython3/Include/ |
bytearrayobject.h | 0 /* ByteArray object interface */
|