/external/guava/android/guava/src/com/google/common/base/ |
D | Preconditions.java | 887 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull() method in Preconditions 905 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull() method in Preconditions 928 public static <T> T checkNotNull( in checkNotNull() method in Preconditions 946 public static <T> T checkNotNull(@CheckForNull T obj, String errorMessageTemplate, char p1) { in checkNotNull() method in Preconditions 961 public static <T> T checkNotNull(@CheckForNull T obj, String errorMessageTemplate, int p1) { in checkNotNull() method in Preconditions 976 public static <T> T checkNotNull(@CheckForNull T obj, String errorMessageTemplate, long p1) { in checkNotNull() method in Preconditions 991 public static <T> T checkNotNull( in checkNotNull() method in Preconditions 1007 public static <T> T checkNotNull( in checkNotNull() method in Preconditions 1023 public static <T> T checkNotNull( in checkNotNull() method in Preconditions 1039 public static <T> T checkNotNull( in checkNotNull() method in Preconditions [all …]
|
/external/guava/guava/src/com/google/common/base/ |
D | Preconditions.java | 887 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull() method in Preconditions 905 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull() method in Preconditions 928 public static <T> T checkNotNull( in checkNotNull() method in Preconditions 946 public static <T> T checkNotNull(@CheckForNull T obj, String errorMessageTemplate, char p1) { in checkNotNull() method in Preconditions 961 public static <T> T checkNotNull(@CheckForNull T obj, String errorMessageTemplate, int p1) { in checkNotNull() method in Preconditions 976 public static <T> T checkNotNull(@CheckForNull T obj, String errorMessageTemplate, long p1) { in checkNotNull() method in Preconditions 991 public static <T> T checkNotNull( in checkNotNull() method in Preconditions 1007 public static <T> T checkNotNull( in checkNotNull() method in Preconditions 1023 public static <T> T checkNotNull( in checkNotNull() method in Preconditions 1039 public static <T> 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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | Assertions.java | 152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull() method in Assertions 172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull() method in Assertions
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | Assertions.java | 152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull() method in Assertions 172 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 | MultipleProvidedParamsSameKeyFactory.java | 43 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in MultipleProvidedParamsSameKeyFactory
|
D | SimpleClassPassedDepsFactory.java | 33 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassPassedDepsFactory
|
D | SimpleClassVarargsFactory.java | 38 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassVarargsFactory
|
D | ProviderArgumentToCreateMethodFactory.java | 40 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ProviderArgumentToCreateMethodFactory
|
D | ClassUsingQualifierWithArgsFactory.java | 39 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 | SimpleClassMixedDepsFactory.java | 39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassMixedDepsFactory
|
D | SimpleClassProvidedProviderDepsFactory.java | 42 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassProvidedProviderDepsFactory
|
D | FactoryImplementingGenericInterfaceExtensionFactory.java | 45 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 | 53 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in FactoryImplementingCreateMethod_ConcreteClassFactory
|
D | ConstructorAnnotatedThrowsFactory.java | 51 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedThrowsFactory
|
D | ConstructorAnnotatedFactory.java | 50 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedFactory
|
D | ConstructorAnnotatedNonFinalFactory.java | 50 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedNonFinalFactory
|
/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
|