Home
last modified time | relevance | path

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

/external/easymock/src/org/easymock/internal/matchers/
DNotNull.java26 public static final NotNull NOT_NULL = new NotNull(); field in NotNull
/external/mockito/src/org/mockito/internal/matchers/
DNotNull.java17 public static final NotNull NOT_NULL = new NotNull(); field in NotNull
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc500 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
506 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
533 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
539 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
681 &message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
707 &message, TestUtil::ReflectionTester::NOT_NULL); in TEST()
Dtest_util.h167 NOT_NULL, enumerator
Dtest_util.cc3332 case NOT_NULL: in ExpectMessagesReleasedViaReflection()
/external/mockito/src/org/mockito/
DMatchers.java668 return reportMatcher(NotNull.NOT_NULL).returnNull(); in notNull()
683 return (T) reportMatcher(NotNull.NOT_NULL).returnNull(); in notNull()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dcondition.py138 class NOT_NULL(ConditionNoArgs): class
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DPredicates.java82 return ObjectPredicate.NOT_NULL.withNarrowedType(); in notNull()
241 NOT_NULL { enumConstant
/external/guava/guava/src/com/google/common/base/
DPredicates.java85 return ObjectPredicate.NOT_NULL.withNarrowedType(); in notNull()
304 NOT_NULL { enumConstant
/external/easymock/src/org/easymock/
DEasyMock.java1307 reportMatcher(NotNull.NOT_NULL); in notNull()