| /external/dagger2/java/dagger/internal/ |
| D | Preconditions.java | 31 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/ |
| D | Preconditions.java | 876 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/ |
| D | Preconditions.java | 888 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/ |
| D | Checks.java | 13 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/ |
| D | SupportPreconditions.java | 31 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/ |
| D | Assertions.java | 145 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/ |
| D | ExemplarUtils.java | 71 private static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in ExemplarUtils
|
| /external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
| D | Preconditions.java | 48 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
|
| /external/opencensus-java/api/src/test/java/io/opencensus/internal/ |
| D | UtilsTest.java | 85 public void checkNotNull() { in checkNotNull() method in UtilsTest
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | Preconditions.java | 34 static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
|
| /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
| D | Preconditions.java | 35 static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
|
| /external/opencensus-java/api/src/main/java/io/opencensus/internal/ |
| D | Utils.java | 111 public static <T /*>>> extends @NonNull Object*/> T checkNotNull( in checkNotNull() method in Utils
|
| /external/javapoet/src/main/java/com/squareup/javapoet/ |
| D | Util.java | 56 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/ |
| D | Deadline.java | 172 private static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Deadline
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Internal.java | 62 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/ |
| D | Errors.java | 79 static <T> T checkNotNull(T reference, String name) { in checkNotNull() method in Errors
|