HomeSort by relevance Sort by last modified time
    Searched full:bais (Results 51 - 60 of 60) sorted by null

1 23

  /libcore/luni/src/test/java/tests/security/cert/
X509Certificate2Test.java 505 ByteArrayInputStream bais = new ByteArrayInputStream(string.getBytes()); local
506 X509Certificate cert = (X509Certificate) cf.generateCertificate(bais);
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 132 ByteArrayInputStream bais = new ByteArrayInputStream(data); local
133 SMILDocument document = new SmilXmlParser().parse(bais);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 614 ByteArrayInputStream bais = new ByteArrayInputStream(new byte[0]);
615 assertNull(URLConnection.guessContentTypeFromStream(bais));
616 bais.close();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
DRLCertFactoryTest.java 215 ByteArrayInputStream bais = new ByteArrayInputStream(certEncoding); local
218 certFactory.generateCertificate(bais));
224 certFactory.generateCertificate(bais);
  /external/smack/src/org/jivesoftware/smackx/packet/
VCard.java 405 * ByteArrayInputStream bais = new ByteArrayInputStream(avatar);
407 * Image image = ImageIO.read(bais);
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 596 ByteArrayInputStream bais = new ByteArrayInputStream(x509c.getEncoded()); local
597 Certificate c = cf.generateCertificate(bais);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 1060 ByteArrayInputStream bais = new ByteArrayInputStream(output); local
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 2168 ByteArrayInputStream bais = new ByteArrayInputStream(serializedData); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 1255 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); local
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 1530 milliseconds

1 23