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

1 2

  /cts/tools/signature-tools/src/signature/model/impl/
SigAnnotatableElement.java 32 annotations = Collections.emptySet();
SigAnnotation.java 34 elements = Collections.emptySet();
SigField.java 37 modifiers = Collections.emptySet();
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableInfo.java 38 private final RegisterSpecSet emptySet;
64 this.emptySet = new RegisterSpecSet(regCount);
69 emptySet.setImmutable();
141 return (result != null) ? result : emptySet;
226 if (blockStarts[label] == emptySet) {
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 40 private final RegisterSpecSet emptySet;
65 this.emptySet = new RegisterSpecSet(regCount);
70 emptySet.setImmutable();
142 return (result != null) ? result : emptySet;
227 if (blockStarts[index] == emptySet) {
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java 83 interfaces = Collections.emptySet();
107 methods = Collections.emptySet();
  /external/guava/src/com/google/common/collect/
ImmutableSortedSet.java 96 private static <E> ImmutableSortedSet<E> emptySet() {
100 static <E> ImmutableSortedSet<E> emptySet(
103 return emptySet();
113 return emptySet();
197 return emptySet(comparator);
369 return emptySet(comparator);
393 return emptySet(comparator);
RegularImmutableSortedSet.java 246 return emptySet(comparator);
ImmutableSet.java 71 * to {@link Collections#emptySet}, and is preferable mainly for consistency
ImmutableSortedMap.java 513 return ImmutableSortedSet.emptySet(comparator);
Iterators.java 68 * Collections#emptySet}.
    [all...]
  /frameworks/base/core/java/com/google/android/collect/
Sets.java 39 * use {@link Collections#emptySet} instead.
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 104 private static final Set<IField> EMPTY_FIELDS = Collections.emptySet();
106 .emptySet();
108 Collections.emptySet();
112 Collections.emptySet();
114 .emptySet();
370 Set<SigMethod> methods = Collections.emptySet();
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 726 * @tests java.util.Collections.EmptySet#readResolve()
745 Collection<String> c = Collections.emptySet();
993 method = "emptySet",
997 Set<String> ss = Collections.emptySet();
998 Set<Integer> si = Collections.emptySet();
  /cts/tools/signature-tools/src/signature/compare/
Main.java 162 return Collections.emptySet();
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java 362 Set emptySet = EnumSet.noneOf(EmptyEnum.class);
365 emptySet.add(elements[i]);
367 boolean result = set.addAll(emptySet);
829 EnumSet<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class);
832 emptySet.add((EmptyEnum)elements[i]);
834 boolean result = set.containsAll(emptySet);
853 emptySet = EnumSet.noneOf(EmptyEnum.class);
854 result = set.containsAll(emptySet);
    [all...]
  /external/guava/javadoc/com/google/common/collect/
ImmutableSet.html 405 to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collections.html?is-external=true#emptySet()" title="class or interface in java.util"><CODE>Collections.emptySet()</CODE></A>, and is preferable mainly for consistency
    [all...]
Iterators.html     [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Collections.java 98 private static final class EmptySet extends AbstractSet implements
184 public static final Set EMPTY_SET = new EmptySet();
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest4.java 173 // java.io.ObjectOutputStream.writeObject(java.util.Collections.EmptySet)
212 // java.io.ObjectOutputStream.writeObject(java.util.Collections.EmptySet)
    [all...]
  /frameworks/base/
preloaded-classes 953 java.util.Collections$EmptySet
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLSchema.java     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /cts/tools/signature-tools/spec/
android.spec 6 visibilityt Lsignature/converter/Visibility;xpt cts_dex_1.0.1srjava.util.HashSet?D?????4xpw ?@-srsignature.model.impl.SigPackage?,4?L?Lclassesq~Lnameq~xr*signature.model.impl.SigAnnotatableElement?bd??L annotationsq~xpsrjava.util.Collections$EmptySet?r??(xpsq~w ?@sr'signature.model.impl.SigClassDefinitionDED???LannotationFieldsq~L constructorsq~LdeclaringClasst"Lsignature/model/IClassDefinition;L enumConstantsq~Lfieldsq~L innerClassesq~L
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 1008 milliseconds

1 2