toByteArray       135 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java                 formatBytes(x509.getSerialNumber().toByteArray(), ':'));
toByteArray        54 chrome/android/javatests/src/org/chromium/chrome/browser/test/util/BookmarkUtils.java         return bos.toByteArray();
toByteArray       855 media/base/android/java/src/org/chromium/media/MediaDrmBridge.java                     responseBody = EntityUtils.toByteArray(response.getEntity());
toByteArray        58 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java             return ((RSAKey) javaKey).getModulus().toByteArray();
toByteArray        69 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java             return params.getQ().toByteArray();
toByteArray        80 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java             return params.getOrder().toByteArray();
toByteArray       757 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       asBytes = regularForm.toByteArray();
toByteArray       142 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java     outputStream.write(toByteArray());
toByteArray       381 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     ByteBuffer byteBuffer = ByteBuffer.wrap(toByteArray());
toByteArray       407 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     return new String(toByteArray(), charsetName);
toByteArray       458 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java         UnittestProto.TestEmptyMessage.parseFrom(e.toByteArray());
toByteArray       460 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java         UnittestProto.TestEmptyMessage.parseFrom(f.toByteArray());
toByteArray       467 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java         UnittestProto.TestEmptyMessage.parseFrom(e.toByteArray());
toByteArray        93 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(substring.toByteArray(), bytes, 500, bytes.length - 500));
toByteArray       100 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), bytes, 500, 200));
toByteArray       107 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArray(byteString.toByteArray(), bytes));
toByteArray       117 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), bytes, 500, 200));
toByteArray       127 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), bytes, 500, bytes.length - 500));
toByteArray       135 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length));
toByteArray       143 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length));
toByteArray       152 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length));
toByteArray       189 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     byte[] originalValue = byteString.toByteArray();
toByteArray       194 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     byte[] newValue = byteString.toByteArray();
toByteArray       269 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArray(byteString.toByteArray(), data));
toByteArray       287 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArray(b.toByteArray(), bytes));
toByteArray       297 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArray(byteString.toByteArray(), data));
toByteArray       305 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArray(byteString.toByteArray(), bytes));
toByteArray       415 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
toByteArray       436 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java             isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
toByteArray       456 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java           isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
toByteArray       486 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java             isArrayRange(output.toByteString().toByteArray(),
toByteArray       491 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java           isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
toByteArray       508 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     byte[] oldValue = byteString.toByteArray();
toByteArray       510 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     byte[] newValue = byteString.toByteArray();
toByteArray       521 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
toByteArray       551 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     byte[] substringBytes = compositeSubstring.toByteArray();
toByteArray       278 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     byte[] rawBytes = message.toByteArray();
toByteArray       295 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     byte[] rawBytes = message.toByteArray();
toByteArray        87 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       assertEqualBytes(data, rawOutput.toByteArray());
toByteArray        99 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       assertEqualBytes(data, rawOutput.toByteArray());
toByteArray       115 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java         assertEqualBytes(data, rawOutput.toByteArray());
toByteArray       124 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java         assertEqualBytes(data, rawOutput.toByteArray());
toByteArray       169 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEqualBytes(data, rawOutput.toByteArray());
toByteArray       177 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       assertEqualBytes(data, rawOutput.toByteArray());
toByteArray       191 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEqualBytes(data, rawOutput.toByteArray());
toByteArray       199 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       assertEqualBytes(data, rawOutput.toByteArray());
toByteArray       282 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     byte[] rawBytes = message.toByteArray();
toByteArray       283 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEqualBytes(TestUtil.getGoldenMessage().toByteArray(), rawBytes);
toByteArray       292 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       assertEqualBytes(rawBytes, rawOutput.toByteArray());
toByteArray       301 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     byte[] rawBytes = message.toByteArray();
toByteArray       302 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEqualBytes(TestUtil.getGoldenPackedFieldsMessage().toByteArray(),
toByteArray       313 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     byte[] rawBytes = message.toByteArray();
toByteArray       813 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray());
toByteArray       829 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray());
toByteArray       136 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     return ByteString.copyFrom(toByteArray(bytes));
toByteArray       140 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     byte[] realBytes = toByteArray(bytes);
toByteArray       137 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteTest.java     ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray());
toByteArray       236 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] roundTripBytes = stringUnderTest.toByteArray();
toByteArray       244 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] roundTripBytes = bos.toByteArray();
toByteArray       265 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] newBytes = stringUnderTest.toByteArray();
toByteArray       278 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java         Arrays.equals(referenceBytes, bos.toByteArray()));
toByteArray        70 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     final byte[] data = message.toByteArray();
toByteArray        88 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     final byte[] data = message.toByteArray();
toByteArray       133 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     byte[] data = partialMessage.toByteArray();
toByteArray       144 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java       parser.parseFrom(partialMessage.toByteArray());
toByteArray       160 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java       parser.parseFrom(new ByteArrayInputStream(partialMessage.toByteArray()));
toByteArray       169 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java           partialMessage.toByteArray()));
toByteArray       202 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     InputStream input = new ByteArrayInputStream(output.toByteArray());
toByteArray        80 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java         Arrays.equals(testBytes, concatenated.toByteArray()));
toByteArray       123 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java         outputStream.toByteArray());
toByteArray       232 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java     ByteArrayInputStream input = new ByteArrayInputStream(output.toByteArray());
toByteArray       375 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java         raw.getItem(0).getMessage().toByteArray());
toByteArray       380 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java         raw.getItem(1).getMessage().toByteArray());
toByteArray       136 ui/android/java/src/org/chromium/ui/base/ActivityWindowAndroid.java             return result.toByteArray();