Home
last modified time | relevance | path

Searched refs:bis (Results 1 – 25 of 61) sorted by relevance

123

/external/linux-tools-perf/perf-3.12.0/arch/alpha/lib/
Dmemset.S32 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/
DDownsampler.java135 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/
DTestUtils.java95 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/
DGifBitmapWrapperResourceDecoder.java31 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/
DAddrMode-bis-rx.ll11 ; 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
DAddrMode-bis-xr.ll12 ; 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)
DInst16ri.ll25 define i16 @bis(i16 %a, i16 %b) nounwind {
26 ; CHECK-LABEL: bis:
27 ; CHECK: bis.w #1, r15
DInst8ri.ll25 define i8 @bis(i8 %a, i8 %b) nounwind {
26 ; CHECK-LABEL: bis:
27 ; CHECK: bis.b #1, r15
DInst16mi.ll32 define void @bis() nounwind {
33 ; CHECK-LABEL: bis:
34 ; CHECK: bis.w #2, &foo
DInst8mi.ll31 define void @bis() nounwind {
32 ; CHECK-LABEL: bis:
33 ; CHECK: bis.b #2, &foo
DInst16rm.ll22 define i16 @bis(i16 %a) nounwind {
23 ; CHECK-LABEL: bis:
24 ; CHECK: bis.w &foo, r15
DInst8rm.ll22 define i8 @bis(i8 %a) nounwind {
23 ; CHECK-LABEL: bis:
24 ; CHECK: bis.b &foo, r15
DInst8rr.ll25 define i8 @bis(i8 %a, i8 %b) nounwind {
26 ; CHECK-LABEL: bis:
27 ; CHECK: bis.w r14, r15
DInst16rr.ll25 define i16 @bis(i16 %a, i16 %b) nounwind {
26 ; CHECK-LABEL: bis:
27 ; CHECK: bis.w r14, r15
DInst8mm.ll36 define void @bis() nounwind {
37 ; CHECK-LABEL: bis:
38 ; CHECK: bis.b &bar, &foo
DInst16mr.ll31 define void @bis(i16 %a) nounwind {
32 ; CHECK-LABEL: bis:
33 ; CHECK: bis.w r15, &foo
DInst8mr.ll31 define void @bis(i8 %a) nounwind {
32 ; CHECK-LABEL: bis:
33 ; CHECK: bis.b r15, &foo
DInst16mm.ll35 define void @bis() nounwind {
36 ; CHECK-LABEL: bis:
37 ; CHECK: bis.w &bar, &foo
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLX509CRL.java55 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 …]
DOpenSSLX509Certificate.java64 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/
DSSLStreamedInputTest.java36 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/
DProxySerializationTest.java41 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/
DOutputPropertiesFactory.java358 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/
DFuncSystemProperty.java175 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/
DAcrossJVMSerializationFeature.java220 ByteArrayInputStream bis = new ByteArrayInputStream(serializedMock); in readResolve() local
221 …ObjectInputStream objectInputStream = new MockitoMockObjectInputStream(bis, typeToMock, extraInter… in readResolve()
225 bis.close(); in readResolve()

123