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

  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 27 boolean rawBytes = false;
BaseDumper.java 41 private final boolean rawBytes;
85 this.rawBytes = args.rawBytes;
91 this.separator = rawBytes ? "|" : "";
119 separator = rawBytes ? "|" : "";
129 boolean rawBytes = getRawBytes();
135 String hex = rawBytes ? hexDump(at, offset - at) : "";
140 String hex = rawBytes ? hexDump(offset, len) : "";
229 return rawBytes;
239 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 818 String rawBytes = cursor.getString(columnRawBytes);
821 if (TextUtils.isEmpty(rawBytes)) {
824 return rawBytes;
826 return new EncodedStringValue(charset, PduPersister.getBytes(rawBytes)).getString();
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 415 int rawBytes = 0;
421 rawBytes += h.bytes.length;
429 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = "
430 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, "
432 + 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 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 347 milliseconds