HomeSort by relevance Sort by last modified time
    Searched full:readbytes (Results 76 - 100 of 506) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/ojluni/src/main/native/
io_util.h 50 jint readBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
  /frameworks/base/services/core/java/com/android/server/
GraphicsStatsService.java 177 buffer.mProcessBuffer.readBytes(mTempBuffer, 0, 0, ASHMEM_SIZE);
240 file.readBytes(mBuffer, 0, 0, ASHMEM_SIZE);
  /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);
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 360 // ReadBytes reads until the first occurrence of delim in the input,
362 // If ReadBytes encounters an error before finding a delimiter,
364 // ReadBytes returns err != nil if and only if the returned data does not end in
366 func (b *Buffer) ReadBytes(delim byte) (line []byte, err error) {
374 // readSlice is like ReadBytes but returns a reference to internal buffer data.
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 360 // ReadBytes reads until the first occurrence of delim in the input,
362 // If ReadBytes encounters an error before finding a delimiter,
364 // ReadBytes returns err != nil if and only if the returned data does not end in
366 func (b *Buffer) ReadBytes(delim byte) (line []byte, err error) {
374 // readSlice is like ReadBytes but returns a reference to internal buffer data.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 315 static bool ReadBytes(input, string* value);
316 static bool ReadBytes(input, string** p);
680 // call ReadBytes().
684 return ReadBytes(input, value);
689 return ReadBytes(input, p);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
PixmapIO.java 135 int readBytes = 0;
136 while ((readBytes = in.read(readBuffer)) > 0) {
137 pixelBuf.put(readBuffer, 0, readBytes);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
FilesTest.java 140 byte[] testBytes = Gdx.files.local("test.txt").readBytes();
190 if (handle.readBytes().length != handle.length()) fail();
237 if (handle.readBytes().length != handle.length()) fail();
  /external/libchrome/base/
pickle.cc 200 return ReadBytes(data, *length);
203 bool PickleIterator::ReadBytes(const char** data, int length) {
  /external/libchrome/base/trace_event/
trace_event_argument.cc 56 bool res = pickle_iterator.ReadBytes(&type, 1);
358 while (it.ReadBytes(&type, 1)) {
  /external/sonic/
wave.c 86 static int readBytes(
338 bytesRead = readBytes(file, bytes, maxSamples*file->numChannels*2);
  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamDecoder.java 270 private int readBytes() throws IOException {
350 int n = readBytes();
  /external/google-breakpad/src/common/mac/
macho_walker.h 70 bool ReadBytes(void *buffer, size_t size, off_t offset);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btBulletWorldImporter.java 83 buff.put(fileHandle.readBytes());
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 180 byteBuf.readBytes(buffer, 0, Math.min(buffer.length, toRead));
  /external/parameter-framework/upstream/parameter/
ParameterBlackboard.cpp 105 void CParameterBlackboard::readBytes(std::vector<uint8_t> &bytes, size_t offset) const
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 205 rfd->ReadBytes(0, &(tag[0]), 0, tag.size());
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.cc 171 data_->ReadBytes(Offset::kPanose, &((*value)[0]), 0, 10);
194 data_->ReadBytes(Offset::kAchVendId, &((*b)[0]), 0, 4);
420 InternalReadData()->ReadBytes(Offset::kPanose,
473 InternalReadData()->ReadBytes(Offset::kAchVendId, &((*b)[0]), 0, 4);
  /frameworks/base/drm/java/android/drm/
DrmInfo.java 73 mData = DrmUtils.readBytes(path);
DrmRights.java 99 mData = DrmUtils.readBytes(rightsFile);
  /frameworks/base/obex/javax/obex/
PrivateOutputStream.java 127 public synchronized byte[] readBytes(int size) {
  /hardware/bsp/intel/peripheral/libupm/src/ds1307/
ds1307.h 128 int readBytes(uint8_t reg, uint8_t *buffer, int len);

Completed in 1031 milliseconds

1 2 34 5 6 7 8 91011>>