Searched refs:nullability (Results 1 – 4 of 4) sorted by relevance
1 # The following classes have nullability annotations directly in their source3 # with annotations in stub files under ojluni/annotations/sdk/nullability/
767 // available to metalava. Used for nullability annotations in OpenJDK source.777 name: "ojluni-annotated-nullability-stubs",778 path: "ojluni/annotations/sdk/nullability",841 // that contain nullability annotations when targeting java language level 1.9849 // The nullability annotations used by the generated stubs.931 … "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* ",936 // Emit nullability annotations from the source to the stub files.993 // Make nullability annotations available when compiling public stubs.1113 // Target for validating nullability annotations for correctness and1114 // completeness. To check that there are no nullability errors:[all …]
13 libcore/ojluni/annotations/sdk/nullability:15 relating to nullability. Adding an annotated stub file to this subdirectory19 …nullability/$(dirname ${FILE}) && cp out/soong/.intermediates/libcore/openjdk-sdk-stubs-no-javadoc…20 3. Add nullability annotations to the new files.
2058 boolean[] nullability) throws SQLException in assertMetaDataResultSet() argument2068 if (nullability != null) in assertMetaDataResultSet()2069 assertNullability(rs, nullability); in assertMetaDataResultSet()2144 boolean[] nullability) throws SQLException in assertNullability() argument2150 nullability.length, rsmd.getColumnCount()); in assertNullability()2154 int expected = nullability[i] ? in assertNullability()