/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | BERConstructedOctetString.java | 19 static private byte[] toBytes( in toBytes() method in BERConstructedOctetString 59 super(toBytes(octs)); in BERConstructedOctetString()
|
D | BEROctetString.java | 18 static private byte[] toBytes( in toBytes() method in BEROctetString 56 super(toBytes(octs)); in BEROctetString()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | TestUtil.java | 278 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 …]
|
D | GeneratedMessageTest.java | 317 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/ |
D | BitmapTypeRequest.java | 83 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
|
D | GifTypeRequest.java | 78 public GenericRequestBuilder<ModelType, InputStream, GifDrawable, byte[]> toBytes() { in toBytes() method in GifTypeRequest
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | ServerSessionContext.java | 85 byte[] data = toBytes(session); in putSession()
|
D | ClientSessionContext.java | 117 byte[] data = toBytes(session); in putSession()
|
D | AbstractSessionContext.java | 200 byte[] toBytes(SSLSession session) { in toBytes() method
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | CalculateCRC32.java | 83 public byte [] toBytes() { in toBytes() method in CalculateCRC32
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | CipherSuiteTest.java | 64 byte[] code = suites[i].toBytes(); in testGetByCodebytebyte() 79 byte[] code = suites[i].toBytes(); in testGetByCodebytebytebyte()
|
/external/deqp/framework/common/ |
D | tcuRGBA.hpp | 88 …void toBytes (deUint8* bytes) const { bytes[0] = (deUint8)getRed(); bytes[1] = (deUint8)getGr… in toBytes() function in tcu::RGBA
|