HomeSort by relevance Sort by last modified time
    Searched full:readbytes (Results 151 - 175 of 474) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 687 public static <T> T readBytes(
  /external/jetty/src/java/org/eclipse/jetty/util/
IO.java 433 public static byte[] readBytes(InputStream in)
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 324 BitStream->getBitcodeBytes().readBytes(Array, sizeof(Array), NextChar);
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 122 @Test public void readBytes() throws Exception {
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageReflection.java 875 rawBytes = input.readBytes();
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 238 public ByteStringMicro readBytes() throws IOException {
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 230 public byte[] readBytes() throws IOException {
Extension.java 380 return input.readBytes();
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 431 input.readBytes();
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 301 static bool ReadBytes (input, string* value);
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 476 data_->ReadBytes(NameOffset(index), &((*b)[0]), 0, length);
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 604 data_->ReadBytes(index, &((*transformation)[0]), 0, tsize);
  /external/sonivox/jet_tools/JetCreator/
midifile.py 264 def ReadBytes (stream, length):
631 msg = ReadBytes(stream, length)
663 msg = ReadBytes(stream, length)
697 msg = ReadBytes(stream, length)
    [all...]
  /frameworks/base/obex/javax/obex/
ClientOperation.java 529 byte[] body = mPrivateOutput.readBytes(bodyLength);
ServerOperation.java 477 byte[] body = mPrivateOutput.readBytes(bodyLength);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
util.go 153 s, err := b.r.ReadBytes(byte(delim))
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/
svg.a 24 func (@"bytes".b·3 *@"bytes".Buffer "esc:0x9") ReadBytes (@"bytes".delim·4 byte) (@"bytes".line·1 []byte, @"bytes".err·2 error)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
util.go 150 s, err := b.r.ReadBytes(byte(delim))
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
util.go 153 s, err := b.r.ReadBytes(byte(delim))
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/
svg.a 24 func (@"bytes".b·3 *@"bytes".Buffer "esc:0x9") ReadBytes (@"bytes".delim·4 byte) (@"bytes".line·1 []byte, @"bytes".err·2 error)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
util.go 150 s, err := b.r.ReadBytes(byte(delim))
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 290 static bool ReadBytes (input, string* value);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 290 static bool ReadBytes (input, string* value);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 290 static bool ReadBytes (input, string* value);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_type_handler.h 418 return WireFormatLite::ReadBytes(input, value);
    [all...]

Completed in 586 milliseconds

1 2 3 4 5 67 8 91011>>