Home
last modified time | relevance | path

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

12

/external/guava/android/guava/src/com/google/common/base/
DPreconditions.java902 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull() method in Preconditions
920 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull() method in Preconditions
943 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
961 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
977 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull() method in Preconditions
992 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1008 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1024 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1040 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1056 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/external/guava/guava/src/com/google/common/base/
DPreconditions.java902 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull() method in Preconditions
920 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull() method in Preconditions
943 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
961 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
977 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull() method in Preconditions
992 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1008 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1024 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1040 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1056 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/external/dagger2/java/dagger/internal/
DPreconditions.java33 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull() method in Preconditions
48 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
98 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
/external/mockito/src/main/java/org/mockito/internal/util/
DChecks.java10 public static <T> T checkNotNull(T value, String checkedValue) { in checkNotNull() method in Checks
14 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_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/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/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/gson/gson/src/main/java/com/google/gson/internal/
D$Gson$Preconditions.java45 public static <T> T checkNotNull(T obj) { in checkNotNull() method in $Gson$Preconditions
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DMathUtils.java271 public static void checkNotNull(Object o, Localizable pattern, Object... args) in checkNotNull() method in MathUtils
284 public static void checkNotNull(Object o) throws NullArgumentException { in checkNotNull() method in MathUtils
/external/opencensus-java/contrib/exemplar_util/src/main/java/io/opencensus/contrib/exemplar/util/
DExemplarUtils.java53 private static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in ExemplarUtils
/external/auto/factory/src/test/resources/expected/
DMultipleProvidedParamsSameKeyFactory.java43 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in MultipleProvidedParamsSameKeyFactory
DSimpleClassPassedDepsFactory.java33 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in SimpleClassPassedDepsFactory
DGenerics_ExplicitFooImplFactory.java40 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in Generics_ExplicitFooImplFactory
DSimpleClassVarargsFactory.java38 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in SimpleClassVarargsFactory
DClassUsingQualifierWithArgsFactory.java39 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in ClassUsingQualifierWithArgsFactory
DProviderArgumentToCreateMethodFactory.java40 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in ProviderArgumentToCreateMethodFactory
DSimpleClassMixedDepsFactory.java39 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in SimpleClassMixedDepsFactory
DCustomNullableFactory.java39 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in CustomNullableFactory
DSimpleClassProvidedProviderDepsFactory.java42 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in SimpleClassProvidedProviderDepsFactory
DFactoryImplementingGenericInterfaceExtensionFactory.java45 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in FactoryImplementingGenericInterfaceExtensionFactory
DParameterAnnotationsFactory.java47 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in ParameterAnnotationsFactory
DSimpleClassNullableParametersFactory.java49 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in SimpleClassNullableParametersFactory
DFactoryImplementingCreateMethod_ConcreteClassFactory.java53 private static <T> T checkNotNull(T reference, int argumentNumber, int argumentCount) { in checkNotNull() method in FactoryImplementingCreateMethod_ConcreteClassFactory
/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