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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHello.java 115 out.write(cipher_suite.toBytes());
AbstractSessionContext.java 182 byte[] toBytes(SSLSession session) {
CipherSuite.java     [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 33 static byte[] toBytes(Object object) {
40 Log.w(TAG, "toBytes(): " + e + ": " + object);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 47 aviOutput.write(rh.toBytes());
48 aviOutput.write(new AVIMainHeader().toBytes());
49 aviOutput.write(new AVIStreamList().toBytes());
50 aviOutput.write(new AVIStreamHeader().toBytes());
51 aviOutput.write(new AVIStreamFormat().toBytes());
52 aviOutput.write(new AVIJunk().toBytes());
54 aviOutput.write(new AVIMovieList().toBytes());
85 byte[] indexlistBytes = indexlist.toBytes();
146 public byte[] toBytes() throws Exception {
206 public byte[] toBytes() throws Exception
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERConstructedOctetString.java 16 static private byte[] toBytes(
56 super(toBytes(octs));
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 34 static byte[] toBytes(ByteOrder bo, long... longs) {
  /external/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java 253 static ByteString toBytes(String str) {
331 message.setOptionalBytes (toBytes("116"));
365 message.addRepeatedBytes (toBytes("216"));
398 message.addRepeatedBytes (toBytes("316"));
432 message.setDefaultBytes (toBytes("416"));
463 message.setRepeatedBytes (1, toBytes("516"));
536 Assert.assertEquals(toBytes("116"), message.getOptionalBytes());
593 Assert.assertEquals(toBytes("216"), message.getRepeatedBytes(0));
621 Assert.assertEquals(toBytes("316"), message.getRepeatedBytes(1));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/zxing/core/
core.jar 

Completed in 156 milliseconds