/external/guava/guava/src/com/google/common/collect/ |
Multisets.java | 76 // Since it's unmodifiable, the covariant cast is safe 105 // This is safe because all non-covariant methods are overriden [all...] |
ImmutableList.java | 252 @SuppressWarnings("unchecked") // all supported methods are covariant
|
ImmutableSet.java | 366 @SuppressWarnings("unchecked") // all supported methods are covariant
|
ImmutableSortedMultiset.java | 255 @SuppressWarnings("unchecked") // immutable collections are always safe for covariant casts
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
allBugDescriptions.html | 68 <tr bgcolor="#ffffff"><td><a href="#CO_ABSTRACT_SELF">Co: Abstract class defines covariant compareTo() method</a></td><td>Bad practice</td></tr> 69 <tr bgcolor="#eeeeee"><td><a href="#CO_SELF_NO_OBJECT">Co: Covariant compareTo() method defined</a></td><td>Bad practice</td></tr> 79 <tr bgcolor="#eeeeee"><td><a href="#EQ_ABSTRACT_SELF">Eq: Abstract class defines covariant equals() method</a></td><td>Bad practice</td></tr> 83 <tr bgcolor="#eeeeee"><td><a href="#EQ_SELF_NO_OBJECT">Eq: Covariant equals() method defined</a></td><td>Bad practice</td></tr> 188 <tr bgcolor="#ffffff"><td><a href="#EQ_DONT_DEFINE_EQUALS_FOR_ENUM">Eq: Covariant equals() method defined for enum</a></td><td>Correctness</td></tr> 192 <tr bgcolor="#ffffff"><td><a href="#EQ_SELF_USE_OBJECT">Eq: Covariant equals() method defined, Object.equals(Object) inherited</a></td><td>Correctness</td></tr> [all...] |
bugDescriptions.html | 63 <tr bgcolor="#ffffff"><td><a href="#CO_ABSTRACT_SELF">Co: Abstract class defines covariant compareTo() method</a></td><td>Bad practice</td></tr> 64 <tr bgcolor="#eeeeee"><td><a href="#CO_SELF_NO_OBJECT">Co: Covariant compareTo() method defined</a></td><td>Bad practice</td></tr> 74 <tr bgcolor="#eeeeee"><td><a href="#EQ_ABSTRACT_SELF">Eq: Abstract class defines covariant equals() method</a></td><td>Bad practice</td></tr> 78 <tr bgcolor="#eeeeee"><td><a href="#EQ_SELF_NO_OBJECT">Eq: Covariant equals() method defined</a></td><td>Bad practice</td></tr> 182 <tr bgcolor="#eeeeee"><td><a href="#EQ_DONT_DEFINE_EQUALS_FOR_ENUM">Eq: Covariant equals() method defined for enum</a></td><td>Correctness</td></tr> 186 <tr bgcolor="#eeeeee"><td><a href="#EQ_SELF_USE_OBJECT">Eq: Covariant equals() method defined, Object.equals(Object) inherited</a></td><td>Correctness</td></tr> [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
AbstractComponentWriter.java | 327 // because it might be a type variable. We make use of covariant returns to allow 434 // Otherwise we use the builderWriter and take advantage of covariant returns [all...] |
/external/google-breakpad/src/testing/test/ |
gmock-actions_test.cc | 578 // Tests that ReturnRef(v) is covariant. 602 // Tests that ReturnRefOfCopy(v) is covariant. [all...] |
/external/googletest/googlemock/test/ |
gmock-actions_test.cc | 656 // Tests that ReturnRef(v) is covariant. 680 // Tests that ReturnRefOfCopy(v) is covariant. [all...] |
/external/v8/testing/gmock/test/ |
gmock-actions_test.cc | 656 // Tests that ReturnRef(v) is covariant. 680 // Tests that ReturnRefOfCopy(v) is covariant. [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | 512 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 513 /// the type parameter is covariant and T is a subtype of U. 514 Covariant, 516 /// when the type parameter is covariant and U is a subtype of T. [all...] |
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/ |
ProxyBuilderTest.java | 790 * that support covariant return types. Calling 'Object call()' on the [all...] |
/external/libchrome/base/ |
values.h | 159 // this works because C++ supports covariant return types.
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Method.java | 76 // This is necessary for methods that have covariant return types.
|
/libcore/ojluni/src/main/java/java/time/chrono/ |
JapaneseChronology.java | 288 @Override // override with covariant return type
|
MinguoDate.java | 419 @Override // for javadoc and covariant return type
|
ThaiBuddhistDate.java | 419 @Override // for javadoc and covariant return type
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DeclObjC.h | 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 518 /// the type parameter is covariant and T is a subtype of U. 519 Covariant, 521 /// when the type parameter is covariant and U is a subtype of T. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
DeclObjC.h | 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 518 /// the type parameter is covariant and T is a subtype of U. 519 Covariant, 521 /// when the type parameter is covariant and U is a subtype of T. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
DeclObjC.h | 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 518 /// the type parameter is covariant and T is a subtype of U. 519 Covariant, 521 /// when the type parameter is covariant and U is a subtype of T. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
DeclObjC.h | 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 518 /// the type parameter is covariant and T is a subtype of U. 519 Covariant, 521 /// when the type parameter is covariant and U is a subtype of T. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
DeclObjC.h | 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 518 /// the type parameter is covariant and T is a subtype of U. 519 Covariant, 521 /// when the type parameter is covariant and U is a subtype of T. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
DeclObjC.h | 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 518 /// the type parameter is covariant and T is a subtype of U. 519 Covariant, 521 /// when the type parameter is covariant and U is a subtype of T. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
DeclObjC.h | 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 518 /// the type parameter is covariant and T is a subtype of U. 519 Covariant, 521 /// when the type parameter is covariant and U is a subtype of T. [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DeclObjC.h | 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when 518 /// the type parameter is covariant and T is a subtype of U. 519 Covariant, 521 /// when the type parameter is covariant and U is a subtype of T. [all...] |