HomeSort by relevance Sort by last modified time
    Searched full:bytearray (Results 276 - 300 of 518) sorted by null

<<11121314151617181920>>

  /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...]
  /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...]
  /external/v8/src/
objects-debug.cc 74 ByteArray::cast(this)->ByteArrayVerify();
226 void ByteArray::ByteArrayVerify() {
808 // Code/ByteArray: Compiled code.
    [all...]
  /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'):
  /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'):
  /art/runtime/native/
java_lang_System.cc 186 System_arraycopyTUnchecked<mirror::ByteArray, Primitive::kPrimByte>(env, javaSrc, srcPos,
  /art/test/412-new-array/src/
Main.java 379 Method m = c.getMethod("byteArray", byte[].class);
  /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...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/urlhandler/
protocol_socket.py 139 data = bytearray()
  /external/protobuf/java/src/test/java/com/google/protobuf/
ParserTest.java 147 // parseFrom(ByteArray)
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.h 28 explicit WritableFontData(ByteArray* ba);
  /external/sfntly/cpp/src/test/
font_data_test.cc 137 void FillTestByteArray(ByteArray* ba, int32_t size) {
  /external/v8/src/crankshaft/
lithium-codegen.cc 293 Handle<ByteArray> translations =

Completed in 2512 milliseconds

<<11121314151617181920>>