Home
last modified time | relevance | path

Searched +defs:is +defs:null (Results 1 – 19 of 19) sorted by relevance

/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DShadowNativeBitmapFactoryTest.java131 InputStream is = obtainInputStream(); in testDecodeResourceStream() local
165 InputStream is = obtainInputStream(); in testDecodeStream1() local
178 InputStream is = obtainInputStream(); in testDecodeStream2() local
189 InputStream is = obtainInputStream(testImage.id); in testDecodeStream3() local
469 verifyUnscaled(BitmapFactory.decodeStream(obtainInputStream(), null, null)); in testDecodeScaling() local
470 verifyUnscaled(BitmapFactory.decodeStream(obtainInputStream(), null, unscaledOpt)); in testDecodeScaling() local
471 verifyUnscaled(BitmapFactory.decodeStream(obtainInputStream(), null, defaultOpt)); in testDecodeScaling() local
475 verifyScaled(BitmapFactory.decodeStream(obtainInputStream(), null, scaledOpt)); in testDecodeScaling() local
622 InputStream is = obtainInputStream(resId); in obtainFile() local
/external/robolectric/utils/src/main/java/org/robolectric/util/
DUtil.java21 assert version != null; in getJavaVersion() local
53 public static byte[] readBytes(InputStream is) throws IOException { in readBytes()
/external/replicaisland/src/com/replica/replicaisland/
DTextureLibrary.java128 assert gl != null; in loadBitmap() local
129 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/
DInlineDexmakerMockMaker.java92 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/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapFactory.java55 Resources res, TypedValue value, InputStream is, Rect pad, BitmapFactory.Options opts) { in decodeResourceStream()
74 InputStream is = res.openRawResource(id, value); in decodeResource() local
150 protected static Bitmap decodeStream(InputStream is) { in decodeStream()
156 InputStream is, Rect outPadding, BitmapFactory.Options opts) { in decodeStream()
210 ByteArrayInputStream is = new ByteArrayInputStream(data, offset, length); in decodeByteArray() local
284 g.drawImage(image.getBufferedImage(), 0, 0, null); in create() local
398 Resources res, TypedValue value, InputStream is, Rect pad, BitmapFactory.Options opts); in decodeResourceStream()
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DIOUtilsTest.java175 final InputStream is = new InputStream() { in testAsBufferedInputStream() local
188 final InputStream is = new InputStream() { in testAsBufferedInputStreamWithBufferSize() local
211 final OutputStream is = new OutputStream() { in testAsBufferedOutputStream() local
236 final Reader is = new Reader() { in testAsBufferedReader() local
519 assertTrue(IOUtils.contentEquals((InputStream) null, null)); in testContentEquals_InputStream_InputStream() local
575 assertTrue(IOUtils.contentEquals((Reader) null, null)); in testContentEquals_Reader_Reader() local
709 CharArrayReader is = null; in testCopyLarge_CharExtraLength() local
736 CharArrayReader is = null; in testCopyLarge_CharFullLength() local
762 CharArrayReader is = null; in testCopyLarge_CharNoSkip() local
788 CharArrayReader is = null; in testCopyLarge_CharSkip() local
[all …]
/external/jsoup/src/main/java/org/jsoup/select/
DQueryParser.java99 …assert currentEval != null; // rightMost signature can return null (if none set), but always will … in combinator() local
376 private Evaluator is() { in is() method in QueryParser
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java302 NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new(), null); in test_SSL_CTX_free() local
2469 NativeCrypto.SSL_free(NativeCrypto.SSL_new(c, null), null); in test_SSL_free() local
3042 ByteArrayInputStream is = new ByteArrayInputStream(actual); in test_create_BIO_InputStream() local
3103 NativeCrypto.EVP_PKEY_encrypt(getPkeyCtxForEncrypt(), null, 0, new byte[128], 0, 128); in EVP_PKEY_encrypt_NullOutputArgument() local
3108 NativeCrypto.EVP_PKEY_encrypt(getPkeyCtxForEncrypt(), new byte[128], 0, null, 0, 128); in EVP_PKEY_encrypt_NullInputArgument() local
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java292 NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new(), null); in test_SSL_CTX_free() local
2464 NativeCrypto.SSL_free(NativeCrypto.SSL_new(c, null), null); in test_SSL_free() local
3037 ByteArrayInputStream is = new ByteArrayInputStream(actual); in test_create_BIO_InputStream() local
3098 NativeCrypto.EVP_PKEY_encrypt(getPkeyCtxForEncrypt(), null, 0, new byte[128], 0, 128); in EVP_PKEY_encrypt_NullOutputArgument() local
3103 NativeCrypto.EVP_PKEY_encrypt(getPkeyCtxForEncrypt(), new byte[128], 0, null, 0, 128); in EVP_PKEY_encrypt_NullInputArgument() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/log-0.4.22/src/kv/
Dvalue.rs196 pub fn null() -> Self { in null() method
1105 pub fn is<T: 'static>(&self) -> bool { in is() method
/external/rust/android-crates-io/crates/log/src/kv/
Dvalue.rs197 pub fn null() -> Self { in null() method
1106 pub fn is<T: 'static>(&self) -> bool { in is() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/log-0.4.22/src/kv/
Dvalue.rs196 pub fn null() -> Self { in null() method
1105 pub fn is<T: 'static>(&self) -> bool { in is() method
/external/cronet/tot/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp805 std::istringstream is(buffer); in decodeDouble() local
2450 const Value& Value::null = reinterpret_cast<const Value&>(kNullRef); member in Json::Value
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp805 std::istringstream is(buffer); in decodeDouble() local
2450 const Value& Value::null = reinterpret_cast<const Value&>(kNullRef); member in Json::Value
/external/cronet/stable/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp805 std::istringstream is(buffer); in decodeDouble() local
2450 const Value& Value::null = reinterpret_cast<const Value&>(kNullRef); member in Json::Value
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp2902 null, ///< null value enumerator
6300 std::istream* is = nullptr; member in detail::input_stream_adapter
6852 bool null() in null() function in detail::json_sax_dom_parser
7036 bool null() in null() function in detail::json_sax_dom_callback_parser
7326 bool null() in null() function in detail::json_sax_acceptor
/external/ublksrv/include/nlohmann/
Djson.hpp2765 null, ///< null value enumerator
6017 std::istream* is = nullptr; member in nlohmann::detail::input_stream_adapter
6572 bool null() in null() function in nlohmann::detail::json_sax_dom_parser
6756 bool null() in null() function in nlohmann::detail::json_sax_dom_callback_parser
7046 bool null() in null() function in nlohmann::detail::json_sax_acceptor
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h93476 struct crypto_sync_skcipher *null; member
108986 u8 is; member
140982 struct crypto_sync_skcipher *null; member
141039 struct crypto_sync_skcipher *null; member
Dvmlinux.h93476 struct crypto_sync_skcipher *null; member
108986 u8 is; member
140982 struct crypto_sync_skcipher *null; member
141039 struct crypto_sync_skcipher *null; member