Searched refs:MAYBE (Results 1 - 14 of 14) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/meta/
H A DWhen.java7 * In particular, an issues should be reported if an ALWAYS or MAYBE value is
8 * used where a NEVER value is required, or if a NEVER or MAYBE value is used
19 MAYBE, enum constant in enum:When
/external/jsr305/ri/src/main/java/javax/annotation/
H A DCheckForNull.java12 @Nonnull(when = When.MAYBE)
H A DCheckForSigned.java20 @Nonnegative(when = When.MAYBE)
H A DTainted.java12 @Untainted(when = When.MAYBE)
/external/proguard/src/proguard/evaluation/value/
H A DUnknownIntegerValue.java183 return MAYBE;
188 return MAYBE;
193 return MAYBE;
H A DIdentifiedReferenceValue.java56 return this.equals(other) ? ALWAYS : MAYBE;
H A DValue.java31 public static final int MAYBE = 0; field in class:Value
H A DReferenceValue.java85 mayBeNull ? MAYBE :
118 mayBeNull ? MAYBE :
155 return MAYBE;
175 return MAYBE;
183 MAYBE;
414 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
418 return this.type == null && other.type == null ? ALWAYS : MAYBE;
426 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
450 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
H A DSpecificIntegerValue.java319 return this.equals(other) ? ALWAYS : MAYBE;
324 return this.equals(other) ? NEVER : MAYBE;
329 return this.equals(other) ? ALWAYS : MAYBE;
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) {
/external/chromium/chrome/browser/importer/
H A Dimporter_unittest.cc48 #define MAYBE(x) DISABLED_##x macro
50 #define MAYBE(x) x macro
661 TEST_F(ImporterTest, MAYBE(Firefox2Importer)) {
872 TEST_F(ImporterTest, MAYBE(Firefox30Importer)) {
878 TEST_F(ImporterTest, MAYBE(Firefox35Importer)) {
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 563 milliseconds