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

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 388 this.sendMessage(badReqRes.getBytes(), this.getPeerInetAddress(), this
612 hispipe.write("\r\n\r\n".getBytes("UTF-8"));
631 hispipe.write("\r\n\r\n".getBytes("UTF-8"));
TLSMessageChannel.java 364 this.sendMessage(badReqRes.getBytes(), this.getPeerInetAddress(), this
592 hispipe.write("\r\n\r\n".getBytes("UTF-8"));
611 hispipe.write("\r\n\r\n".getBytes("UTF-8"));
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 310 " $name$Utf8_ = $name$_.getBytes(\"UTF-8\");\n"
593 " bytes = element.getBytes(\"UTF-8\");\n"
617 " bytes = element.getBytes(\"UTF-8\");\n"
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 175 fos.write(pFileOut.getBytes());
182 int count = pFileOut.getBytes().length;
268 return sbuffer.getBytes();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 49 TEST_BYTES = "test".getBytes("iso8859-1");
57 private static final byte[] CONTENT_AS_BYTES = CONTENT.getBytes();
779 assertTrue(Arrays.equals(test.getBytes(), inputBuffer));
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 558 parser.setInput(new ByteArrayInputStream(snippet.getBytes()), "UTF-8");
698 byte[] xml = "\ufeff<?xml version='1.0'?><input/>".getBytes("UTF-8");
709 byte[] xml = "\ufeff<?xml version='1.0'?><input/>".getBytes("UTF-8");
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/cert/
X509CertificateTest.java 138 .getBytes());
146 .generateCertificate(new ByteArrayInputStream(selfSignedCert.getBytes()));
153 selfSignedCert.getBytes()));
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 316 connection.getOutputStream().write("body".getBytes("UTF-8"));
640 bytesOut.write("\r\nYOU SHOULD NOT SEE THIS".getBytes("UTF-8"));
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 596 bytesOut.write("\r\nYOU SHOULD NOT SEE THIS".getBytes());
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 410 return "\r\n\r\n".getBytes();
442 msgarray = encoding.toString().getBytes( getCharset() );
454 retval = encoding.toString().getBytes( getCharset() );
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 397 value = stringHeader.getBytes("ISO8859_1");
470 value = buffer.toString().getBytes("ISO8859_1");
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 746 byte[] keyBytes = key.getBytes();
750 byte[] valueBytes = value.getBytes();
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 435 private static final byte[] PEM_BEGIN = "-----BEGIN".getBytes(Charsets.UTF_8);
436 private static final byte[] PEM_END = "-----END".getBytes(Charsets.UTF_8);
448 private static final byte[] CERT_BOUND_SUFFIX = " CERTIFICATE-----".getBytes(Charsets.UTF_8);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 93 ByteArrayInputStream certArray = new ByteArrayInputStream(certificate.getBytes());
111 ByteArrayInputStream certArray2 = new ByteArrayInputStream(certificate2.getBytes());
134 ByteArrayInputStream certArray3 = new ByteArrayInputStream(certificate3.getBytes());
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 319 return ENCODED_X509_CERTIFICATE.getBytes();
    [all...]
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 284 stream.write(testString.getBytes());
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 265 byte[] data = mText.getBytes();
SmsMessageTest.java 254 message.getBytes(), statusReportRequested);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 346 public ByteArray getBytes() {
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 206 public void getBytes(byte[] out, int offset) {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 346 public ByteArray getBytes() {
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 206 public void getBytes(byte[] out, int offset) {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 210 byte[] send = message.getBytes();
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 65 mSharedSecret = intent.getStringExtra(prefix + ".SECRET").getBytes();

Completed in 1058 milliseconds

<<21222324252627282930>>