/external/linux-tools-perf/perf-3.12.0/arch/alpha/lib/ |
D | memset.S | 32 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 35 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 37 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 43 bis $16,$16,$0 /* .. E1 */ 53 bis $16,$16,$5 /* .. E1 */ 60 bis $2,$4,$1 /* .. E1 */ 62 bis $31,$31,$31 /* E0 */ 65 bis $31,$31,$31 /* .. E1 */ 71 bis $16,$16,$5 /* E0 */ 82 bis $31,$31,$31 /* E0 */ [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | Downsampler.java | 135 RecyclableBufferedInputStream bis = new RecyclableBufferedInputStream(is, bytesForStream); in decode() local 136 bis.mark(MARK_POSITION); in decode() 139 orientation = new ImageHeaderParser(bis).getOrientation(); in decode() 144 bis.reset(); in decode() 152 final int[] inDimens = getDimensions(bis, options); in decode() 166 …final Bitmap downsampled = downsampleWithSize(bis, options, pool, inWidth, inHeight, sampleSize, d… in decode() 183 …protected Bitmap downsampleWithSize(RecyclableBufferedInputStream bis, BitmapFactory.Options optio… in downsampleWithSize() argument 186 Bitmap.Config config = getConfig(bis, decodeFormat); in downsampleWithSize() 190 if (shouldUsePool(bis)) { in downsampleWithSize() 194 return decodeStream(bis, options); in downsampleWithSize() [all …]
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
D | TestUtils.java | 95 BufferedInputStream bis = null; in getTrustAnchor() local 97 bis = new BufferedInputStream(new ByteArrayInputStream( in getTrustAnchor() 99 X509Certificate c1 = (X509Certificate) cf.generateCertificate(bis); in getTrustAnchor() 106 if (bis != null) { in getTrustAnchor() 108 bis.close(); in getTrustAnchor() 146 BufferedInputStream bis = null; in getKeyStore() local 158 if (initialize && bis != null) { in getKeyStore() 160 bis.close(); in getKeyStore()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
D | GifBitmapWrapperResourceDecoder.java | 31 RecyclableBufferedInputStream bis = new RecyclableBufferedInputStream(is, tempBytes); in decode() local 34 source = new ImageVideoWrapper(bis, source.getFileDescriptor()); in decode() 35 bis.mark(2048); in decode() 36 ImageHeaderParser.ImageType type = new ImageHeaderParser(bis).getType(); in decode() 37 bis.reset(); in decode() 40 Resource<GifData> gifResource = gifDecoder.decode(bis, width, height); in decode()
|
/external/llvm/test/CodeGen/MSP430/ |
D | AddrMode-bis-rx.ll | 11 ; CHECK: bis.w 0(r14), r15 21 ; CHECK: bis.w &foo, r15 32 ; CHECK: bis.b bar(r14), r15 40 ; CHECK: bis.w &32, r15 49 ; CHECK: bis.w 4(r14), r15 60 ; CHECK: bis.w &baz+2, r15 73 ; CHECK: bis.b duh+2(r14), r15
|
D | AddrMode-bis-xr.ll | 12 ; CHECK: bis.w r14, 0(r15) 23 ; CHECK: bis.w r15, &foo 35 ; CHECK: bis.b r14, bar(r15) 44 ; CHECK: bis.w r15, &32 54 ; CHECK: bis.w r14, 4(r15) 66 ; CHECK: bis.w r15, &baz+2 80 ; CHECK: bis.b r14, duh+2(r15)
|
D | Inst16ri.ll | 25 define i16 @bis(i16 %a, i16 %b) nounwind { 26 ; CHECK-LABEL: bis: 27 ; CHECK: bis.w #1, r15
|
D | Inst8ri.ll | 25 define i8 @bis(i8 %a, i8 %b) nounwind { 26 ; CHECK-LABEL: bis: 27 ; CHECK: bis.b #1, r15
|
D | Inst16mi.ll | 32 define void @bis() nounwind { 33 ; CHECK-LABEL: bis: 34 ; CHECK: bis.w #2, &foo
|
D | Inst8mi.ll | 31 define void @bis() nounwind { 32 ; CHECK-LABEL: bis: 33 ; CHECK: bis.b #2, &foo
|
D | Inst16rm.ll | 22 define i16 @bis(i16 %a) nounwind { 23 ; CHECK-LABEL: bis: 24 ; CHECK: bis.w &foo, r15
|
D | Inst8rm.ll | 22 define i8 @bis(i8 %a) nounwind { 23 ; CHECK-LABEL: bis: 24 ; CHECK: bis.b &foo, r15
|
D | Inst8rr.ll | 25 define i8 @bis(i8 %a, i8 %b) nounwind { 26 ; CHECK-LABEL: bis: 27 ; CHECK: bis.w r14, r15
|
D | Inst16rr.ll | 25 define i16 @bis(i16 %a, i16 %b) nounwind { 26 ; CHECK-LABEL: bis: 27 ; CHECK: bis.w r14, r15
|
D | Inst8mm.ll | 36 define void @bis() nounwind { 37 ; CHECK-LABEL: bis: 38 ; CHECK: bis.b &bar, &foo
|
D | Inst16mr.ll | 31 define void @bis(i16 %a) nounwind { 32 ; CHECK-LABEL: bis: 33 ; CHECK: bis.w r15, &foo
|
D | Inst8mr.ll | 31 define void @bis(i8 %a) nounwind { 32 ; CHECK-LABEL: bis: 33 ; CHECK: bis.b r15, &foo
|
D | Inst16mm.ll | 35 define void @bis() nounwind { 36 ; CHECK-LABEL: bis: 37 ; CHECK: bis.w &bar, &foo
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLX509CRL.java | 55 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromX509DerInputStream() local 58 final long crlCtx = NativeCrypto.d2i_X509_CRL_bio(bis.getBioContext()); in fromX509DerInputStream() 66 bis.release(); in fromX509DerInputStream() 72 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromPkcs7DerInputStream() local 76 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CRLS); in fromPkcs7DerInputStream() 80 bis.release(); in fromPkcs7DerInputStream() 94 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromX509PemInputStream() local 97 final long crlCtx = NativeCrypto.PEM_read_bio_X509_CRL(bis.getBioContext()); in fromX509PemInputStream() 105 bis.release(); in fromX509PemInputStream() 111 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromPkcs7PemInputStream() local [all …]
|
D | OpenSSLX509Certificate.java | 64 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromX509DerInputStream() local 67 final long certCtx = NativeCrypto.d2i_X509_bio(bis.getBioContext()); in fromX509DerInputStream() 75 bis.release(); in fromX509DerInputStream() 90 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromPkcs7DerInputStream() local 94 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CERTS); in fromPkcs7DerInputStream() 98 bis.release(); in fromPkcs7DerInputStream() 119 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromX509PemInputStream() local 122 final long certCtx = NativeCrypto.PEM_read_bio_X509(bis.getBioContext()); in fromX509PemInputStream() 130 bis.release(); in fromX509PemInputStream() 137 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is); in fromPkcs7PemInputStream() local [all …]
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLStreamedInputTest.java | 36 ByteArrayInputStream bis = new ByteArrayInputStream(data); in testSSLStreamedInput() local 37 SSLStreamedInput sslsi = new SSLStreamedInput(bis); in testSSLStreamedInput() 38 assertEquals(bis.available(), sslsi.available()); in testSSLStreamedInput()
|
/external/javassist/src/test/test/javassist/proxy/ |
D | ProxySerializationTest.java | 41 ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in testSerialization() local 42 ObjectInputStream in = new ObjectInputStream(bis); in testSerialization() 68 ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in testSerialization() local 69 ProxyObjectInputStream in = new ProxyObjectInputStream(bis); in testSerialization()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | OutputPropertiesFactory.java | 358 BufferedInputStream bis = null; in loadPropertiesFile() local 380 bis = new BufferedInputStream(is); in loadPropertiesFile() 381 props.load(bis); in loadPropertiesFile() 418 if (bis != null) in loadPropertiesFile() 420 bis.close(); in loadPropertiesFile()
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncSystemProperty.java | 175 BufferedInputStream bis = new BufferedInputStream(is); in loadPropertyFile() local 177 target.load(bis); // and load up the property bag from this in loadPropertyFile() 178 bis.close(); // close out after reading in loadPropertyFile()
|
/external/mockito/src/org/mockito/internal/creation/ |
D | AcrossJVMSerializationFeature.java | 220 ByteArrayInputStream bis = new ByteArrayInputStream(serializedMock); in readResolve() local 221 …ObjectInputStream objectInputStream = new MockitoMockObjectInputStream(bis, typeToMock, extraInter… in readResolve() 225 bis.close(); in readResolve()
|