Searched
refs:getBytes (Results
376 -
400 of
1069) sorted by null
<<11121314151617181920>>
/external/guava/guava-tests/test/com/google/common/io/ |
BaseEncodingTest.java | 337 // GWT does not support String.getBytes(Charset) 338 bytes = decoded.getBytes("UTF-8"); 348 // GWT does not support String.getBytes(Charset) 349 bytes = decoded.getBytes("UTF-8"); 405 // GWT does not support String.getBytes(Charset) 406 bytes = decoded.getBytes("UTF-8"); 422 // GWT does not support String.getBytes(Charset) 423 bytes = decoded.getBytes("UTF-8");
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
HttpOutput.java | 181 write(s.getBytes());
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
WebSocketConnectionD06.java | 96 MAGIC="258EAFA5-E914-47DA-95CA-C5AB0DC85B11".getBytes(StringUtil.__ISO_8859_1); 249 byte[] bytes = ("xx"+(message==null?"":message)).getBytes(StringUtil.__ISO_8859_1); 320 byte[] data = content.getBytes(StringUtil.__UTF8); 725 md.update(key.getBytes("UTF-8"));
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
FreeBox.java | 66 header.put(TYPE.getBytes());
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
RequestBody.java | 55 byte[] bytes = content.getBytes(charset);
|
/external/vogar/src/vogar/android/ |
InstallApkTask.java | 91 androidManifestOut.write(androidManifest.getBytes("UTF-8"));
|
/frameworks/base/core/java/android/bluetooth/le/ |
ScanResult.java | 73 dest.writeByteArray(mScanRecord.getBytes());
|
/frameworks/base/core/java/android/content/pm/ |
VerifierDeviceIdentity.java | 212 input = deviceIdentity.getBytes("US-ASCII");
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifTag.java | 332 byte[] buf = value.getBytes(US_ASCII); 834 * Equivalent to getBytes(buffer, 0, buffer.length). 836 protected void getBytes(byte[] buf) { 837 getBytes(buf, 0, buf.length); 850 protected void getBytes(byte[] buf, int offset, int length) { [all...] |
/frameworks/base/services/core/java/com/android/server/ |
CertBlacklister.java | 91 out.write(blacklist.getBytes());
|
/frameworks/volley/src/test/java/com/android/volley/ |
NetworkDispatcherTest.java | 43 private static final byte[] CANNED_DATA = "Ceci n'est pas une vraie reponse".getBytes();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
ConsoleTest.java | 40 private static final byte[] bytes = "hello world\n".getBytes();
|
FilterInputStreamTest.java | 102 fos.write(INPUT.getBytes(StandardCharsets.US_ASCII));
|
/libcore/luni/src/main/java/java/io/ |
DataOutputStream.java | 165 byte[] bytes = str.getBytes("UTF-16BE");
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
FilePathToURI.java | 98 bytes = path.substring(i).getBytes("UTF-8");
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
FilePathToURI.java | 98 bytes = path.substring(i).getBytes("UTF-8");
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldRuntimeTest.java | 456 byte[] expected = simpleString.getBytes("UTF-8"); 460 simpleString.getBytes("UTF-8")); 473 byte[] expected = simpleString.getBytes("UTF-8"); 479 lcOut.write(simpleString.getBytes("UTF-8"));
|
/libcore/luni/src/test/java/libcore/javax/net/ |
ServerSocketFactoryTest.java | 62 final byte[] data = "abc".getBytes();
|
/libcore/luni/src/test/java/tests/security/cert/ |
X509CRL2Test.java | 69 .getBytes());
|
/libcore/luni/src/test/java/tests/targets/security/cert/ |
CertPathValidatorTestPKIX.java | 63 new ByteArrayInputStream(selfSignedCert.getBytes()));
|
/libcore/support/src/test/java/tests/support/ |
Support_TestWebData.java | 41 return "<html>\n<body>\n<h1>Hello World!</h1>\n</body>\n</html>\n".getBytes("UTF-8");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapMessageListing.java | 113 return sw.toString().getBytes("UTF-8");
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
BluetoothMapbMessageTest.java | 131 timeChars = timeStr.getBytes("US-ASCII"); 340 InputStream is = new ByteArrayInputStream(encoded.getBytes("UTF-8")); 423 InputStream is = new ByteArrayInputStream(encoded.getBytes("UTF-8")); 495 part.mData = new String("This is a short message\r\n").getBytes("UTF-8");
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifTag.java | 332 byte[] buf = value.getBytes(US_ASCII); 834 * Equivalent to getBytes(buffer, 0, buffer.length). 836 protected void getBytes(byte[] buf) { 837 getBytes(buf, 0, buf.length); 850 protected void getBytes(byte[] buf, int offset, int length) { [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Fingerprint.java | 149 public byte[] getBytes() {
|
Completed in 972 milliseconds
<<11121314151617181920>>