HomeSort by relevance Sort by last modified time
    Searched refs:pbis (Results 1 - 6 of 6) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509CertificateFactory.java 81 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); local
85 final int len = pbis.read(buffer);
90 pbis.unread(buffer, 0, len);
94 List<? extends T> items = fromPkcs7PemInputStream(pbis);
100 return fromX509PemInputStream(pbis);
106 List<? extends T> certs = fromPkcs7DerInputStream(pbis);
112 return fromX509DerInputStream(pbis);
144 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); local
148 final int len = pbis.read(buffer);
153 pbis.unread(buffer, 0, len)
    [all...]
OpenSSLX509CertPath.java 202 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); local
206 final int len = pbis.read(buffer);
211 pbis.unread(buffer, 0, len);
214 return new OpenSSLX509CertPath(OpenSSLX509Certificate.fromPkcs7PemInputStream(pbis));
217 return new OpenSSLX509CertPath(OpenSSLX509Certificate.fromPkcs7DerInputStream(pbis));
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 43 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); local
44 if (IsCollection(pbis)) {
45 LoadCollection(pbis, output);
49 font.Attach(LoadSingleOTF(pbis));
71 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); local
72 if (IsCollection(pbis)) {
73 LoadCollectionForBuilding(pbis, output);
77 builder.Attach(LoadSingleOTFForBuilding(pbis));
196 bool FontFactory::IsCollection(PushbackInputStream* pbis) {
198 pbis->Read(&tag)
    [all...]
font_factory.h 130 static bool IsCollection(PushbackInputStream* pbis);
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 76 milliseconds