HomeSort by relevance Sort by last modified time
    Searched full:readbytes (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPipedStreamTest.java 121 byte readBytes[] = new byte[5];
127 ret = in.read(readBytes, nread, readBytes.length - nread);
137 int readInt = (((int) readBytes[0] & 0xff) << 24)
138 | (((int) readBytes[1] & 0xff) << 16)
139 | (((int) readBytes[2] & 0xff) << 8)
140 | (((int) readBytes[3] & 0xff));
144 assertEquals("Error at " + countRead, 0, readBytes[4]);
196 final byte readBytes[] = new byte[1024 * 2];
209 while (nread < readBytes.length)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
SimpleDERReader.java 53 private byte[] readBytes(int len) throws IOException
106 readBytes(len);
123 byte[] b = readBytes(len);
140 return readBytes(len);
155 return readBytes(len);
  /external/chromium_org/net/quic/
quic_data_reader.cc 21 return ReadBytes(result, sizeof(*result));
25 return ReadBytes(result, sizeof(*result));
47 return ReadBytes(result, sizeof(*result));
133 bool QuicDataReader::ReadBytes(void* result, size_t size) {
  /frameworks/rs/cpu_ref/linkloader/utils/
serialize.h 94 void readBytes(void *array, size_t size) {
104 readBytes(array, size);
110 readBytes(array, size);
117 readBytes(&v, TypeTraits<T>::size);
  /frameworks/av/drm/libdrmframework/include/
ReadWriteUtils.h 48 static String8 readBytes(const String8& filePath);
56 static int readBytes(const String8& filePath, char** buffer);
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 71 return ReadBytes(reinterpret_cast<char*>(val), 1);
78 if (!ReadBytes(reinterpret_cast<char*>(&v), 2)) {
90 if (!ReadBytes(reinterpret_cast<char*>(&v) + 1, 3)) {
102 if (!ReadBytes(reinterpret_cast<char*>(&v), 4)) {
114 if (!ReadBytes(reinterpret_cast<char*>(&v), 8)) {
134 bool ByteBuffer::ReadBytes(char* val, size_t len) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.cc 84 return ReadBytes(reinterpret_cast<char*>(val), 1);
91 if (!ReadBytes(reinterpret_cast<char*>(&v), 2)) {
108 if (!ReadBytes(read_into, 3)) {
120 if (!ReadBytes(reinterpret_cast<char*>(&v), 4)) {
132 if (!ReadBytes(reinterpret_cast<char*>(&v), 8)) {
152 bool ByteBuffer::ReadBytes(char* val, size_t len) {
  /cts/tests/tests/os/src/android/os/cts/
MemoryFileTest.java 120 mMemoryFile.readBytes(gotData, 0, 0, gotData.length);
142 mMemoryFile.readBytes(data, srcOffset, destOffset, count);
159 mMemoryFile.readBytes(data, 0, 0, 128);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
font_parsing_test.cc 67 wfd->ReadBytes(0, &(b[0]), 0, TTF_LENGTH[SAMPLE_TTF_FEAT]);
93 wfd1->ReadBytes(0, &(b1[0]), 0, TTF_LENGTH[i]);
94 wfd2->ReadBytes(0, &(b2[0]), 0, TTF_LENGTH[i]);
  /external/llvm/lib/Support/
StreamableMemoryObject.cpp 32 virtual int readBytes(uint64_t address,
67 int RawMemoryObject::readBytes(uint64_t address,
109 int StreamingMemoryObject::readBytes(uint64_t address,
MemoryObject.cpp 16 int MemoryObject::readBytes(uint64_t address,
StringRefMemoryObject.cpp 21 int StringRefMemoryObject::readBytes(uint64_t Addr,
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 112 void ReadBytes(Byte *data, size_t size);
158 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); }
  /external/sfntly/cpp/src/test/
font_parsing_test.cc 67 wfd->ReadBytes(0, &(b[0]), 0, TTF_LENGTH[SAMPLE_TTF_FEAT]);
93 wfd1->ReadBytes(0, &(b1[0]), 0, TTF_LENGTH[i]);
94 wfd2->ReadBytes(0, &(b2[0]), 0, TTF_LENGTH[i]);
  /external/chromium_org/net/base/
big_endian_unittest.cc 23 EXPECT_TRUE(reader.ReadBytes(buf, sizeof(buf)));
55 EXPECT_FALSE(reader.ReadBytes(buf, 2));
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
OdexDependencies.java 57 dependencies[i] = new String(in.readBytes(stringLength), 0, stringLength-1, "US-ASCII");
61 dependencyChecksums[i] = in.readBytes(20);
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 35 String8 ReadWriteUtils::readBytes(const String8& filePath) {
57 int ReadWriteUtils::readBytes(const String8& filePath, char** buffer) {
DrmRights.cpp 30 rightsLength = ReadWriteUtils::readBytes(rightsFilePath, &mRightsFromFile);
  /external/chromium_org/net/spdy/
spdy_frame_reader_test.cc 214 TEST(SpdyFrameReaderTest, ReadBytes) {
225 EXPECT_TRUE(frame_reader.ReadBytes(&dest1, arraysize(dest1)));
230 EXPECT_TRUE(frame_reader.ReadBytes(&dest2, arraysize(dest2)));
245 EXPECT_FALSE(frame_reader.ReadBytes(&dest, arraysize(kFrameData) + 1));
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
ReadListener.java 37 public void readBytes(int bytes);
  /external/lzma/CPP/7zip/Common/
InBuffer.h 59 UInt32 ReadBytes(Byte *buf, UInt32 size)
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionProgBits.h 72 AR.readBytes(chunk.getBuffer(), sh->getSize());
  /external/llvm/include/llvm/Support/
StreamableMemoryObject.h 25 /// that readByte/readBytes might have to block or do some work to get it.
32 /// Finally, getPointer can be used instead of readBytes to avoid extra copying.
59 /// readBytes - Tries to read a contiguous range of bytes from the
64 /// readBytes will fail.
73 virtual int readBytes(uint64_t address,
78 /// A pointer to it. More efficient than using readBytes if the
111 virtual int readBytes(uint64_t address,
  /external/libmtp/examples/
detect.c 224 uint32_t readbytes; local
236 readbytes = read(tmpfiledescriptor, (void*) buf, XML_BUFSIZE);
238 if (readbytes >= 2 && readbytes < XML_BUFSIZE) {
240 dump_xml_fragment(buf, readbytes);
  /external/chromium/net/spdy/
spdy_frame_builder.cc 80 bool SpdyFrameBuilder::ReadBytes(void** iter, const char** data,
103 return ReadBytes(iter, data, *length);

Completed in 907 milliseconds

1 2 3 4 5 6 7 8 9