/external/protobuf/src/google/protobuf/compiler/java/ |
java_string_field.cc | 412 "com.google.protobuf.ByteString bs = input.readBytes();\n" 664 "com.google.protobuf.ByteString bs = input.readBytes();\n" [all...] |
/libcore/ojluni/src/main/java/java/io/ |
RandomAccessFile.java | 324 private int readBytes(byte b[], int off, int len) throws IOException { 354 return readBytes(b, off, len); 377 return readBytes(b, 0, b.length); [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/ |
bufio.a | 25 func (@"".b·3 *@"".Reader "esc:0x10a") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error) [all...] |
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_race/ |
bufio.a | 25 func (@"".b·3 *@"".Reader "esc:0x10a") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error) [all...] |
bytes.a | 24 func (@"".b·3 *@"".Buffer "esc:0x9") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error) [all...] |
/external/parameter-framework/upstream/parameter/ |
ConfigurableElement.cpp | 237 parameterAccessContext.getParameterBlackboard()->readBytes(
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite.cc | 462 bool WireFormatLite::ReadBytes(io::CodedInputStream* input,
|
/external/sfntly/cpp/src/sfntly/data/ |
readable_font_data.h | 90 virtual int32_t ReadBytes(int32_t index,
|
/external/svox/pico/lib/ |
picoos.h | 269 /* Remark: 'ReadByte', 'ReadBytes' and 'ReadVar' may be mixed;
|
/external/v8/test/cctest/ |
test-serialize.cc | 162 byte* str = ReadBytes(snapshot_file, &len); 369 byte* snapshot = ReadBytes(file_name, &snapshot_size); 482 byte* snapshot = ReadBytes(file_name, &snapshot_size); 615 byte* snapshot = ReadBytes(file_name, &snapshot_size); [all...] |
/prebuilts/go/darwin-x86/src/cmd/pack/ |
pack.go | 432 line, err := rbuf.ReadBytes('\n')
|
/prebuilts/go/linux-x86/src/cmd/pack/ |
pack.go | 432 line, err := rbuf.ReadBytes('\n')
|
/external/google-breakpad/src/google_breakpad/processor/ |
minidump.h | [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
MemoryFileTest.java | 35 throw new Exception("readBytes did not read back what writeBytes wrote"); 57 file.readBytes(testString, 0, 0, testString.length); 79 file.readBytes(buffer, 2000, 0, testString.length); 117 file.readBytes(copy, 0, 0, file.length()); 207 assertEquals(128, file.readBytes(data, 0, 0, 128)); 208 fail("readBytes() after close() did not throw IOException."); [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/ |
netty-codec-4.1.0.CR3.jar | |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 570 int readBytes =0; 591 if((readBytes = Read_Buffer(pBuffer)) > 0) { 592 pBuffer->nFilledLen = readBytes; 601 pBuffer->nFilledLen = readBytes; [all...] |
/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...] |
/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·cb395d89503762333b1bfb09ba74eb12 Tgclocals·11d28ee4a7546638afa514476454a63e Vprebuilts/go/darwin-x86/src/bytes/buffer.go?,"".(*Buffer).ReadBytes |