HomeSort by relevance Sort by last modified time
    Searched full:readbytes (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
IntEncodedValue.java 46 value = (int)EncodedValueUtils.decodeSignedIntegralValue(in.readBytes(valueArg+1));
LongEncodedValue.java 46 value = EncodedValueUtils.decodeSignedIntegralValue(in.readBytes(valueArg+1));
MethodEncodedValue.java 49 int index = (int) EncodedValueUtils.decodeUnsignedIntegralValue(in.readBytes(valueArg+1));
ShortEncodedValue.java 46 value = (short) EncodedValueUtils.decodeSignedIntegralValue(in.readBytes(valueArg+1));
StringEncodedValue.java 50 int index = (int)EncodedValueUtils.decodeUnsignedIntegralValue(in.readBytes(valueArg+1));
TypeEncodedValue.java 49 int index = (int) EncodedValueUtils.decodeUnsignedIntegralValue(in.readBytes(valueArg+1));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); member in struct:snd_i2c_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); member in struct:snd_i2c_ops
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 60 byte[] readMagic = in.readBytes(8);
68 in.readBytes(20); //checksum
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 125 void SocketStreamHandle::readBytes(signed long bytesRead, GError* error)
264 handle->readBytes(bytesRead, error.get());
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.c 137 readBytes number of bytes read from the stream is stored
152 u32 *readBytes)
171 ASSERT(readBytes);
180 *readBytes = pStorage->prevBytesConsumed;
184 tmp = h264bsdExtractNalUnit(byteStrm, len, &strm, readBytes);
192 pStorage->prevBytesConsumed = *readBytes;
255 * readBytes to 0 */
256 *readBytes = 0;
353 *readBytes = 0;
h264bsd_byte_stream.h 51 u32 *readBytes);
h264bsd_decoder.h 62 u32 *readBytes);
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 66 public byte[] readBytes(int len) {
300 rec = new DNSRecord.IPv4Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len));
303 rec = new DNSRecord.IPv6Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len));
316 rec = new DNSRecord.Text(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len));
366 optiondata = _messageInputStream.readBytes(optionLength);
  /external/chromium/webkit/glue/
glue_serialize.cc 81 inline bool ReadBytes(const SerializeObject* obj, const void** data,
84 if (!obj->pickle.ReadBytes(&obj->iter, &tmp, length))
200 if (!ReadBytes(obj, &data, bytes))
  /external/chromium/base/
pickle.cc 277 return ReadBytes(iter, data, *length);
280 bool Pickle::ReadBytes(void** iter, const char** data, int length) const {
  /external/chromium/net/spdy/
spdy_frame_builder.h 59 bool ReadBytes(void** iter, const char** data, uint16 length) const;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Input.java 140 public byte[] readBytes(int length);
ByteArrayInput.java 270 public byte[] readBytes(int length) {
  /frameworks/base/drm/java/android/drm/
DrmInfo.java 72 mData = DrmUtils.readBytes(path);
DrmRights.java 98 mData = DrmUtils.readBytes(rightsFile);
  /frameworks/base/obex/javax/obex/
PrivateOutputStream.java 127 public synchronized byte[] readBytes(int size) {
  /external/aac/libAACdec/src/
aacdecoder.cpp 292 int readBytes = 0;
314 readBytes++;
323 readBytes = ancBytes - readBytes;
325 if (readBytes > 0) {
327 FDKpushFor(hBs, readBytes<<3);
    [all...]
  /libcore/luni/src/main/java/java/sql/
SQLInput.java 33 * directly. Reader methods such as {@code readLong} and {@code readBytes}
149 public byte[] readBytes() throws SQLException;
  /external/libvpx/examples/includes/geshi/geshi/
blitzbasic.php 75 'ReadInt','ReadFloat','ReadFile','ReadDir','ReadBytes','ReadByte','ReadAvail','Read','Rand','Print',

Completed in 2044 milliseconds

1 23 4 5