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

1 2 3 4 5 6

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFormXObject.cpp 24 SkTSet<SkPDFObject*> emptySet;
26 resourceDict->getReferencedResources(emptySet, &fResources, false);
53 SkTSet<SkPDFObject*> emptySet;
54 resourceDict->getReferencedResources(emptySet, &fResources, false);
  /external/skia/src/pdf/
SkPDFFormXObject.cpp 24 SkTSet<SkPDFObject*> emptySet;
26 resourceDict->getReferencedResources(emptySet, &fResources, false);
53 SkTSet<SkPDFObject*> emptySet;
54 resourceDict->getReferencedResources(emptySet, &fResources, false);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
IteratorFeature.java 54 Collections.emptySet();
TestsForListsInJavaUtil.java 66 return Collections.emptySet();
69 return Collections.emptySet();
72 return Collections.emptySet();
75 return Collections.emptySet();
78 return Collections.emptySet();
81 return Collections.emptySet();
84 return Collections.emptySet();
87 return Collections.emptySet();
90 return Collections.emptySet();
93 return Collections.emptySet();
    [all...]
TestsForQueuesInJavaUtil.java 60 return Collections.emptySet();
63 return Collections.emptySet();
66 return Collections.emptySet();
69 return Collections.emptySet();
72 return Collections.emptySet();
75 return Collections.emptySet();
TestsForSetsInJavaUtil.java 71 return Collections.emptySet();
74 return Collections.emptySet();
77 return Collections.emptySet();
80 return Collections.emptySet();
83 return Collections.emptySet();
86 return Collections.emptySet();
89 return Collections.emptySet();
92 return Collections.emptySet();
95 return Collections.emptySet();
98 return Collections.emptySet();
    [all...]
TestsForMapsInJavaUtil.java 64 return Collections.emptySet();
67 return Collections.emptySet();
70 return Collections.emptySet();
73 return Collections.emptySet();
76 return Collections.emptySet();
79 return Collections.emptySet();
82 return Collections.emptySet();
  /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 37 private final RegisterSpecSet emptySet;
63 this.emptySet = new RegisterSpecSet(regCount);
68 emptySet.setImmutable();
144 return (result != null) ? result : emptySet;
229 if (blockStarts[label] == emptySet) {
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 39 private final RegisterSpecSet emptySet;
64 this.emptySet = new RegisterSpecSet(regCount);
69 emptySet.setImmutable();
141 return (result != null) ? result : emptySet;
226 if (blockStarts[index] == emptySet) {
  /external/dexmaker/src/dx/java/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) {
  /external/dexmaker/src/dx/java/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();
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSortedMultiset.java 55 return ImmutableSortedSet.emptySet(comparator());
60 return ImmutableSortedSet.emptySet(reverseComparator());
ImmutableSortedSet.java 99 private static <E> ImmutableSortedSet<E> emptySet() {
103 static <E> ImmutableSortedSet<E> emptySet(
106 return emptySet();
116 return emptySet();
405 ? ImmutableSortedSet.<E>emptySet(comparator)
414 ? ImmutableSortedSet.<E>emptySet(comparator)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
TesterRequirements.java 47 this(Collections.<Feature<?>>emptySet(),
48 Collections.<Feature<?>>emptySet());
CollectionSize.java 73 this.implied = Collections.emptySet();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java 58 private static <E> ImmutableSortedSet<E> emptySet() {
62 static <E> ImmutableSortedSet<E> emptySet(
66 return emptySet();
73 return emptySet();
128 return emptySet(comparator);
211 return emptySet(comparator);
238 ? emptySet(delegate.comparator())
301 return emptySet(comparator());
344 return emptySet(comparator());
354 return emptySet(comparator())
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractCollectionTest.java 101 assertTrue(c.containsAll(Collections.emptySet()));
105 assertFalse(c.removeAll(Collections.emptySet()));
115 assertTrue(c.retainAll(Collections.emptySet()));
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 46 Collections.<String>emptySet(), "", -1);
  /external/smack/src/org/jivesoftware/smack/packet/
DefaultPacketExtension.java 103 return Collections.emptySet();
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilityUtils.java 37 * it returned the unmodifiable {@link Collections#emptySet()}.
43 return Collections.emptySet();
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java 83 interfaces = Collections.emptySet();
107 methods = Collections.emptySet();

Completed in 311 milliseconds

1 2 3 4 5 6