Home
last modified time | relevance | path

Searched defs:checkNotNull (Results 1 – 16 of 16) sorted by relevance

/external/dagger2/java/dagger/internal/
DPreconditions.java31 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
46 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
68 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
/external/guava/guava/src/com/google/common/base/
DPreconditions.java876 public static <T extends @NonNull Object> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
894 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
918 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
934 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
950 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
966 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
982 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
998 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
1014 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
1030 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/external/guava/android/guava/src/com/google/common/base/
DPreconditions.java888 public static <T extends Object> T checkNotNull(@NonNullDecl T reference) { in checkNotNull() method in Preconditions
907 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
932 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
951 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
968 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
985 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
1002 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
1019 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
1036 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
1053 public static <T extends Object> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/external/mockito/src/main/java/org/mockito/internal/util/
DChecks.java13 public static <T> T checkNotNull(T value, String checkedValue) { in checkNotNull() method in Checks
17 public static <T> T checkNotNull(T value, String checkedValue, String additionalMessage) { in checkNotNull() method in Checks
/external/tensorflow/tensorflow/lite/experimental/support/java/src/java/org/tensorflow/lite/support/common/
DSupportPreconditions.java31 public static <T extends @NonNull Object> T checkNotNull(T reference) { in checkNotNull() method in SupportPreconditions
47 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in SupportPreconditions
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java145 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull() method in Assertions
164 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull() method in Assertions
/external/opencensus-java/contrib/exemplar_util/src/main/java/io/opencensus/contrib/exemplar/util/
DExemplarUtils.java71 private static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in ExemplarUtils
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DPreconditions.java48 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
/external/opencensus-java/api/src/test/java/io/opencensus/internal/
DUtilsTest.java85 public void checkNotNull() { in checkNotNull() method in UtilsTest
/external/conscrypt/common/src/main/java/org/conscrypt/
DPreconditions.java34 static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DPreconditions.java35 static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
/external/opencensus-java/api/src/main/java/io/opencensus/internal/
DUtils.java111 public static <T /*>>> extends @NonNull Object*/> T checkNotNull( in checkNotNull() method in Utils
/external/javapoet/src/main/java/com/squareup/javapoet/
DUtil.java56 static <T> T checkNotNull(T reference, String format, Object... args) { in checkNotNull() method in Util
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DDeadline.java172 private static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Deadline
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java62 static <T> T checkNotNull(T obj) { in checkNotNull() method in Internal
70 static <T> T checkNotNull(T obj, String message) { in checkNotNull() method in Internal
/external/guice/core/src/com/google/inject/internal/
DErrors.java79 static <T> T checkNotNull(T reference, String name) { in checkNotNull() method in Errors