HomeSort by relevance Sort by last modified time
    Searched full:nullness (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/jsr305/ri/src/main/java/javax/annotation/
ParametersAreNullableByDefault.java 14 * <li>An explicit nullness annotation
20 * <p>This annotation implies the same "nullness" as no annotation. However, it is different
ParametersAreNonnullByDefault.java 14 * <li>An explicit nullness annotation
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 251 ConditionTruthVal Nullness = State->isNull(Val);
252 if (Nullness.isConstrainedFalse())
254 if (Nullness.isConstrainedTrue())
493 NullConstraint Nullness = getNullConstraint(*RetSVal, State);
499 Nullness == NullConstraint::IsNull &&
519 Nullness != NullConstraint::IsNotNull &&
565 NullConstraint Nullness = getNullConstraint(*ArgSVal, State);
571 if (Filter.CheckNullPassedToNonnull && Nullness == NullConstraint::IsNull &&
590 if (Nullness == NullConstraint::IsNotNull ||
675 NullConstraint Nullness = getNullConstraint(*DefOrUnknown, State)
    [all...]
  /external/jsr305/javadoc/javax/annotation/
ParametersAreNullableByDefault.html 103 <li>An explicit nullness annotation
109 <p>This annotation implies the same "nullness" as no annotation. However, it is different
package-summary.html 160 An explicit nullness annotation
171 An explicit nullness annotation
ParametersAreNonnullByDefault.html 103 <li>An explicit nullness annotation
  /external/clang/test/Analysis/
nullability.mm 140 // about the nullness of the receiver.
misc-ps.m 273 // For pointer arithmetic, --/++ should be treated as preserving non-nullness,
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
NavigationView.java 150 // Hamburger if drawer is present, else sad nullness.
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
annotations.html 91 Used to indicate that the nullness of the target is unknown, or my vary in unknown ways in subclasses.
94 Used to indicate that the nullness of the target is unknown, or my vary in unknown ways in subclasses.
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 210 * int-likeness, known-nullness, and array dimensions, but does
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 174 // We use nullness of options as a proxy for an sdk check >= JB
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java 185 //noinspection StringEquality for nullness check.
  /external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
annotations.html 62 Used to indicate that the nullness of the target is unknown, or my vary in unknown ways in subclasses.
65 Used to indicate that the nullness of the target is unknown, or my vary in unknown ways in subclasses.
  /cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java 197 * Checks that the nullness of values are what we expect.
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 53 * otherwise null. nullness used to detect if callers try to
  /external/jsr305/javadoc/
index-all.html 174 An explicit nullness annotation
181 An explicit nullness annotation
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 870 || (!myBuf->data() ^ !oBuf->data()) // data nullness differs
  /libcore/ojluni/src/main/java/java/io/
BufferedInputStream.java 64 * necessary because closes can be asynchronous. We use nullness
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
Changes.html 181 <li>Type qualifier annotations, including nullness
216 <li>added nullness annotations for some common Eclipse API
    [all...]
manual_ja.xml     [all...]
  /libcore/ojluni/src/main/java/java/util/
TreeMap.java 540 // nullness of the input key. However, several applications seem to have written comparators
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 410 // Clear this at start, as we use its non-NULLness later (in the
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java 110 * @param object An object to test for nullness.
    [all...]

Completed in 2231 milliseconds

1 2 3