/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/nullables/ |
H A D | Nullable.java | 3 @interface Nullable {} interface
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
H A D | Nullable.java | 14 public @interface Nullable { interface
|
/external/testng/src/main/java/org/testng/internal/ |
H A D | Nullable.java | 11 public @interface Nullable { interface
|
/external/jcommander/src/main/java/com/beust/jcommander/internal/ |
H A D | Nullable.java | 11 public @interface Nullable { interface
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
H A D | JpaPersistService.java | 50 @Nullable @Jpa Map<?,?> persistenceProperties) { 137 private @interface Nullable { } interface in class:JpaPersistService
|
/external/guice/core/test/com/google/inject/ |
H A D | NullableInjectionPointTest.java | 27 "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 D | ProviderMethodsTest.java | 871 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 D | Specifiers.h | 270 Nullable, member in class:clang::NullabilityKind
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 14 // * 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. 51 Nullable, member in class:__anon1692::Nullability 70 case Nullability::Nullable: 97 "Nullable pointer is assigned to a pointer which is expected to have " 99 "Nullable pointer is returned from a function that is expected to return a " 101 "Nullable pointer is dereferenced", 102 "Nullable pointer is passed to a callee that requires a non-null argument"}; 324 return Nullability::Nullable; [all...] |
/external/guice/lib/build/ |
H A D | jsr305.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/concurrent/GuardedBy ... |
/external/owasp/sanitizer/distrib/lib/ |
H A D | jsr305.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ... |
/external/owasp/sanitizer/lib/jsr305/ |
H A D | jsr305.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | jsr305.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ... |
H A D | annotations.jar | META-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ... |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
/external/vogar/lib/ |
H A D | jsr305.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/Tainted.class Tainted. ... |
/external/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1370 static const uint8_t Nullable = 2; local 1373 // None NonNull Nullable Unspecified 1374 /* None */ { None, None, Nullable, None }, 1375 /* NonNull */ { None, NonNull, Nullable, Unspecified }, 1376 /* Nullable */ { Nullable, Nullable, Nullable, Nullable }, 1377 /* Unspecified */ { None, Unspecified, Nullable, Unspecifie [all...] |
/external/testng/lib-supplied/ |
H A D | guice-2.0.jar | META-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |