Home
last modified time | relevance | path

Searched refs:toBytes (Results 1 – 25 of 29) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DBERConstructedOctetString.java19 static private byte[] toBytes( in toBytes() method in BERConstructedOctetString
59 super(toBytes(octs)); in BERConstructedOctetString()
DBEROctetString.java18 static private byte[] toBytes( in toBytes() method in BEROctetString
56 super(toBytes(octs)); in BEROctetString()
/external/protobuf/java/src/test/java/com/google/protobuf/
DTestUtil.java278 static ByteString toBytes(String str) { in toBytes() method in TestUtil
366 message.setOptionalBytes (toBytes("116")); in setAllFields()
404 message.addRepeatedBytes (toBytes("216")); in setAllFields()
439 message.addRepeatedBytes (toBytes("316")); in setAllFields()
475 message.setDefaultBytes (toBytes("416")); in setAllFields()
488 message.setOneofBytes(toBytes("604")); in setAllFields()
512 message.setRepeatedBytes (1, toBytes("516")); in modifyRepeatedFields()
587 Assert.assertEquals(toBytes("116"), message.getOptionalBytes()); in assertAllFieldsSet()
647 Assert.assertEquals(toBytes("216"), message.getRepeatedBytes(0)); in assertAllFieldsSet()
676 Assert.assertEquals(toBytes("316"), message.getRepeatedBytes(1)); in assertAllFieldsSet()
[all …]
DGeneratedMessageTest.java317 builder.addRepeatedBytes(TestUtil.toBytes("one")); in testRepeatedSettersRejectNull()
318 builder.addRepeatedBytes(TestUtil.toBytes("two")); in testRepeatedSettersRejectNull()
401 builder.addAllRepeatedBytes(Arrays.asList(TestUtil.toBytes("one"), null)); in testRepeatedAppendRejectsNull()
1279 message = builder.setFooBytes(TestUtil.toBytes("qux")).buildPartial(); in testSetOneofClearsOthers()
1341 assertEquals(message.getFooStringBytes(), TestUtil.toBytes("foo")); in testOneofTypes()
1347 assertEquals(message2.getFooStringBytes(), TestUtil.toBytes("")); in testOneofTypes()
1352 assertEquals(builder.getFooStringBytes(), TestUtil.toBytes("")); in testOneofTypes()
1357 assertEquals(message.getFooStringBytes(), TestUtil.toBytes("")); in testOneofTypes()
1371 assertEquals(message.getFooCordBytes(), TestUtil.toBytes("foo")); in testOneofTypes()
1377 assertEquals(message2.getFooCordBytes(), TestUtil.toBytes("")); in testOneofTypes()
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/
DBitmapTypeRequest.java83 public BitmapRequestBuilder<ModelType, byte[]> toBytes() { in toBytes() method in BitmapTypeRequest
98 …public BitmapRequestBuilder<ModelType, byte[]> toBytes(Bitmap.CompressFormat compressFormat, int q… in toBytes() method in BitmapTypeRequest
DGifTypeRequest.java78 public GenericRequestBuilder<ModelType, InputStream, GifDrawable, byte[]> toBytes() { in toBytes() method in GifTypeRequest
/external/conscrypt/src/main/java/org/conscrypt/
DServerSessionContext.java85 byte[] data = toBytes(session); in putSession()
DClientSessionContext.java117 byte[] data = toBytes(session); in putSession()
DAbstractSessionContext.java200 byte[] toBytes(SSLSession session) { in toBytes() method
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DCalculateCRC32.java83 public byte [] toBytes() { in toBytes() method in CalculateCRC32
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DCipherSuiteTest.java64 byte[] code = suites[i].toBytes(); in testGetByCodebytebyte()
79 byte[] code = suites[i].toBytes(); in testGetByCodebytebytebyte()
/external/deqp/framework/common/
DtcuRGBA.hpp88 …void toBytes (deUint8* bytes) const { bytes[0] = (deUint8)getRed(); bytes[1] = (deUint8)getGr… in toBytes() function in tcu::RGBA
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...
/external/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12