HomeSort by relevance Sort by last modified time
    Searched refs:toByteArray (Results 226 - 250 of 1795) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERVisibleString.java 93 this.string = Strings.toByteArray(string);
DefiniteLengthInputStream.java 89 byte[] toByteArray()
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
CommandLineSerializer.java 48 return BaseEncoding.base64().encode(bytes.toByteArray());
  /external/caliper/examples/src/main/java/examples/
CompressionSizeBenchmark.java 83 return bos.toByteArray();
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLRSAKeyPairGenerator.java 76 this.publicExponent = publicExponent.toByteArray();
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
ClassUsingTryWithResources.java 84 return new String(stream.toByteArray(), UTF_8);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ReserializingTestCollectionGenerator.java 59 new ByteArrayInputStream(bytes.toByteArray()));
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
CalculateCRC32.java 86 return new BigInteger(new Integer(cachedCRC).toString()).toByteArray();
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
ClassFileDumperTest.java 74 assertArrayEquals(contents, buffer.toByteArray());
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
ExecutionDataWriter.java 125 return buffer.toByteArray();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/
Pack200Streams.java 44 return new ByteArrayInputStream(buffer.toByteArray());
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/
ContentTypeDetectorTest.java 131 initData(buffer.toByteArray());
147 zipbuffer.toByteArray())), pack200buffer);
148 initData(pack200buffer.toByteArray());
159 initData(buffer.toByteArray());
  /external/jacoco/org.jacoco.examples.test/src/org/jacoco/examples/
ConsoleOutput.java 59 return new String(buffer.toByteArray(), "UTF-8");
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
StandaloneJarProcessor.java 44 struct.data = baos.toByteArray();
  /external/javassist/src/main/javassist/bytecode/
AnnotationDefaultAttribute.java 149 set(output.toByteArray());
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HuffmanTest.java 52 byte[] decodedBytes = Huffman.get().decode(baos.toByteArray());
  /external/okhttp/okio/okio/src/test/java/okio/
GzipSourceTest.java 41 hcrc.update(gzipHeader.toByteArray());
128 gzipped.write(gzipTrailer.toByteArray(), 3, 4);
142 gzipped.write(gzipTrailer.toByteArray(), 0, 4);
186 byte[] result = gzipHeader.toByteArray();
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MessageLite.java 103 byte[] toByteArray();
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ByteBufferWriterTest.java 63 assertTrue(Arrays.equals(toArray(buffer), os.toByteArray()));
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
FieldData.java 163 return Arrays.equals(toByteArray(), other.toByteArray());
175 result = 31 * result + Arrays.hashCode(toByteArray());
183 private byte[] toByteArray() throws IOException {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSignature.java 25 public byte[] toByteArray() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SignatureTest.java 25 assertArrayEquals(bytes, signature.toByteArray());
  /external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/
SerializationTest.java 61 ByteArrayInputStream bis = new ByteArrayInputStream(baos.toByteArray());
  /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/issue/
LoggerSerializationTest.java 72 byte[] serializedLoggerHolder = baos.toByteArray();
  /external/turbine/javatests/com/google/turbine/binder/
ClassPathBinderTest.java 106 return ByteStreams.toByteArray(
134 jos.write(cw.toByteArray());
140 jos.write(cw.toByteArray());
148 jos.write(cw.toByteArray());

Completed in 1721 milliseconds

1 2 3 4 5 6 7 8 91011>>