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

1 2 3

  /frameworks/layoutlib/common/src/com/android/tools/layoutlib/annotations/
NotNull.java 33 public @interface NotNull {
  /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/main/java/org/mockito/internal/matchers/
NotNull.java 12 public class NotNull implements ArgumentMatcher<Object>, Serializable {
14 public static final NotNull NOT_NULL = new NotNull();
16 private NotNull() {
24 return "notNull()";
  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 161 // NotNull is a type that implements ValueConverter by disallowing nil
163 type NotNull struct {
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
  /prebuilts/go/linux-x86/src/database/sql/driver/
types.go 161 // NotNull is a type that implements ValueConverter by disallowing nil
163 type NotNull struct {
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-annotations/4.5/
antlr4-annotations-4.5.jar 
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 551 Value *NotNull = new ICmpInst(*UnwindHandler, ICmpInst::ICMP_NE, BufPtr,
553 "notnull");
554 BranchInst::Create(UnwindBlock, TermBlock, NotNull, UnwindHandler);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 614 bool NotNull = false;
617 NotNull = true;
621 NotNull = true;
632 if (NotNull) {
660 if (NotNull) {
    [all...]
  /external/kotlinc/lib/
annotations-13.0.jar 
  /prebuilts/devtools/tools/lib/
annotations-12.0.jar 
easymock-3.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/annotations/13.0/
annotations-13.0.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
annotations-13.0.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
annotations-12.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/annotations/13.0/
annotations-13.0.jar 
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
annotations-12.0.jar 
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/
istack-commons-runtime-2.21.jar 
  /external/google-breakpad/src/testing/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.
809 // Implements the polymorphic NotNull() matcher, which matches any raw or smart
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 419 // than one type, e.g. Eq(n) and NotNull()).
428 // See the definition of NotNull() for a complete example.
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 419 // than one type, e.g. Eq(n) and NotNull()).
428 // See the definition of NotNull() for a complete example.
    [all...]
  /external/guice/lib/build/
easymock.jar 
  /external/guice/extensions/persist/lib/
easymock.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 650 milliseconds

1 2 3