/external/protobuf/java/src/main/java/com/google/protobuf/ |
UnknownFieldSet.java | 484 getFieldBuilder(number).addLengthDelimited(input.readBytes());
|
CodedInputStream.java | 264 public ByteString readBytes() throws IOException {
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
CodedInputStreamMicro.java | 238 public ByteStringMicro readBytes() throws IOException {
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite.h | 292 static bool ReadBytes (input, string* value);
|
wire_format.cc | 582 if (!WireFormatLite::ReadBytes(input, &value)) return false; [all...] |
extension_set.cc | [all...] |
descriptor.pb.cc | [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
DebugInfoItem.java | 152 encodedDebugInfo = in.readBytes(length);
|
CodeItem.java | 156 byte[] encodedInstructions = in.readBytes(instructionCount * 2); [all...] |
/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 | 474 byte[] body = mPrivateOutput.readBytes(bodyLength);
|
ServerOperation.java | 359 byte[] body = mPrivateOutput.readBytes(bodyLength);
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/ |
LintClient.java | 197 public byte[] readBytes(@NonNull File file) throws IOException {
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
LintUtils.java | 445 byte[] bytes = client.readBytes(file);
|
/external/llvm/lib/Target/MBlaze/Disassembler/ |
MBlazeDisassembler.cpp | 518 if (region.readBytes(address, 4, (uint8_t*)bytes, &read) == -1 || read < 4)
|
/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 | |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLProtoBuf.java | [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
ApiService.java | [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | [all...] |
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
IconDetector.java | 424 bits = context.getClient().readBytes(file); [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 419 if (Region.readBytes(Address, 4, (uint8_t*)bytes, NULL) == -1) { [all...] |
/external/svox/pico/lib/ |
picoos.c | [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |