Home
last modified time | relevance | path

Searched defs:bis (Results 1 – 17 of 17) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java135 RecyclableBufferedInputStream bis = new RecyclableBufferedInputStream(is, bytesForStream); in decode() local
183 …protected Bitmap downsampleWithSize(RecyclableBufferedInputStream bis, BitmapFactory.Options optio… in downsampleWithSize()
197 private boolean shouldUsePool(RecyclableBufferedInputStream bis) { in shouldUsePool()
221 private Bitmap.Config getConfig(RecyclableBufferedInputStream bis, DecodeFormat format) { in getConfig()
264 public int[] getDimensions(RecyclableBufferedInputStream bis, BitmapFactory.Options options) { in getDimensions()
272 private Bitmap decodeStream(RecyclableBufferedInputStream bis, BitmapFactory.Options options) { in decodeStream()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLX509CRL.java55 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromX509DerInputStream() local
72 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromPkcs7DerInputStream() local
94 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromX509PemInputStream() local
111 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromPkcs7PemInputStream() local
DOpenSSLX509Certificate.java64 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromX509DerInputStream() local
90 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromPkcs7DerInputStream() local
119 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromX509PemInputStream() local
137 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromPkcs7PemInputStream() local
DOpenSSLX509CertPath.java139 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(inStream); in fromPkiPathEncoding() local
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLStreamedInputTest.java36 ByteArrayInputStream bis = new ByteArrayInputStream(data); in testSSLStreamedInput() local
/external/javassist/src/test/test/javassist/proxy/
DProxySerializationTest.java41 ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in testSerialization() local
68 ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in testSerialization() local
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java95 BufferedInputStream bis = null; in getTrustAnchor() local
146 BufferedInputStream bis = null; in getKeyStore() local
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncSystemProperty.java175 BufferedInputStream bis = new BufferedInputStream(is); in loadPropertyFile() local
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
Dstandard.h20 #define bis(target,mask) ((target) |= (mask)) macro
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
DGifBitmapWrapperResourceDecoder.java31 RecyclableBufferedInputStream bis = new RecyclableBufferedInputStream(is, tempBytes); in decode() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl3Test.java148 ByteArrayInputStream bis = new ByteArrayInputStream(bos in testLoadStore01() local
/external/apache-harmony/support/src/test/java/tests/util/
DSerializationTester.java74 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in getDeserilizedObject() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java358 BufferedInputStream bis = null; in loadPropertiesFile() local
/external/mockito/src/org/mockito/internal/creation/
DAcrossJVMSerializationFeature.java220 ByteArrayInputStream bis = new ByteArrayInputStream(serializedMock); in readResolve() local
/external/smack/src/org/jivesoftware/smack/util/
DBase64.java1070 Base64.InputStream bis = null; in decodeFromFile() local
1127 Base64.InputStream bis = null; in encodeFromFile() local
/external/smack/src/org/jivesoftware/smackx/packet/
DVCard.java448 BufferedInputStream bis = null; in getFileBytes() local
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java3174 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in test_create_BIO_InputStream() local