HomeSort by relevance Sort by last modified time
    Searched defs:readBytes (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/Support/
StringRefMemoryObject.cpp 21 int StringRefMemoryObject::readBytes(uint64_t Addr,
MemoryObject.cpp 16 int MemoryObject::readBytes(uint64_t address,
StreamableMemoryObject.cpp 33 int readBytes(uint64_t address, uint64_t size,
66 int RawMemoryObject::readBytes(uint64_t address,
108 int StreamingMemoryObject::readBytes(uint64_t address,
  /external/chromium_org/third_party/angle/src/libGLESv2/
BinaryStream.h 60 void readBytes(unsigned char outArray[], size_t count)
  /cts/tests/tests/os/src/android/os/cts/
MemoryFileTest.java 121 mMemoryFile.readBytes(gotData, 0, 0, gotData.length);
143 mMemoryFile.readBytes(data, srcOffset, destOffset, count);
160 mMemoryFile.readBytes(data, 0, 0, 128);
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 71 public void readBytes(byte[] dst) {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 196 int readBytes = 0;
197 while ((readBytes = inputStream.read(sBuffer)) != -1) {
198 content.write(sBuffer, 0, readBytes);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 203 int readBytes = 0;
204 while ((readBytes = inputStream.read(sBuffer)) != -1) {
205 content.write(sBuffer, 0, readBytes);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageWrapper.java 132 String receiverId = new String(readBytes(stream,
136 byte[] payloadLenBytes = readBytes(stream, HEADER_FIELD_PAYLOAD_LENGTH);
139 int protocolVersion = shortBigEndianBytesToInt(readBytes(stream,
142 byte createorId = readBytes(stream, 1)[0];
143 byte[] padding = readBytes(stream, HEADER_FIELD_PADDING_LENGTH);
144 byte[] payload = readBytes(stream, (int)payloadLen);
247 private static byte[] readBytes(InputStream stream, int numBytes)
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 181 byteBuf.readBytes(buffer, 0, Math.min(buffer.length, toRead));
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioRecord.java 164 int readBytes = 0;
166 readBytes = _audioRecord.read(_tempBufRec, 0, lengthInBytes);
167 // DoLog("read " + readBytes + "from SC");
170 if (readBytes != lengthInBytes) {
171 // DoLog("Could not read all data from sc (read = " + readBytes
  /external/deqp/execserver/tools/
xsClient.cpp 84 void readBytes (de::Socket& socket, vector<deUint8>& dst, int numBytes)
105 readBytes(socket, header, MESSAGE_HEADER_SIZE);
121 readBytes(socket, messageBuf, messageSize-MESSAGE_HEADER_SIZE);
xsTest.cpp 90 void readBytes (de::Socket& socket, vector<deUint8>& dst, int numBytes)
111 readBytes(socket, header, MESSAGE_HEADER_SIZE);
127 readBytes(socket, messageBuf, messageSize-MESSAGE_HEADER_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...]
  /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Decoder.java 250 public byte[] readBytes(int offset, int arrayNullability, int expectedLength) {
419 byte[] bytes = readBytes(offset, arrayNullability, BindingsHelper.UNSPECIFIED_ARRAY_LENGTH);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 82 readBytes(magic);
439 void readBytes(byte[] buffer) throws IOException {
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp     [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 529 milliseconds

1 2