Home
last modified time | relevance | path

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

12

/external/guava/guava/src/com/google/common/base/
DPreconditions.java876 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/
DPreconditions.java888 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/
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/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/
DSimpleClassPassedDepsFactory.java32 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassPassedDepsFactory
DMultipleProvidedParamsSameKeyFactory.java43 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in MultipleProvidedParamsSameKeyFactory
DClassUsingQualifierWithArgsFactory.java38 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
DSimpleClassVarargsFactory.java37 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassVarargsFactory
DProviderArgumentToCreateMethodFactory.java39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ProviderArgumentToCreateMethodFactory
DSimpleClassMixedDepsFactory.java39 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassMixedDepsFactory
DCheckerFrameworkNullableFactory.java47 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in CheckerFrameworkNullableFactory
DSimpleClassProvidedProviderDepsFactory.java42 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in SimpleClassProvidedProviderDepsFactory
DFactoryImplementingGenericInterfaceExtensionFactory.java42 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.java52 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in FactoryImplementingCreateMethod_ConcreteClassFactory
DConstructorAnnotatedFactory.java49 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedFactory
DConstructorAnnotatedNonFinalFactory.java49 private static <T> T checkNotNull(T reference, int argumentIndex) { in checkNotNull() method in ConstructorAnnotatedNonFinalFactory
DSimpleClassProvidedDepsFactory.java52 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/
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
/external/conscrypt/common/src/main/java/org/conscrypt/metrics/
DOptionalMethod.java79 private static <T> T checkNotNull(T reference) { in checkNotNull() method in OptionalMethod

12