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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListGetCheckItemIdsTest.java 107 assertChecked("Unchecked element appears checked", 0, 1, 3);
110 assertChecked("Unchecked element remains", 0, 3);
113 assertChecked("Already unchecked element appears", 0, 3);
116 assertChecked("Unchecked 3 remains", 0);
119 assertChecked("Twice unchecked 3 remains", 0);
122 assertChecked("Checked items after last element unchecked");
  /libcore/luni/src/main/java/java/lang/
EnumConstantNotPresentException.java 28 @SuppressWarnings("unchecked")
43 @SuppressWarnings("unchecked")
55 @SuppressWarnings("unchecked")
  /dalvik/hit/test/
testparser 3 find ../src -name \*java | xargs javac -d build -Xlint:unchecked
  /external/guava/src/com/google/common/collect/
NaturalOrdering.java 28 @SuppressWarnings("unchecked") // TODO: the right way to explain this??
39 @SuppressWarnings("unchecked") // we're permitted to throw CCE
44 @SuppressWarnings("unchecked") // TODO: the right way to explain this??
50 @SuppressWarnings("unchecked") // TODO: the right way to explain this??
ReverseNaturalOrdering.java 26 @SuppressWarnings("unchecked") // TODO: the right way to explain this??
37 @SuppressWarnings("unchecked") // we're permitted to throw CCE
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.java 25 @SuppressWarnings("unchecked")
32 @SuppressWarnings("unchecked")
ChangeViewContribution.java 25 @SuppressWarnings("unchecked")
32 @SuppressWarnings("unchecked")
ExtractIncludeContribution.java 25 @SuppressWarnings("unchecked")
32 @SuppressWarnings("unchecked")
ExtractStyleContribution.java 25 @SuppressWarnings("unchecked")
32 @SuppressWarnings("unchecked")
UnwrapContribution.java 25 @SuppressWarnings("unchecked")
32 @SuppressWarnings("unchecked")
WrapInContribution.java 25 @SuppressWarnings("unchecked")
32 @SuppressWarnings("unchecked")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringContribution.java 32 @SuppressWarnings("unchecked")
45 @SuppressWarnings("unchecked")
  /frameworks/base/core/java/android/widget/
RadioButton.java 29 * unchecked. When the radio button is unchecked, the user can press or click it
31 * button cannot be unchecked by the user once checked.
  /external/easymock/src/org/easymock/internal/
JavaProxyFactory.java 22 @SuppressWarnings("unchecked")
  /frameworks/base/core/java/android/util/
AndroidRuntimeException.java 20 * Base class for all unchecked exceptions thrown by the Android frameworks.
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
KeyPairGeneratorTestRSA.java 23 @SuppressWarnings("unchecked")
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 89 @SuppressWarnings("unchecked")
103 @SuppressWarnings("unchecked")
109 @SuppressWarnings("unchecked")
115 @SuppressWarnings("unchecked")
121 @SuppressWarnings("unchecked")
128 @SuppressWarnings("unchecked")
150 @SuppressWarnings("unchecked")
163 @SuppressWarnings("unchecked")
  /external/oprofile/libpopt/
system.h 7 /*@unchecked@*/
9 /*@unchecked@*/
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 65 @SuppressWarnings("unchecked")
76 @SuppressWarnings("unchecked")
89 @SuppressWarnings("unchecked")
108 @SuppressWarnings("unchecked")
145 @SuppressWarnings("unchecked")
162 @SuppressWarnings("unchecked")
184 @SuppressWarnings("unchecked")
214 @SuppressWarnings("unchecked")
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericArrayTypeTest.java 34 @SuppressWarnings("unchecked")
51 @SuppressWarnings("unchecked")
BoundedGenericMethodsTests.java 27 @SuppressWarnings("unchecked")
40 @SuppressWarnings("unchecked")
83 @SuppressWarnings("unchecked")
WildcardTypeTest.java 30 @SuppressWarnings({"unchecked", "hiding"})
42 @SuppressWarnings("unchecked")
108 @SuppressWarnings("unchecked")
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 39 @SuppressWarnings({"unchecked","unused"})
103 @SuppressWarnings("unchecked")
872 @SuppressWarnings("unchecked")
889 @SuppressWarnings("unchecked")
903 @SuppressWarnings("unchecked")
938 @SuppressWarnings("unchecked")
958 @SuppressWarnings("unchecked")
987 @SuppressWarnings("unchecked")
1018 @SuppressWarnings("unchecked")
1064 @SuppressWarnings("unchecked")
    [all...]
  /libcore/luni/src/main/java/java/util/
EnumMap.java 63 @SuppressWarnings("unchecked")
93 @SuppressWarnings("unchecked")
100 @SuppressWarnings("unchecked")
107 @SuppressWarnings("unchecked")
156 @SuppressWarnings("unchecked")
175 @SuppressWarnings("unchecked")
211 @SuppressWarnings("unchecked")
222 @SuppressWarnings("unchecked")
255 @SuppressWarnings("unchecked")
299 @SuppressWarnings("unchecked")
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
MockSharedPreferences.java 36 @SuppressWarnings("unchecked")
84 @SuppressWarnings("unchecked")
142 @SuppressWarnings("unchecked")

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 91011>>