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

1 2 3 4 5 6 7 8 91011>>

  /external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java 7 * 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,
  /external/genext2fs/
TODO 8 - mke2fs includes reserved blocks in free blocks, maybe we should too
  /cts/tools/signature-tools/src/signature/compare/model/
IClassDefinitionDelta.java 34 * @return a set of field deltas, maybe {@code null}
42 * @return a set of enum constant deltas, maybe {@code null}
50 * @return a set of annotation field deltas, maybe {@code null}
58 * @return a set of method deltas, maybe {@code null}
66 * @return a set of constructor deltas, maybe {@code null}
74 * @return a set of modifier deltas, maybe {@code null}
81 * @return a super class delta, maybe {@code null}
89 * @return a set of interface deltas, maybe {@code null}
IExecutableMemberDelta.java 34 * @return a set of modifier deltas, maybe {@code null}
42 * @return a set of exception deltas, maybe {@code null}
50 * @return a set of parameter deltas, maybe {@code null}
IParameterizedTypeDelta.java 33 * @return a raw type delta, maybe {@code null}
40 * @return a owner type delta, maybe {@code null}
48 * @return a set of argument type deltas, maybe {@code null}
IMemberDelta.java 33 * @return a type delta, maybe {@code null}
41 * @return a set of modifier deltas, maybe {@code null}
ITypeVariableDefinitionDelta.java 31 * @return an upper bound delta, maybe {@code null}
39 * @return a generic declaration delta, maybe {@code null}
IUpperBoundsDelta.java 37 * @return the upper bound delta of the first upper bound, maybe {@code
46 * @return a set of remaining upper bound deltas, maybe {@code null}
IWildcardTypeDelta.java 30 * @return the upper bound delta, maybe {@code null}
37 * @return the lower bound delta, maybe {@code null}
IAnnotatableElementDelta.java 31 * @return a set of annotation deltas, maybe {@code null}
IAnnotationElementDelta.java 30 * @return a value delta, maybe {@code null}
IAnnotationFieldDelta.java 30 * @return the default value delta, maybe {@code null}
IArrayTypeDelta.java 30 * @return a component type delta, maybe {@code null}
IMethodDelta.java 30 * @return a return type delta, maybe {@code null}
IParameterDelta.java 31 * @return a parameter type delta, maybe {@code null}
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckForNull.java 12 @Nonnull(when = When.MAYBE)
Tainted.java 12 @Untainted(when = When.MAYBE)
  /external/dnsmasq/contrib/try-all-ns/
README-2.47 5 Maybe the patch in question is not acceptible
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) {
  /external/qemu/distrib/sdl-1.2.12/
BUGS 7 been reported, discussed, and maybe even fixed.
  /external/webkit/WebCore/manual-tests/
input-empty-on-focus.html 6 test obsolete. Maybe we can find some other way to test the same code path.</p>
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
psy_const.h 64 #define MAX_SFB_SHORT 15 /* 15 for a memory optimized implementation, maybe 16 for convenient debugging */
65 #define MAX_SFB_LONG 51 /* 51 for a memory optimized implementation, maybe 64 for convenient debugging */
  /libcore/luni/src/main/java/java/security/
ProtectionDomain.java 63 * the code source associated with this domain, maybe {@code
67 * be statically granted to this {@code ProtectionDomain}, maybe
96 * the code source associated with this domain, maybe {@code
99 * the permissions associated with this domain, maybe {@code
102 * the class loader associated with this domain, maybe {@code
105 * the principals associated with this domain, maybe {@code
129 * ProtectionDomain}, maybe {@code null}.
138 * @return the {@code CodeSource} of this {@code ProtectionDomain}, maybe
150 * ProtectionDomain}, maybe {@code null}.
  /external/proguard/src/proguard/evaluation/value/
UnknownIntegerValue.java 183 return MAYBE;
188 return MAYBE;
193 return MAYBE;
  /external/icu4c/layout/
ExtensionSubtables.cpp 21 // FIXME: should look at the format too... maybe have a sub-class for it?

Completed in 1502 milliseconds

1 2 3 4 5 6 7 8 91011>>