Home
last modified time | relevance | path

Searched refs:NotNull (Results 1 – 16 of 16) sorted by relevance

/external/easymock/src/org/easymock/internal/matchers/
DNotNull.java22 public class NotNull implements IArgumentMatcher, Serializable { class
26 public static final NotNull NOT_NULL = new NotNull();
28 private NotNull() { in NotNull() method in NotNull
/external/mockito/src/org/mockito/internal/matchers/
DNotNull.java14 public class NotNull extends ArgumentMatcher<Object> implements Serializable { class
17 public static final NotNull NOT_NULL = new NotNull();
19 private NotNull() { in NotNull() method in NotNull
/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/llvm/lib/Analysis/
DLazyValueInfo.cpp608 bool NotNull = false; in solveBlockValueNonLocal() local
611 NotNull = true; in solveBlockValueNonLocal()
620 NotNull = true; in solveBlockValueNonLocal()
632 if (NotNull) { in solveBlockValueNonLocal()
660 if (NotNull) { in solveBlockValueNonLocal()
/external/google-breakpad/src/testing/test/
Dgmock_link_test.h159 using testing::NotNull;
509 ON_CALL(mock, VoidFromString(NotNull())).WillByDefault(Return()); in TEST()
Dgmock-matchers_test.cc107 using testing::NotNull;
939 Matcher<int*> m1 = NotNull(); in TEST()
945 Matcher<const char*> m2 = NotNull(); in TEST()
952 const Matcher<linked_ptr<int> > m = NotNull(); in TEST()
961 const Matcher<const linked_ptr<double>&> m = NotNull(); in TEST()
970 const Matcher<const scoped_ptr<double>&> m = NotNull(); in TEST()
980 Matcher<int*> m = NotNull(); in TEST()
/external/google-breakpad/src/testing/
DCHANGES37 * NotNull() and IsNull() now work with smart pointers.
/external/easymock/src/org/easymock/
DEasyMock.java1307 reportMatcher(NotNull.NOT_NULL); in notNull()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp300 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) { in RenderSingleObject()
325 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) in ContinueSingleObject()
748 if (pPageObj->m_ClipPath.NotNull() && pPageObj->m_ClipPath.GetTextCount() && in ProcessTransparency()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp1012 if (ClipPath.NotNull()) { in Start()
Dfpdf_page_parser.cpp723 if (ClipPath.NotNull()) { in AddForm()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1296 FX_BOOL NotNull() const in NotNull() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2765 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
/external/robolectric/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
/external/vogar/lib/
Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/external/dexmaker/lib/
Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...