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

1 2 3 4 5 6

  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 27 boolean rawBytes = false;
BaseDumper.java 40 private final boolean rawBytes;
87 this.rawBytes = args.rawBytes;
93 this.separator = rawBytes ? "|" : "";
124 separator = rawBytes ? "|" : "";
135 boolean rawBytes = getRawBytes();
137 String hex = rawBytes ? hexDump(offset, len) : "";
217 return rawBytes;
227 if (rawBytes) {
240 int w1 = rawBytes ? (getWidth1() + 1) : 0
    [all...]
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 268 ByteBuffer rawBytes = ByteBuffer.allocate(2 * IPV6_PART_COUNT);
271 rawBytes.putShort(parseHextet(parts[i]));
274 rawBytes.putShort((short) 0);
277 rawBytes.putShort(parseHextet(parts[parts.length - i]));
282 return rawBytes.array();
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
WireFormatTest.java 63 ByteString rawBytes = message.toByteString();
64 assertEquals(rawBytes.size(), message.getSerializedSize());
66 TestAllTypes message2 = TestAllTypes.parseFrom(rawBytes);
74 ByteString rawBytes = message.toByteString();
75 assertEquals(rawBytes.size(), message.getSerializedSize());
77 TestPackedTypes message2 = TestPackedTypes.parseFrom(rawBytes);
88 ByteString rawBytes = message.toByteString();
89 assertEquals(rawBytes.size(), message.getSerializedSize());
91 TestAllTypes message2 = TestAllTypes.parseFrom(rawBytes);
100 ByteString rawBytes = message.toByteString()
    [all...]
DynamicMessageTest.java 172 ByteString rawBytes = message.toByteString();
173 TestAllTypes message2 = TestAllTypes.parseFrom(rawBytes);
178 assertEquals(TestUtil.getAllSet().toByteString(), rawBytes);
186 ByteString rawBytes = message.toByteString();
189 DynamicMessage.parseFrom(TestAllTypes.getDescriptor(), rawBytes);
193 Message message3 = message2.getParserForType().parseFrom(rawBytes);
198 ByteString rawBytes = TestUtil.getAllExtensionsSet().toByteString();
200 TestAllExtensions.getDescriptor(), rawBytes,
206 rawBytes, TestUtil.getExtensionRegistry());
216 ByteString rawBytes = message.toByteString()
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 69 public byte[] rawBytes;
91 if (newInsn.rawBytes != null) {
92 newInsn.rawBytes = new byte[rawBytes.length];
93 for (int i = 0; i < rawBytes.length; i++) {
94 newInsn.rawBytes[i] = rawBytes[i];
127 rawBytes = new byte[2 * getSize()];
129 file.read(rawBytes);
131 vregA = info.format.getA(rawBytes);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
ManifestDigester.java 40 private byte rawBytes[];
68 int i = offset, len = rawBytes.length;
76 byte b = rawBytes[i];
81 if ((i < len) && (rawBytes[i+1] == '\n'))
112 rawBytes = bytes;
124 new Entry(0, pos.endOfSection + 1, pos.startOfNext, rawBytes));
172 rawBytes));
198 byte[] rawBytes;
202 int lengthWithBlankLine, byte[] rawBytes)
207 this.rawBytes = rawBytes
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MessageReflection.java 899 ByteString rawBytes = null; // If we encounter "message" before "typeId"
932 rawBytes = null;
937 rawBytes = input.readBytes();
948 if (rawBytes != null && typeId != 0) { // Zero is not a valid type ID.
951 rawBytes, extension, extensionRegistry, target);
953 if (rawBytes != null) {
955 .addLengthDelimited(rawBytes).build());
962 ByteString rawBytes,
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 313 final long rawBytes = entry.rxBytes + entry.txBytes;
317 final long targetRxBytes = multiplySafe(targetBytes, rawRxBytes, rawBytes);
318 final long targetTxBytes = multiplySafe(targetBytes, rawTxBytes, rawBytes);
  /packages/apps/Dialer/java/com/android/dialer/contactphoto/
ContactPhotoManagerImpl.java 306 int rawBytes = 0;
312 rawBytes += h.bytes.length;
323 + btk(rawBytes)
327 + btk(rawBytes + bitmapBytes)
333 + btk(safeDiv(rawBytes, numHolders))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 771 int rawBytes = 0;
777 rawBytes += h.bytes.length;
785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = "
786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, "
788 + btk(safeDiv(rawBytes, numHolders))
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 360 milliseconds

1 2 3 4 5 6