HomeSort by relevance Sort by last modified time
    Searched defs:rawBytes (Results 1 - 25 of 30) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 27 boolean rawBytes = false;
BaseDumper.java 39 private final boolean rawBytes;
83 this.rawBytes = args.rawBytes;
89 this.separator = rawBytes ? "|" : "";
117 separator = rawBytes ? "|" : "";
127 boolean rawBytes = getRawBytes();
133 String hex = rawBytes ? hexDump(at, offset - at) : "";
138 String hex = rawBytes ? hexDump(offset, len) : "";
227 return rawBytes;
237 if (rawBytes) {
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 281 byte[] rawBytes = message.toByteArray();
282 assertEqualBytes(TestUtil.getGoldenMessage().toByteArray(), rawBytes);
291 assertEqualBytes(rawBytes, rawOutput.toByteArray());
300 byte[] rawBytes = message.toByteArray();
302 rawBytes);
WireFormatTest.java 60 ByteString rawBytes = message.toByteString();
61 assertEquals(rawBytes.size(), message.getSerializedSize());
63 TestAllTypes message2 = TestAllTypes.parseFrom(rawBytes);
71 ByteString rawBytes = message.toByteString();
72 assertEquals(rawBytes.size(), message.getSerializedSize());
74 TestPackedTypes message2 = TestPackedTypes.parseFrom(rawBytes);
85 ByteString rawBytes = message.toByteString();
86 assertEquals(rawBytes.size(), message.getSerializedSize());
88 TestAllTypes message2 = TestAllTypes.parseFrom(rawBytes);
97 ByteString rawBytes = message.toByteString()
    [all...]
DynamicMessageTest.java 151 ByteString rawBytes = message.toByteString();
152 TestAllTypes message2 = TestAllTypes.parseFrom(rawBytes);
157 assertEquals(TestUtil.getAllSet().toByteString(), rawBytes);
165 ByteString rawBytes = message.toByteString();
168 DynamicMessage.parseFrom(TestAllTypes.getDescriptor(), rawBytes);
178 ByteString rawBytes = message.toByteString();
179 TestPackedTypes message2 = TestPackedTypes.parseFrom(rawBytes);
184 assertEquals(TestUtil.getPackedSet().toByteString(), rawBytes);
192 ByteString rawBytes = message.toByteString();
195 DynamicMessage.parseFrom(TestPackedTypes.getDescriptor(), rawBytes);
    [all...]
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 323 ByteBuffer rawBytes = ByteBuffer.allocate(2 * IPV6_PART_COUNT);
326 rawBytes.putShort(parseHextet(parts[i]));
329 rawBytes.putShort((short) 0);
332 rawBytes.putShort(parseHextet(parts[parts.length - i]));
337 return rawBytes.array();
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 452 ByteString rawBytes = null; // If we encounter "message" before "typeId"
487 if (rawBytes != null) {
490 CodedInputStream.newInstance(rawBytes.newInput()));
491 rawBytes = null;
495 // in rawBytes.
496 if (rawBytes != null) {
499 .addLengthDelimited(rawBytes)
501 rawBytes = null;
509 rawBytes = input.readBytes();
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 828 String rawBytes = cursor.getString(columnRawBytes);
831 if (TextUtils.isEmpty(rawBytes)) {
834 return rawBytes;
836 return new EncodedStringValue(charset, PduPersister.getBytes(rawBytes)).getString();
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 734 int rawBytes = 0;
740 rawBytes += h.bytes.length;
748 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = "
749 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, "
751 + btk(safeDiv(rawBytes, numHolders))
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/
jill.jar 

Completed in 678 milliseconds

1 2