/frameworks/base/obex/javax/obex/ |
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...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
wire_format_lite.h | 290 static bool ReadBytes (input, string* value);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 691 int readBytes =0; 715 if (((readBytes = Read_Buffer(pBuffer)) > 0) && !signal_eos) { 716 pBuffer->nFilledLen = readBytes; 723 pBuffer->nFilledLen = readBytes; [all...] |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/ |
grpc-netty-0.13.2.jar | |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/encoding/ |
asn1.a | [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/encoding/ |
asn1.a | [all...] |
/prebuilts/go/darwin-x86/doc/ |
go1.1.html | 491 <a href="/pkg/bufio/#Reader.ReadBytes"><code>ReadBytes</code></a>, [all...] |
/prebuilts/go/linux-x86/doc/ |
go1.1.html | 491 <a href="/pkg/bufio/#Reader.ReadBytes"><code>ReadBytes</code></a>, [all...] |
/external/guava/guava/src/com/google/common/io/ |
Files.java | 578 public static <T> T readBytes(File file, ByteProcessor<T> processor)
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
FieldSet.java | 570 case BYTES : return input.readBytes (); [all...] |
UnknownFieldSet.java | 501 getFieldBuilder(number).addLengthDelimited(input.readBytes()); [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format.cc | 610 if (!WireFormatLite::ReadBytes(input, &value)) return false; [all...] |
/external/v8/tools/ |
grokdump.py | 709 def ReadBytes(self, address, size): [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene_1.9.1.v20100518-1140.jar | |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiNative.java | [all...] |