HomeSort by relevance Sort by last modified time
    Searched full:getbytes (Results 326 - 350 of 919) sorted by null

<<11121314151617181920>>

  /frameworks/base/graphics/java/android/renderscript/
BaseObj.java 97 byte[] bytes = name.getBytes("UTF-8");
  /frameworks/base/services/java/com/android/server/
CertBlacklister.java 91 out.write(blacklist.getBytes());
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 54 mBufferedOutputPassedStream.write(layout_file.getBytes());
64 mBufferedOutputFailedStream.write(layout_file.getBytes());
74 mBufferedOutputIgnoreResultStream.write(layout_file.getBytes());
84 mBufferedOutputNoResultStream.write(layout_file.getBytes());
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
AdbUtils.java 93 os.write(cmd.getBytes());
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
SummarizerDBHelper.java 117 cv.put(KEY_BYTES, result.getBytes());
  /frameworks/base/tests/SerialChat/src/com/android/serialchat/
SerialChat.java 110 byte[] bytes = text.getBytes();
  /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/main/java/libcore/net/http/
ChunkedOutputStream.java 94 * Equivalent to, but cheaper than writing Integer.toHexString().getBytes()
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 102 out.content = (temp + "Z").getBytes(Charsets.UTF_8);
ASN1UTCTime.java 100 out.content = sdf.format(out.content).getBytes(Charsets.UTF_8);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateTLS.java 39 // "key expansion".getBytes()
45 // "client write key".getBytes()
52 // "server write key".getBytes()
59 // "IV block".getBytes()
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipInputStreamTest.java 34 private byte[] dataBytes = "Some data in my file".getBytes();
  /libcore/luni/src/test/java/libcore/javax/net/
ServerSocketFactoryTest.java 62 final byte[] data = "abc".getBytes();
  /libcore/luni/src/test/java/libcore/sqlite/
OldBlobTest.java 64 out.write(r.readLine().getBytes());
  /libcore/luni/src/test/java/libcore/xml/
DeclarationTest.java 64 out.write(contents.getBytes("UTF-8"));
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HostnameVerifierTest.java 179 InputStream in = new ByteArrayInputStream(cert.getBytes("UTF-8"));
207 InputStream in = new ByteArrayInputStream(cert.getBytes("UTF-8"));
240 InputStream in = new ByteArrayInputStream(cert.getBytes("UTF-8"));
277 InputStream in = new ByteArrayInputStream(cert.getBytes("UTF-8"));
  /libcore/luni/src/test/java/tests/targets/security/cert/
CertPathBuilderTestPKIX.java 51 new ByteArrayInputStream(selfSignedCert.getBytes()));
CertPathValidatorTestPKIX.java 63 new ByteArrayInputStream(selfSignedCert.getBytes()));
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 36 return "<html>\n<body>\n<h1>Hello World!</h1>\n</body>\n</html>\n".getBytes("UTF-8");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 95 PasswordAuthentication pa = new PasswordAuthentication(null, mSessionKey.getBytes());
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 107 return GalleryUtils.getBytes(path.toString() + "+" + type);
  /packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
AutoReplyActivity.java 85 fos.write(logMsg.getBytes());
  /cts/tests/tests/ndef/src/android/ndef/cts/
NdefTest.java 332 new NdefRecord(NdefRecord.TNF_MIME_MEDIA, "text/plain".getBytes(ASCII), null,
333 "foo".getBytes()),
334 NdefRecord.createMime("text/plain", "foo".getBytes()));
379 new NdefRecord(NdefRecord.TNF_EXTERNAL_TYPE, "a.b:c".getBytes(ASCII), null, null),
384 new NdefRecord(NdefRecord.TNF_EXTERNAL_TYPE, "a.b:c!".getBytes(ASCII), null, null),
429 assertEquals("android.com:pkg".getBytes(), r.getType());
431 assertEquals("com.foo.bar".getBytes(), r.getPayload());
487 "http://www.android.com".getBytes(), null, null).toUri());
495 "http://www.android.com".getBytes(), null, null)).toByteArray()).toUri());
511 new NdefRecord(NdefRecord.TNF_ABSOLUTE_URI, "HTTP://www.android.com".getBytes(),
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 118 ByteArray bytes = cf.getBytes();
177 ByteArray bytes = cf.getBytes();

Completed in 737 milliseconds

<<11121314151617181920>>