HomeSort by relevance Sort by last modified time
    Searched defs:NotNull (Results 1 - 10 of 10) sorted by null

  /external/easymock/src/org/easymock/internal/matchers/
NotNull.java 22 public class NotNull implements IArgumentMatcher, Serializable {
26 public static final NotNull NOT_NULL = new NotNull();
28 private NotNull() {
37 buffer.append("notNull()");
  /external/mockito/src/org/mockito/internal/matchers/
NotNull.java 14 public class NotNull extends ArgumentMatcher<Object> implements Serializable {
17 public static final NotNull NOT_NULL = new NotNull();
19 private NotNull() {
28 description.appendText("notNull()");
  /external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h 259 enum NotNullTag { NotNull };
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 530 Value *NotNull = new ICmpInst(*UnwindHandler, ICmpInst::ICMP_NE, BufPtr,
532 "notnull");
533 BranchInst::Create(UnwindBlock, TermBlock, NotNull, UnwindHandler);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 590 bool NotNull = false;
593 NotNull = true;
602 NotNull = true;
614 if (NotNull) {
642 if (NotNull) {
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 306 // than one type, e.g. Eq(n) and NotNull()).
315 // See the definition of NotNull() for a complete example.
763 // Implements the polymorphic NotNull() matcher, which matches any raw or smart
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 331 milliseconds