Searched defs:Nullable (Results 1 - 25 of 29) sorted by relevance

12

/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/nullables/
H A DNullable.java3 @interface Nullable {} interface
/external/jsr305/ri/src/main/java/javax/annotation/
H A DNullable.java14 public @interface Nullable { interface
/external/junit-params/src/main/java/junitparams/converters/
H A DNullable.java21 * public void shouldBeNull({@literal @}Nullable String value) {
30 public @interface Nullable { interface
/external/testng/src/main/java/org/testng/internal/
H A DNullable.java11 public @interface Nullable { interface
/external/jcommander/src/main/java/com/beust/jcommander/internal/
H A DNullable.java11 public @interface Nullable { interface
/external/annotation-tools/annotation-file-utilities/tests/
H A DNewInAnnotatedVariable.java4 @interface Nullable {} interface
10 @NonNull Object b2 = new /*@Nullable*/ Double(1);
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaPersistService.java50 @Nullable @Jpa Map<?,?> persistenceProperties) {
137 private @interface Nullable { } interface in class:JpaPersistService
/external/guice/core/test/com/google/inject/
H A DNullableInjectionPointTest.java27 "parameter 0 of " + FooConstructor.class.getName() + ".<init>() is not @Nullable");
39 "parameter 0 of " + FooMethod.class.getName() + ".setFoo() is not @Nullable");
51 " but " + FooField.class.getName() + ".foo is not @Nullable");
209 @Inject NullableFooConstructor(@Nullable Foo foo) {
214 @Inject @Nullable Foo foo;
218 @Inject void setFoo(@Nullable Foo foo) {
225 @Inject CustomNullableFooConstructor(@Namespace.Nullable Foo foo) {
231 @Inject @Namespace.Nullable Foo foo;
235 @Inject void setFoo(@Namespace.Nullable Foo foo) {
243 @interface Nullable { } interface in class:NullableInjectionPointTest
249 @interface Nullable { } interface in interface:NullableInjectionPointTest.Namespace
[all...]
/external/guice/core/test/com/google/inject/spi/
H A DProviderMethodsTest.java871 Long succeed(@Nullable String foo) {
907 "but parameter 0 of " + module.getClass().getName() + ".fail() is not @Nullable",
937 "Guice injected null into parameter {0} of {1} (a {2}), please mark it @Nullable."
951 @interface Nullable {} interface in class:ProviderMethodsTest
/external/clang/include/clang/Basic/
H A DSpecifiers.h282 Nullable, member in class:clang::NullabilityKind
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp14 // * Nullable pointer is passed to a pointer which has a _Nonnull type.
15 // * Nullable pointer is returned from a function which has a _Nonnull return
17 // * Nullable pointer is dereferenced.
54 Nullable, member in class:__anon2008::Nullability
73 case Nullability::Nullable:
353 return Nullability::Nullable;
519 TrackedNullability->getValue() == Nullability::Nullable) {
524 reportBug("Nullable pointer is dereferenced",
527 reportBug("Nullable pointer is passed to a callee that requires a "
643 TrackedNullabValue == Nullability::Nullable
[all...]
/external/kotlinc/lib/
H A Dannotations-13.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/intellij/ org/intellij/lang/ org/intellij/lang/annotations/ ...
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/guice/lib/build/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/concurrent/GuardedBy ...
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/vogar/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/Tainted.class Tainted. ...
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1367 static const uint8_t Nullable = 2; local
1370 // None NonNull Nullable Unspecified
1371 /* None */ { None, None, Nullable, None },
1372 /* NonNull */ { None, NonNull, Nullable, Unspecified },
1373 /* Nullable */ { Nullable, Nullable, Nullable, Nullable },
1374 /* Unspecified */ { None, Unspecified, Nullable, Unspecifie
[all...]
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 705 milliseconds

12