| /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 936 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions 952 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions 968 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions 984 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions 1000 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions 1016 public static <T extends @NonNull Object> T checkNotNull( in checkNotNull() method in Preconditions 1032 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/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 96 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
|
| /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/dagger2/java/dagger/hilt/internal/ |
| D | Preconditions.java | 32 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions 47 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
|
| /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/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ |
| D | SupportPreconditions.java | 29 public static <T extends Object> T checkNotNull(T reference) { in checkNotNull() method in SupportPreconditions 45 public static <T extends Object> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in SupportPreconditions
|
| /external/auto/factory/src/test/resources/expected/ |
| D | SimpleClassPassedDepsFactory.java | 32 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassPassedDepsFactory
|
| D | MultipleProvidedParamsSameKeyFactory.java | 43 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in MultipleProvidedParamsSameKeyFactory
|
| D | ClassUsingQualifierWithArgsFactory.java | 38 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ClassUsingQualifierWithArgsFactory
|
| D | CustomNullableFactory.java | 39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in CustomNullableFactory
|
| D | SimpleClassVarargsFactory.java | 37 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassVarargsFactory
|
| D | ProviderArgumentToCreateMethodFactory.java | 39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ProviderArgumentToCreateMethodFactory
|
| D | SimpleClassMixedDepsFactory.java | 39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassMixedDepsFactory
|
| D | CheckerFrameworkNullableFactory.java | 47 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in CheckerFrameworkNullableFactory
|
| D | SimpleClassProvidedProviderDepsFactory.java | 42 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassProvidedProviderDepsFactory
|
| D | FactoryImplementingGenericInterfaceExtensionFactory.java | 42 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in FactoryImplementingGenericInterfaceExtensionFactory
|
| D | SimpleClassNullableParametersFactory.java | 49 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassNullableParametersFactory
|
| D | FactoryImplementingCreateMethod_ConcreteClassFactory.java | 52 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in FactoryImplementingCreateMethod_ConcreteClassFactory
|
| D | ConstructorAnnotatedFactory.java | 49 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedFactory
|
| D | ConstructorAnnotatedNonFinalFactory.java | 49 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedNonFinalFactory
|
| D | SimpleClassProvidedDepsFactory.java | 52 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassProvidedDepsFactory
|
| /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/conscrypt/common/src/main/java/org/conscrypt/metrics/ |
| D | OptionalMethod.java | 79 private static <T> T checkNotNull(T reference) { in checkNotNull() method in OptionalMethod
|