OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noneof
(Results
1 - 15
of
15
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumSetTest.java
70
* @tests java.util.EnumSet#
noneOf
(java.lang.Class)
75
EnumSet.
noneOf
((Class) null);
82
EnumSet.
noneOf
(Enum.class);
91
EnumSet.
noneOf
(c);
98
.
noneOf
(EnumWithAllInnerClass.class);
105
EnumSet.
noneOf
(hc);
112
.
noneOf
(HugeEnumWithInnerClass.class);
141
EnumSet<HugeEnumCount> set = EnumSet.
noneOf
(HugeEnumCount.class);
217
Set<EnumFoo> set = EnumSet.
noneOf
(EnumFoo.class);
279
Set<HugeEnum> hugeSet = EnumSet.
noneOf
(HugeEnum.class)
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java
70
* java.util.EnumSet#
noneOf
(java.lang.Class)
75
EnumSet.
noneOf
((Class) null);
82
EnumSet.
noneOf
(Enum.class);
91
EnumSet.
noneOf
(c);
98
.
noneOf
(EnumWithAllInnerClass.class);
105
EnumSet.
noneOf
(hc);
112
.
noneOf
(HugeEnumWithInnerClass.class);
141
EnumSet<HugeEnumCount> set = EnumSet.
noneOf
(HugeEnumCount.class);
217
Set<EnumFoo> set = EnumSet.
noneOf
(EnumFoo.class);
279
Set<HugeEnum> hugeSet = EnumSet.
noneOf
(HugeEnum.class)
[
all
...]
/libcore/luni/src/main/java/java/util/
EnumSet.java
44
public static <E extends Enum<E>> EnumSet<E>
noneOf
(Class<E> elementType) {
66
EnumSet<E> set =
noneOf
(elementType);
83
EnumSet<E> set = EnumSet.
noneOf
(s.elementClass);
111
EnumSet<E> set = EnumSet.
noneOf
(element.getDeclaringClass());
131
EnumSet<E> set = EnumSet.
noneOf
(s.elementClass);
152
EnumSet<E> set = EnumSet.
noneOf
(e.getDeclaringClass());
289
EnumSet<E> set = EnumSet.
noneOf
(start.getDeclaringClass());
327
EnumSet<E> set = EnumSet.
noneOf
(elementType);
/libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java
134
EnumSet m = EnumSet.
noneOf
(E.class);
145
EnumSet m = EnumSet.
noneOf
(E.class);
168
EnumSet m = EnumSet.
noneOf
(HugeE.class);
179
EnumSet m = EnumSet.
noneOf
(HugeE.class);
/dalvik/dx/src/com/android/dx/command/annotool/
Main.java
64
EnumSet<ElementType> eTypes = EnumSet.
noneOf
(ElementType.class);
67
EnumSet<PrintType> printTypes = EnumSet.
noneOf
(PrintType.class);
/frameworks/base/core/java/com/google/android/collect/
Sets.java
36
* EnumSet#
noneOf
} instead.
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
Bridge.java
60
return EnumSet.
noneOf
(Capability.class);
/external/guava/src/com/google/common/collect/
Sets.java
122
* TODO:
noneOf
() and addAll() will both throw NullPointerExceptions when
125
* iterable is null but elementType is not,
noneOf
() will throw a
135
EnumSet<E> set = EnumSet.
noneOf
(elementType);
149
* EnumSet#
noneOf
} instead.
[
all
...]
/cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java
153
Set<Modifier> modifiers = EnumSet.
noneOf
(Modifier.class);
/external/guava/javadoc/com/google/common/base/class-use/
CharMatcher.html
317
<TD><CODE><B>CharMatcher.</B><B><A HREF="../../../../../com/google/common/base/CharMatcher.html#
noneOf
(java.lang.CharSequence)">
noneOf
</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</A> sequence)</CODE>
/cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java
609
Set<Modifier> modifiers = EnumSet.
noneOf
(Modifier.class);
/external/guava/javadoc/com/google/common/base/
CharMatcher.html
461
<TD><CODE><B><A HREF="../../../../com/google/common/base/CharMatcher.html#
noneOf
(java.lang.CharSequence)">
noneOf
</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</A> sequence)</CODE>
[
all
...]
/external/guava/src/com/google/common/base/
CharMatcher.java
465
public static CharMatcher
noneOf
(CharSequence sequence) {
[
all
...]
/external/guava/javadoc/com/google/common/collect/
Sets.html
[
all
...]
/prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar
Completed in 973 milliseconds