/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | TestsForSetsInJavaUtil.java | 85 return Collections.emptySet(); in suppressForCheckedNavigableSet() 89 return Collections.emptySet(); in suppressForEmptySet() 93 return Collections.emptySet(); in suppressForEmptyNavigableSet() 97 return Collections.emptySet(); in suppressForEmptySortedSet() 101 return Collections.emptySet(); in suppressForSingletonSet() 105 return Collections.emptySet(); in suppressForHashSet() 109 return Collections.emptySet(); in suppressForLinkedHashSet() 113 return Collections.emptySet(); in suppressForEnumSet() 117 return Collections.emptySet(); in suppressForSynchronizedNavigableSet() 121 return Collections.emptySet(); in suppressForTreeSetNatural() [all …]
|
D | TestsForQueuesInJavaUtil.java | 66 return Collections.emptySet(); in suppressForCheckedQueue() 70 return Collections.emptySet(); in suppressForArrayDeque() 74 return Collections.emptySet(); in suppressForLinkedList() 78 return Collections.emptySet(); in suppressForArrayBlockingQueue() 82 return Collections.emptySet(); in suppressForConcurrentLinkedDeque() 86 return Collections.emptySet(); in suppressForConcurrentLinkedQueue() 90 return Collections.emptySet(); in suppressForLinkedBlockingDeque() 94 return Collections.emptySet(); in suppressForLinkedBlockingQueue() 98 return Collections.emptySet(); in suppressForPriorityBlockingQueue() 102 return Collections.emptySet(); in suppressForPriorityQueue()
|
D | TestsForMapsInJavaUtil.java | 84 return Collections.emptySet(); in suppressForCheckedMap() 88 return Collections.emptySet(); in suppressForCheckedNavigableMap() 92 return Collections.emptySet(); in suppressForCheckedSortedMap() 96 return Collections.emptySet(); in suppressForEmptyMap() 100 return Collections.emptySet(); in suppressForEmptyNavigableMap() 104 return Collections.emptySet(); in suppressForEmptySortedMap() 108 return Collections.emptySet(); in suppressForSingletonMap() 112 return Collections.emptySet(); in suppressForHashMap() 116 return Collections.emptySet(); in suppressForHashtable() 120 return Collections.emptySet(); in suppressForLinkedHashMap() [all …]
|
D | TestsForListsInJavaUtil.java | 75 return Collections.emptySet(); in suppressForEmptyList() 79 return Collections.emptySet(); in suppressForSingletonList() 83 return Collections.emptySet(); in suppressForArraysAsList() 87 return Collections.emptySet(); in suppressForArrayList() 91 return Collections.emptySet(); in suppressForLinkedList() 105 return Collections.emptySet(); in suppressForUnmodifiableList() 109 return Collections.emptySet(); in suppressForCheckedList() 113 return Collections.emptySet(); in suppressForAbstractList() 117 return Collections.emptySet(); in suppressForAbstractSequentialList() 121 return Collections.emptySet(); in suppressForVector()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | TestsForSetsInJavaUtil.java | 75 return Collections.emptySet(); in suppressForEmptySet() 79 return Collections.emptySet(); in suppressForSingletonSet() 83 return Collections.emptySet(); in suppressForHashSet() 87 return Collections.emptySet(); in suppressForLinkedHashSet() 91 return Collections.emptySet(); in suppressForEnumSet() 95 return Collections.emptySet(); in suppressForTreeSetNatural() 99 return Collections.emptySet(); in suppressForTreeSetWithComparator() 103 return Collections.emptySet(); in suppressForCopyOnWriteArraySet() 107 return Collections.emptySet(); in suppressForUnmodifiableSet() 111 return Collections.emptySet(); in suppressForCheckedSet() [all …]
|
D | TestsForQueuesInJavaUtil.java | 63 return Collections.emptySet(); in suppressForArrayDeque() 67 return Collections.emptySet(); in suppressForLinkedList() 71 return Collections.emptySet(); in suppressForArrayBlockingQueue() 75 return Collections.emptySet(); in suppressForConcurrentLinkedQueue() 79 return Collections.emptySet(); in suppressForLinkedBlockingDeque() 83 return Collections.emptySet(); in suppressForLinkedBlockingQueue() 87 return Collections.emptySet(); in suppressForPriorityBlockingQueue() 91 return Collections.emptySet(); in suppressForPriorityQueue()
|
D | TestsForListsInJavaUtil.java | 72 return Collections.emptySet(); in suppressForEmptyList() 76 return Collections.emptySet(); in suppressForSingletonList() 80 return Collections.emptySet(); in suppressForArraysAsList() 84 return Collections.emptySet(); in suppressForArrayList() 88 return Collections.emptySet(); in suppressForLinkedList() 100 return Collections.emptySet(); in suppressForUnmodifiableList() 104 return Collections.emptySet(); in suppressForCheckedList() 108 return Collections.emptySet(); in suppressForAbstractList() 112 return Collections.emptySet(); in suppressForAbstractSequentialList() 116 return Collections.emptySet(); in suppressForVector()
|
D | TestsForMapsInJavaUtil.java | 78 return Collections.emptySet(); in suppressForCheckedMap() 82 return Collections.emptySet(); in suppressForCheckedSortedMap() 86 return Collections.emptySet(); in suppressForEmptyMap() 90 return Collections.emptySet(); in suppressForSingletonMap() 94 return Collections.emptySet(); in suppressForHashMap() 98 return Collections.emptySet(); in suppressForHashtable() 102 return Collections.emptySet(); in suppressForLinkedHashMap() 106 return Collections.emptySet(); in suppressForTreeMapNatural() 110 return Collections.emptySet(); in suppressForTreeMapWithComparator() 114 return Collections.emptySet(); in suppressForUnmodifiableMap() [all …]
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
D | BundlePageTest.java | 55 Collections.<ISourceFileCoverage> emptySet()); in should_render_non_empty_packages() 58 Collections.<IClassCoverage> emptySet(), in should_render_non_empty_packages() 59 Collections.<ISourceFileCoverage> emptySet()); in should_render_non_empty_packages() 81 Collections.<IPackageCoverage> emptySet()); in should_render_message_when_no_class_files_specified() 99 Collections.<ISourceFileCoverage> emptySet()); in should_render_message_when_all_classes_empty()
|
/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/ |
D | TypeCachingMockBytecodeGeneratorTest.java | 42 Collections.<Class<?>>emptySet(), in ensure_cache_is_cleared_if_no_reference_to_classloader_and_classes() 71 Collections.<Class<?>>emptySet(), in ensure_cache_returns_same_instance() 78 Collections.<Class<?>>emptySet(), in ensure_cache_returns_same_instance() 110 Collections.<Class<?>>emptySet(), in ensure_cache_returns_different_instance_serializableMode() 117 Collections.<Class<?>>emptySet(), in ensure_cache_returns_different_instance_serializableMode()
|
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/features/ |
D | FeatureUtilTest.java | 49 return Collections.emptySet(); in getImpliedFeatures() 199 Collections.<Feature<?>>emptySet())); in testBuildTesterRequirements_class() 206 Collections.<Feature<?>>emptySet())); in testBuildTesterRequirements_class() 220 Collections.<Feature<?>>emptySet())); in testBuildTesterRequirements_method() 230 Collections.<Feature<?>>emptySet())); in testBuildTesterRequirements_method() 269 Collections.<Feature<?>>emptySet())); in testBuildDeclaredTesterRequirements()
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/ |
D | FeatureUtilTest.java | 49 return Collections.emptySet(); in getImpliedFeatures() 199 Collections.<Feature<?>>emptySet())); in testBuildTesterRequirements_class() 206 Collections.<Feature<?>>emptySet())); in testBuildTesterRequirements_class() 220 Collections.<Feature<?>>emptySet())); in testBuildTesterRequirements_method() 230 Collections.<Feature<?>>emptySet())); in testBuildTesterRequirements_method() 269 Collections.<Feature<?>>emptySet())); in testBuildDeclaredTesterRequirements()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestBCP47.java | 82 …keyAliases = CldrUtility.ifNull(bcp47keyType_aliases.get(keyRow), Collections.<String> emptySet()); in TestEnglishKeyTranslations() 98 …A_INFO.getBcp47Descriptions().get(keyRow), keyAliases, Collections.<String> emptySet(), keyTrans)); in TestEnglishKeyTranslations() 100 …A_INFO.getBcp47Descriptions().get(keyRow), keyAliases, Collections.<String> emptySet(), "MISSING"), in TestEnglishKeyTranslations() 122 …" + showData(key, type, "MISSING", Collections.<String> emptySet(), Collections.<String> emptySet(… in TestEnglishKeyTranslations() 125 …" + showData(key, type, "MISSING", Collections.<String> emptySet(), Collections.<String> emptySet(… in TestEnglishKeyTranslations() 149 …> typeAliases = CldrUtility.ifNull(bcp47keyType_aliases.get(row), Collections.<String> emptySet()); in checkKeyType()
|
/external/vogar/src/vogar/ |
D | JavaVm.java | 40 return Collections.emptySet(); in installTasks() 62 return Collections.emptySet(); in installActionTasks() 85 return Collections.emptySet(); in cleanupTasks()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | BundleCoverageImplTest.java | 35 Collection<IClassCoverage> classes = Collections.emptySet(); in testProperties() 36 Collection<ISourceFileCoverage> sourcefiles = Collections.emptySet(); in testProperties() 49 Collection<IClassCoverage> classes = Collections.emptySet(); in testCounters() 50 Collection<ISourceFileCoverage> sourcefiles = Collections.emptySet(); in testCounters()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableSetMultimap.java | 335 private final transient ImmutableSet<V> emptySet; field in ImmutableSetMultimap 342 this.emptySet = emptySet(valueComparator); in ImmutableSetMultimap() 356 return MoreObjects.firstNonNull(set, emptySet); in get() 461 private static <V> ImmutableSet<V> emptySet(@NullableDecl Comparator<? super V> valueComparator) { in emptySet() method in ImmutableSetMultimap 464 : ImmutableSortedSet.<V>emptySet(valueComparator); in emptySet() 487 return emptySet instanceof ImmutableSortedSet in valueComparator() 488 ? ((ImmutableSortedSet<V>) emptySet).comparator() in valueComparator() 539 SetFieldSettersHolder.EMPTY_SET_FIELD_SETTER.set(this, emptySet(valueComparator)); in readObject()
|
/external/dagger2/javatests/dagger/functional/staticprovides/ |
D | AllStaticModule.java | 19 import static java.util.Collections.emptySet; 38 return emptySet(); in contibuteEmptyIntegerSet()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CompareFilesBetweenReleases2.java | 31 … Set<String> stagingCommon = getFiles(new File(stagingFile, "common"), Collections.emptySet()); in main() 32 … Set<String> stagingSeed = getFiles(new File(stagingFile, "seed"), Collections.emptySet()); in main() 33 … Set<String> lastCommon = getFiles(new File(lastFile, "common"), Collections.emptySet()); in main() 34 … Set<String> lastSeed = getFiles(new File(lastFile, "seed"), Collections.emptySet()); in main()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedSet.java | 61 static <E> ImmutableSortedSet<E> emptySet(Comparator<? super E> comparator) { in emptySet() method in ImmutableSortedSet 121 return emptySet(comparator); in ofInternal() 199 return emptySet(comparator); in copyOfInternal() 225 ? emptySet(delegate.comparator()) in unsafeDelegateSortedSet() 306 return emptySet(comparator()); in headSet() 359 return emptySet(comparator()); in subSet() 369 return emptySet(comparator()); in tailSet() 378 return emptySet(comparator()); in tailSet()
|
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
D | JsonIgnoreProperties.java | 118 protected final static Value EMPTY = new Value(Collections.<String>emptySet(), 137 _ignored = Collections.emptySet(); in Value() 344 return Collections.emptySet(); in findIgnoredForSerialization() 358 return Collections.emptySet(); in findIgnoredForDeserialization() 416 return Collections.emptySet(); in _asSet()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableSetMultimap.java | 440 private final transient ImmutableSet<V> emptySet; field in ImmutableSetMultimap 447 this.emptySet = emptySet(valueComparator); in ImmutableSetMultimap() 461 return MoreObjects.firstNonNull(set, emptySet); in get() 566 private static <V> ImmutableSet<V> emptySet(@Nullable Comparator<? super V> valueComparator) { in emptySet() method in ImmutableSetMultimap 569 : ImmutableSortedSet.<V>emptySet(valueComparator); in emptySet() 592 return emptySet instanceof ImmutableSortedSet in valueComparator() 593 ? ((ImmutableSortedSet<V>) emptySet).comparator() in valueComparator() 644 SetFieldSettersHolder.EMPTY_SET_FIELD_SETTER.set(this, emptySet(valueComparator)); in readObject()
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | TypeSpec.java | 108 this.modifiers = Collections.emptySet(); in TypeSpec() 119 this.nestedTypesSimpleNames = Collections.emptySet(); in TypeSpec() 120 this.alwaysQualifiedNames = Collections.emptySet(); in TypeSpec() 270 enumConstant.getValue().emit(codeWriter, enumConstant.getKey(), Collections.emptySet()); in emit() 361 emit(codeWriter, null, Collections.emptySet()); in toString() 370 Collections.emptySet(), 371 Collections.emptySet(), 372 Collections.emptySet(), 373 Collections.emptySet()), 382 Collections.emptySet(), [all …]
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/ |
D | TesterRequirements.java | 45 this(Collections.<Feature<?>>emptySet(), Collections.<Feature<?>>emptySet()); in TesterRequirements()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | TesterRequirements.java | 45 this(Collections.<Feature<?>>emptySet(), Collections.<Feature<?>>emptySet()); in TesterRequirements()
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/export/ |
D | SampledSpanStoreImpl.java | 49 private static final Set<String> EMPTY_REGISTERED_SPAN_NAMES = Collections.<String>emptySet(); 50 private static final Collection<SpanData> EMPTY_SPANDATA = Collections.<SpanData>emptySet();
|