Searched
refs:getBytes (Results
451 -
475 of
1069) sorted by null
<<11121314151617181920>>
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/ |
X509CertificateTest.java | 136 .getBytes()); 144 .generateCertificate(new ByteArrayInputStream(selfSignedCert.getBytes())); 151 selfSignedCert.getBytes()));
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipOutputStream.java | 384 nameBytes = ze.name.getBytes(StandardCharsets.UTF_8); 388 entryCommentBytes = ze.comment.getBytes(StandardCharsets.UTF_8); 497 byte[] newCommentBytes = comment.getBytes(StandardCharsets.UTF_8);
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetGetterTests.java | 247 assertNull(res.getBytes(i)); 253 res.getBytes(24); 274 stPrep.setBytes(1, testString.getBytes()); 280 byte[] output = res.getBytes(1); 306 stPrep.setBytes(1, testString.getBytes()); 312 byte[] output = res.getBytes(1); 330 assertNull(res.getBytes(t)); 335 res.getBytes(colNames.get(24)); 356 stPrep.setBytes(1, testString.getBytes()); 362 byte[] output = res.getBytes("value") [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 319 return ENCODED_X509_CERTIFICATE.getBytes(); [all...] |
/libcore/support/src/test/java/tests/http/ |
MockWebServer.java | 422 out.write((response.getStatus() + "\r\n").getBytes(ASCII)); 424 out.write((header + "\r\n").getBytes(ASCII)); 426 out.write(("\r\n").getBytes(ASCII));
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverDataParser.java | 45 .getBytes(StandardCharsets.US_ASCII); 47 .getBytes(StandardCharsets.US_ASCII); 49 private static final byte[] TYPE_NOKIA = "nokia.com:bt".getBytes(StandardCharsets.US_ASCII);
|
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/ |
CertInstallerActivity.java | 133 new Base64InputStream(new ByteArrayInputStream(cert.getBytes()),
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_PhotoTest.java | 37 private static final byte[] EMPTY_TEST_PHOTO_DATA = "".getBytes();
|
/cts/tests/tests/util/src/android/util/cts/ |
XmlTest.java | 239 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)), 271 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)), 303 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)), 335 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
|
/cts/tools/dex-tools/test/dex/reader/util/ |
JavaSourceToDexUtil.java | 78 ClassDefItem classDefItem = CfTranslator.translate(memoryByteCode.getName().replace('.', '/') +".class", memoryByteCode.getBytes(), cfOptions);
|
/cts/tools/signature-tools/src/signature/io/html/ |
HtmlDeltaExternalizer.java | 127 fileOutputStream.write(content.getBytes());
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
ByteArray.java | 206 public void getBytes(byte[] out, int offset) {
|
/dalvik/dx/src/com/android/dx/util/ |
ByteArray.java | 206 public void getBytes(byte[] out, int offset) {
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/ |
UtilityService.java | 165 googleApiClient, node.getId(), path, extraInfo.getBytes());
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/ |
UtilityService.java | 165 googleApiClient, node.getId(), path, extraInfo.getBytes());
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbMessage.java | 69 set(command, arg0, arg1, data.getBytes());
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiChatFragment.java | 47 .getBytes());
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/ |
UtilityService.java | 165 googleApiClient, node.getId(), path, extraInfo.getBytes());
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
WrapperTester.java | 91 public byte[] getBytes() throws Exception {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9Curve.java | 101 seed = ((DERBitString)seq.getObjectAt(2)).getBytes();
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ByteArray.java | 206 public void getBytes(byte[] out, int offset) {
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
XmlMessageWrapper.java | 227 byte[] stringBytes = string.getBytes();
|
/external/guava/guava/src/com/google/common/hash/ |
AbstractNonStreamingHashFunction.java | 68 return hashBytes(input.toString().getBytes(charset.name()));
|
/external/guava/guava-tests/test/com/google/common/io/ |
ByteSinkTester.java | 61 bytes = string.getBytes(Charsets.UTF_8.name());
|
LittleEndianDataOutputStreamTest.java | 97 assertEquals("r\u00C9sum\u00C9".getBytes(Charsets.ISO_8859_1.name()), b);
|
Completed in 2066 milliseconds
<<11121314151617181920>>