Home
last modified time | relevance | path

Searched refs:NOT_NULL (Results 1 – 22 of 22) sorted by relevance

/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DNativeCryptoArgTest.java54 private static final long NOT_NULL = 4L; field in NativeCryptoArgTest
149 expectVoid("SSL_shutdown", NOT_NULL, null, null, null); in sslMethods()
150 expectNPE("SSL_shutdown", NOT_NULL, null, new FileDescriptor(), null); in sslMethods()
151 expectNPE("ENGINE_SSL_shutdown", NOT_NULL, null, null); in sslMethods()
152 expectVoid("SSL_set_session", NOT_NULL, null, NULL); in sslMethods()
219 expectNPE("X509_cmp", NOT_NULL, null, NULL, null); in x509Methods()
220 expectNPE("X509_cmp", NULL, null, NOT_NULL, null); in x509Methods()
223 expectNPE("X509_print_ex", NOT_NULL, NULL, null, NULL, NULL); in x509Methods()
224 expectNPE("X509_print_ex", NULL, NOT_NULL, null, NULL, NULL); in x509Methods()
/external/conscrypt/common/src/test/java/org/conscrypt/
DNativeCryptoArgTest.java50 private static final long NOT_NULL = 4L; field in NativeCryptoArgTest
145 expectVoid("SSL_shutdown", NOT_NULL, null, null, null); in sslMethods()
146 expectNPE("SSL_shutdown", NOT_NULL, null, new FileDescriptor(), null); in sslMethods()
147 expectNPE("ENGINE_SSL_shutdown", NOT_NULL, null, null); in sslMethods()
148 expectVoid("SSL_set_session", NOT_NULL, null, NULL); in sslMethods()
215 expectNPE("X509_cmp", NOT_NULL, null, NULL, null); in x509Methods()
216 expectNPE("X509_cmp", NULL, null, NOT_NULL, null); in x509Methods()
219 expectNPE("X509_print_ex", NOT_NULL, NULL, null, NULL, NULL); in x509Methods()
220 expectNPE("X509_print_ex", NULL, NOT_NULL, null, NULL, NULL); in x509Methods()
/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/wrappers/
DParcelableStringWrapper.java29 private static final int NOT_NULL = 1; field in ParcelableStringWrapper
72 dest.writeInt(NOT_NULL); in writeToParcel()
DParcelableCustomWrapper.java29 private static final int NOT_NULL = 1; field in ParcelableCustomWrapper
88 dest.writeInt(NOT_NULL); in writeToParcel()
DParcelableCustomWrapper2.java30 private static final int NOT_NULL = 1; field in ParcelableCustomWrapper2
89 dest.writeInt(NOT_NULL); in writeToParcel()
/external/connectedappssdk/processor/src/main/resources/parcelablewrappers/
DParcelableDrawable.java36 private static final int NOT_NULL = 1; field in ParcelableDrawable
72 dest.writeInt(NOT_NULL); in writeToParcel()
DParcelablePair.java28 private static final int NOT_NULL = 1; field in ParcelablePair
87 dest.writeInt(NOT_NULL); in writeToParcel()
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc776 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
782 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
811 to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
817 to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
844 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
850 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
879 to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
885 to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
1143 &message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
1169 &message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
[all …]
Dtest_util.h86 NOT_NULL, enumerator
1213 case NOT_NULL: in ExpectMessagesReleasedViaReflection()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc762 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
768 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
797 to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
803 to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
830 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
836 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
865 to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
871 to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
1129 &message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
1155 &message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
[all …]
Dtest_util.h86 NOT_NULL, enumerator
1232 case NOT_NULL: in ExpectMessagesReleasedViaReflection()
/external/mockito/src/main/java/org/mockito/internal/matchers/
DNotNull.java14 public static final NotNull NOT_NULL = new NotNull(); field in NotNull
/external/easymock/src/org/easymock/internal/matchers/
DNotNull.java26 public static final NotNull NOT_NULL = new NotNull(); field in NotNull
/external/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/classinspectors/
DClassInspectorUtil.kt65 private val NOT_NULL = NotNull::class.asClassName() in <lambda>() constant
69 NOT_NULL, in <lambda>()
/external/mockito/src/test/java/org/mockito/internal/matchers/
DMatchersPrinterTest.java61 …= printer.getArgumentsLine((List) Arrays.asList(new Equals(1L), NotNull.NOT_NULL), PrintSettings.v… in shouldGetVerboseArgumentsEvenIfSomeMatchersAreNotVerbose()
DMatchersToStringTest.java29 assertEquals("notNull()", NotNull.NOT_NULL.toString()); in notNullToString()
/external/guava/guava/src/com/google/common/base/
DPredicates.java77 return ObjectPredicate.NOT_NULL.withNarrowedType(); in notNull()
296 NOT_NULL { enumConstant
/external/guava/android/guava/src/com/google/common/base/
DPredicates.java77 return ObjectPredicate.NOT_NULL.withNarrowedType(); in notNull()
296 NOT_NULL { enumConstant
/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java66 ArgumentMatcher m = NotNull.NOT_NULL; in should_to_string_with_matchers()
/external/mockito/src/main/java/org/mockito/
DArgumentMatchers.java1009 reportMatcher(NotNull.NOT_NULL); in notNull()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/tests/
Dtf_framework_legalize_to_llvm.mlir151 // CHECK-NEXT: %[[NOT_NULL:.*]] = llvm.icmp "ne" %[[VOID_PTR]], %[[NULL_PTR]]
153 // CHECK-NEXT: %[[PRED:.*]] = llvm.or %[[NOT_NULL]], %[[IS_EMPTY_]] : i1
/external/easymock/src/org/easymock/
DEasyMock.java1307 reportMatcher(NotNull.NOT_NULL); in notNull()