HomeSort by relevance Sort by last modified time
    Searched refs:emptySet (Results 1 - 25 of 44) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/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/rop/code/
LocalVariableInfo.java 38 private final RegisterSpecSet emptySet;
64 this.emptySet = new RegisterSpecSet(regCount);
69 emptySet.setImmutable();
145 return (result != null) ? result : emptySet;
230 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/model/impl/
SigAnnotatableElement.java 32 annotations = Collections.emptySet();
SigAnnotation.java 34 elements = Collections.emptySet();
SigField.java 37 modifiers = Collections.emptySet();
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 46 Collections.<String>emptySet(), "", -1);
  /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);
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java 83 interfaces = Collections.emptySet();
107 methods = Collections.emptySet();
  /libcore/luni/src/test/java/libcore/java/util/
CollectionsTest.java 43 testEmptyIterator(Collections.emptySet().iterator());
OldCollectionsTest.java 600 * java.util.Collections.EmptySet#readResolve()
607 Collection<String> c = Collections.emptySet();
769 Set<String> ss = Collections.emptySet();
770 Set<Integer> si = Collections.emptySet();
  /external/icu4c/test/intltest/
uobjtest.cpp 329 UnicodeSet emptySet;
330 TESTCLASSID_NONE_CTOR(FilteredNormalizer2, (*noNormalizer2, emptySet));
574 UnicodeSet emptySet;
577 typeid(*nf) == typeid(emptySet)
itutil.cpp 338 UnicodeSet emptySet;
339 LocalUNormalizer2Pointer fn2(unorm2_openFiltered(nfc, emptySet.toUSet(), errorCode));
  /cts/tools/signature-tools/src/signature/compare/
Main.java 162 return Collections.emptySet();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java 62 mInitialSelection = Collections.emptySet();
RenderService.java 100 private Set<UiElementNode> mExpandNodes = Collections.<UiElementNode>emptySet();
430 false, Collections.<UiElementNode>emptySet(), mDensity, mXdpi, mProject) {
  /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...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumSetTest.java 332 Set emptySet = EnumSet.noneOf(EmptyEnum.class);
335 emptySet.add(elements[i]);
337 boolean result = set.addAll(emptySet);
757 EnumSet<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class);
760 emptySet.add((EmptyEnum)elements[i]);
762 boolean result = set.containsAll(emptySet);
781 emptySet = EnumSet.noneOf(EmptyEnum.class);
782 result = set.containsAll(emptySet);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java 332 Set emptySet = EnumSet.noneOf(EmptyEnum.class);
335 emptySet.add(elements[i]);
337 boolean result = set.addAll(emptySet);
757 EnumSet<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class);
760 emptySet.add((EmptyEnum)elements[i]);
762 boolean result = set.containsAll(emptySet);
781 emptySet = EnumSet.noneOf(EmptyEnum.class);
782 result = set.containsAll(emptySet);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java 234 return Collections.emptySet();
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 311 return Collections.emptySet();
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 344 return Collections.emptySet();
  /sdk/anttasks/src/com/android/ant/
DependencyGraph.java 43 private Set<File> mTargets = Collections.emptySet();
  /external/protobuf/java/src/main/java/com/google/protobuf/
DynamicMessage.java 67 return new DynamicMessage(type, FieldSet.<FieldDescriptor>emptySet(),

Completed in 1982 milliseconds

1 2