| /external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/ | 
| D | ShadowNativeBitmapFactoryTest.java | 128     InputStream is = obtainInputStream();  in testDecodeResourceStream()  local162     InputStream is = obtainInputStream();  in testDecodeStream1()  local
 175     InputStream is = obtainInputStream();  in testDecodeStream2()  local
 186       InputStream is = obtainInputStream(testImage.id);  in testDecodeStream3()  local
 468     verifyUnscaled(BitmapFactory.decodeStream(obtainInputStream(), null, null));  in testDecodeScaling()  local
 469     verifyUnscaled(BitmapFactory.decodeStream(obtainInputStream(), null, unscaledOpt));  in testDecodeScaling()  local
 470     verifyUnscaled(BitmapFactory.decodeStream(obtainInputStream(), null, defaultOpt));  in testDecodeScaling()  local
 474     verifyScaled(BitmapFactory.decodeStream(obtainInputStream(), null, scaledOpt));  in testDecodeScaling()  local
 546     InputStream is = obtainInputStream(resId);  in obtainFile()  local
 
 | 
| /external/replicaisland/src/com/replica/replicaisland/ | 
| D | TextureLibrary.java | 128         assert gl != null;  in loadBitmap()  local129         assert context != null;  in loadBitmap()  local
 130         assert texture != null;  in loadBitmap()  local
 160             InputStream is = context.getResources().openRawResource(texture.resource);  in loadBitmap()  local
 
 | 
| /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/ | 
| D | InlineDexmakerMockMaker.java | 92                 try (InputStream is = InlineDexmakerMockMaker.class.getClassLoader()  in try()141                 allowHiddenApiReflectionFrom.invoke(null, LenientCopyTool.class);  in allowHiddenApiReflectionFrom.invoke()  argument
 149                 allowHiddenApiReflectionFrom.invoke(null, MockMethodAdvice.class);  in allowHiddenApiReflectionFrom.invoke()  argument
 
 | 
| /external/robolectric/utils/src/main/java/org/robolectric/util/ | 
| D | Util.java | 24     assert version != null;  in getJavaVersion()  local56   public static byte[] readBytes(InputStream is) throws IOException {  in readBytes()
 
 | 
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | ShadowBitmapFactory.java | 57       Resources res, TypedValue value, InputStream is, Rect pad, BitmapFactory.Options opts) {  in decodeResourceStream()76     InputStream is = res.openRawResource(id, value);  in decodeResource()  local
 152   protected static Bitmap decodeStream(InputStream is) {  in decodeStream()
 158       InputStream is, Rect outPadding, BitmapFactory.Options opts) {  in decodeStream()
 215     ByteArrayInputStream is = new ByteArrayInputStream(data, offset, length);  in decodeByteArray()  local
 291       g.drawImage(image.getBufferedImage(), 0, 0, null);  in create()  local
 415         Resources res, TypedValue value, InputStream is, Rect pad, BitmapFactory.Options opts);  in decodeResourceStream()
 
 | 
| /external/apache-commons-io/src/test/java/org/apache/commons/io/ | 
| D | IOUtilsTest.java | 162         final InputStream is = new InputStream() {  in testAsBufferedInputStream()  local175         final InputStream is = new InputStream() {  in testAsBufferedInputStreamWithBufferSize()  local
 202         final OutputStream is = new OutputStream() {  in testAsBufferedOutputStream()  local
 227         final Reader is = new Reader() {  in testAsBufferedReader()  local
 505             assertTrue(IOUtils.contentEquals((InputStream) null, null));  in testContentEquals_InputStream_InputStream()  local
 561             assertTrue(IOUtils.contentEquals((Reader) null, null));  in testContentEquals_Reader_Reader()  local
 695         CharArrayReader is = null;  in testCopyLarge_CharExtraLength()  local
 722         CharArrayReader is = null;  in testCopyLarge_CharFullLength()  local
 748         CharArrayReader is = null;  in testCopyLarge_CharNoSkip()  local
 774         CharArrayReader is = null;  in testCopyLarge_CharSkip()  local
 [all …]
 
 | 
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ | 
| D | ClassPath.java | 200         InputStream is = null;  in getInputStream()  local219             InputStream is;  in getResourceAsStream()  local
 312         try (InputStream is = getInputStream(name, suffix)) {  in getBytes()
 466             } : null;  in getClassFile()  field in ClassPath
 
 | 
| /external/conscrypt/openjdk/src/test/java/org/conscrypt/ | 
| D | NativeCryptoTest.java | 335         NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new(), null);  in test_SSL_CTX_free()  local2520         NativeCrypto.SSL_free(NativeCrypto.SSL_new(c, null), null);  in test_SSL_free()  local
 3022         ByteArrayInputStream is = new ByteArrayInputStream(actual);  in test_create_BIO_InputStream()  local
 3084         NativeCrypto.EVP_PKEY_encrypt(getPkeyCtxForEncrypt(), null, 0, new byte[128], 0, 128);  in EVP_PKEY_encrypt_NullOutputArgument()  local
 3089         NativeCrypto.EVP_PKEY_encrypt(getPkeyCtxForEncrypt(), new byte[128], 0, null, 0, 128);  in EVP_PKEY_encrypt_NullInputArgument()  local
 
 | 
| /external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ | 
| D | NativeCryptoTest.java | 339         NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new(), null);  in test_SSL_CTX_free()  local2529         NativeCrypto.SSL_free(NativeCrypto.SSL_new(c, null), null);  in test_SSL_free()  local
 3031         ByteArrayInputStream is = new ByteArrayInputStream(actual);  in test_create_BIO_InputStream()  local
 3093         NativeCrypto.EVP_PKEY_encrypt(getPkeyCtxForEncrypt(), null, 0, new byte[128], 0, 128);  in EVP_PKEY_encrypt_NullOutputArgument()  local
 3098         NativeCrypto.EVP_PKEY_encrypt(getPkeyCtxForEncrypt(), new byte[128], 0, null, 0, 128);  in EVP_PKEY_encrypt_NullInputArgument()  local
 
 | 
| /external/protobuf/conformance/third_party/jsoncpp/ | 
| D | jsoncpp.cpp | 805   std::istringstream is(buffer);  in decodeDouble()  local2450 const Value& Value::null = reinterpret_cast<const Value&>(kNullRef);  member in Json::Value
 
 | 
| /external/cronet/third_party/protobuf/conformance/third_party/jsoncpp/ | 
| D | jsoncpp.cpp | 805   std::istringstream is(buffer);  in decodeDouble()  local2450 const Value& Value::null = reinterpret_cast<const Value&>(kNullRef);  member in Json::Value
 
 | 
| /external/gfxstream-protocols/registry/vulkan/scripts/asciidoctor-chunker/ | 
| D | asciidoctor-chunker.js | 4 …null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&i(t,e,n);return s…  method in l
 |