Home
last modified time | relevance | path

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

12

/external/guava/android/guava/src/com/google/common/base/
DPreconditions.java887 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/
DPreconditions.java887 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/
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
96 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
/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/dagger2/java/dagger/hilt/internal/
DPreconditions.java32 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/
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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java152 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/
DAssertions.java152 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/
DSupportPreconditions.java29 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/
DMultipleProvidedParamsSameKeyFactory.java43 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in MultipleProvidedParamsSameKeyFactory
DSimpleClassPassedDepsFactory.java33 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassPassedDepsFactory
DSimpleClassVarargsFactory.java38 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassVarargsFactory
DProviderArgumentToCreateMethodFactory.java40 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ProviderArgumentToCreateMethodFactory
DClassUsingQualifierWithArgsFactory.java39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ClassUsingQualifierWithArgsFactory
DCustomNullableFactory.java39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in CustomNullableFactory
DSimpleClassMixedDepsFactory.java39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassMixedDepsFactory
DSimpleClassProvidedProviderDepsFactory.java42 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassProvidedProviderDepsFactory
DFactoryImplementingGenericInterfaceExtensionFactory.java45 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in FactoryImplementingGenericInterfaceExtensionFactory
DSimpleClassNullableParametersFactory.java49 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassNullableParametersFactory
DFactoryImplementingCreateMethod_ConcreteClassFactory.java53 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in FactoryImplementingCreateMethod_ConcreteClassFactory
DConstructorAnnotatedThrowsFactory.java51 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedThrowsFactory
DConstructorAnnotatedFactory.java50 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedFactory
DConstructorAnnotatedNonFinalFactory.java50 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/
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

12