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

1 2 3 4 5 67 8 91011>>

  /external/libmtp/src/
libusb-glue.c 811 unsigned long *readbytes,
909 if (readbytes) *readbytes = curread;
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 238 ByteString value = readBytes();
503 public ByteString readBytes() throws IOException {
    [all...]
MessageReflection.java 875 rawBytes = input.readBytes();
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
asn1.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/encoding/
asn1.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
bytes.a 24 func (@"".b·3 *@"".Buffer "esc:0x9") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error)
382  ps]Tgclocals·cb395d89503762333b1bfb09ba74eb12Tgclocals·11d28ee4a7546638afa514476454a63eVprebuilts/go/darwin-x86/src/bytes/buffer.go?,"".(*Buffer).ReadBytes??eH? %H;a?mH??p1?1?1?H??$?H??$?1?H??$?H??$?H??$?H?\$xH?$??$??\$?H?\$H?\$@H?|$H?\$ H?\$PH?\$(H??$?H?\$0H??$?H??$?H??$?H??$?H??H?T$`H?|$HH?H?L$hH)?H??~GH?H?$H?t$XH?t$H?T$H?L$H?D$ ?H?|$HH?t$(H?\$0H?\$`H?\$8H?\$hH??$?H?t$XH?,H?,$H?\$@H?\$H?|$?H?L$hH??$?H?l$HH?H9?w%H??H?\$XH??$?H??$?H??$?H??p?? ??v???
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
bytes.a 24 func (@"".b·3 *@"".Buffer "esc:0x9") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
bytes.a 24 func (@"".b·3 *@"".Buffer "esc:0x9") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error)
382  ps]Tgclocals·cb395d89503762333b1bfb09ba74eb12Tgclocals·11d28ee4a7546638afa514476454a63eTprebuilts/go/linux-x86/src/bytes/buffer.go?,"".(*Buffer).ReadBytes??dH? %H;a?mH??p1?1?1?H??$?H??$?1?H??$?H??$?H??$?H?\$xH?$??$??\$?H?\$H?\$@H?|$H?\$ H?\$PH?\$(H??$?H?\$0H??$?H??$?H??$?H??$?H??H?T$`H?|$HH?H?L$hH)?H??~GH?H?$H?t$XH?t$H?T$H?L$H?D$ ?H?|$HH?t$(H?\$0H?\$`H?\$8H?\$hH??$?H?t$XH?,H?,$H?\$@H?\$H?|$?H?L$hH??$?H?l$HH?H9?w%H??H?\$XH??$?H??$?H??$?H??p?? ??v???
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
bytes.a 24 func (@"".b·3 *@"".Buffer "esc:0x9") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error)
    [all...]
  /build/kati/
parser.go 99 buf, err := p.rd.ReadBytes('\n')
  /external/guava/guava/src/com/google/common/io/
ByteSource.java 282 return ByteStreams.readBytes(in, processor);
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/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeType.java 69 byte[] data = font.readBytes();
  /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/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);

Completed in 901 milliseconds

1 2 3 4 5 67 8 91011>>