/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)
|
/dalvik/libcore/luni/src/main/native/ |
java_io_ObjectInputStream.c | 36 * Two options now. Maybe getFieldID caused an exception, 37 * or maybe it returned the real value 59 * Two options now. Maybe getFieldID caused an exception, 60 * or maybe it returned the real value 82 * Two options now. Maybe getFieldID caused an exception, 83 * or maybe it returned the real value 105 * Two options now. Maybe getFieldID caused an exception, 106 * or maybe it returned the real value 128 * Two options now. Maybe getFieldID caused an exception, 129 * or maybe it returned the real value [all...] |
java_io_ObjectOutputStream.c | 30 * Two options now. Maybe getFieldID caused an exception, 31 * or maybe it returned the real value 50 * Two options now. Maybe getFieldID caused an exception, 51 * or maybe it returned the real value 70 * Two options now. Maybe getFieldID caused an exception, 71 * or maybe it returned the real value 90 * Two options now. Maybe getFieldID caused an exception, 91 * or maybe it returned the real value 110 * Two options now. Maybe getFieldID caused an exception, 111 * or maybe it returned the real value [all...] |
/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>
|
/external/proguard/src/proguard/evaluation/value/ |
UnknownIntegerValue.java | 183 return MAYBE; 188 return MAYBE; 193 return MAYBE;
|
/external/icu4c/layout/ |
ExtensionSubtables.cpp | 19 // FIXME: should look at the format too... maybe have a sub-class for it?
|