HomeSort by relevance Sort by last modified time
    Searched refs:copyOf (Results 151 - 175 of 566) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/desugar/java/com/google/devtools/build/android/desugar/io/
IndexedInputs.java 92 return ImmutableMap.copyOf(indexedInputs);
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
RetryPolicy.java 58 this.retryableStatusCodes = ImmutableSet.copyOf(retryableStatusCodes);
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 97 equalityGroups.add(ImmutableList.copyOf(equalityGroup));
EquivalenceTester.java 90 items.addAll(ImmutableList.copyOf(group));
  /external/guava/guava-tests/test/com/google/common/io/
TestInputStream.java 46 this.options = ImmutableSet.copyOf(options);
  /external/guice/core/src/com/google/inject/internal/
ConstructorInjectorStore.java 81 : ImmutableList.copyOf(concat(injectorAspects, membersInjector.getAddedAspects()));
  /external/guice/core/src/com/google/inject/spi/
Dependency.java 66 return ImmutableSet.copyOf(dependencies);
ElementSource.java 159 return ImmutableList.<Integer>copyOf(positions);
  /external/guice/core/src/com/google/inject/util/
Modules.java 109 return combine(ImmutableSet.copyOf(modules));
121 this.modulesSet = ImmutableSet.copyOf(modules);
147 this.baseModules = ImmutableSet.copyOf(baseModules);
166 this.overrides = ImmutableSet.copyOf(overrides);
  /external/mockito/src/main/java/org/mockito/internal/invocation/
ArgumentsProcessor.java 24 args = Arrays.copyOf(args, nParams); // drop extra args (currently -- Kotlin continuation synthetic arg)
  /external/owasp/sanitizer/src/main/org/owasp/html/
AttributePolicy.java 115 this.policies = ImmutableList.copyOf(policies);
HtmlPolicyBuilder.java 492 ImmutableMap.copyOf(globalAttrPolicies));
518 Set<String> allowedProtocols = ImmutableSet.copyOf(this.allowedProtocols);
639 this.attributeNames = ImmutableList.copyOf(attributeNames);
693 return matching(ignoreCase, ImmutableSet.copyOf(allowedValues));
704 final ImmutableSet<String> allowed = ImmutableSet.copyOf(allowedValues);
  /external/cldr/tools/java/org/unicode/cldr/test/
EmojiSubdivisionNames.java 36 private static final SortedSet<String> SUBDIVISION_FILE_NAMES = ImmutableSortedSet.copyOf(
86 : ImmutableMap.copyOf(_nameToSubdivisionId);
88 : ImmutableMap.copyOf(_subdivisionIdToName);
  /external/guava/guava/src/com/google/common/collect/
FluentIterable.java 373 return ImmutableList.copyOf(iterable);
396 return ImmutableSet.copyOf(iterable);
410 return ImmutableSortedSet.copyOf(comparator, iterable);
RegularImmutableTable.java 154 ImmutableList<Cell<R, C, V>> cellList = ImmutableList.copyOf(cells);
164 rowSpace = ImmutableSet.copyOf(rowList);
170 columnSpace = ImmutableSet.copyOf(columnList);
ImmutableList.java 219 * {@link #copyOf(Collection)}; otherwise, it behaves exactly as {@code
220 * copyOf(elements.iterator()}.
224 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) {
227 ? copyOf((Collection<? extends E>) elements)
228 : copyOf(elements.iterator());
239 * ImmutableList.copyOf(list)} returns an {@code ImmutableList<String>}
250 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) {
266 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) {
288 public static <E> ImmutableList<E> copyOf(E[] elements) {
592 return copyOf(elements)
    [all...]
ImmutableSetMultimap.java 279 return copyOf(builderMultimap, valueComparator);
297 public static <K, V> ImmutableSetMultimap<K, V> copyOf(
299 return copyOf(multimap, null);
302 private static <K, V> ImmutableSetMultimap<K, V> copyOf(
461 ? ImmutableSet.copyOf(values)
462 : ImmutableSortedSet.copyOf(valueComparator, values);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
FluentIterable.java 361 return ImmutableList.copyOf(iterable);
384 return ImmutableSet.copyOf(iterable);
398 return ImmutableSortedSet.copyOf(comparator, iterable);
  /external/guava/guava-tests/test/com/google/common/base/
ConverterTest.java 65 assertEquals(LONGS, ImmutableList.copyOf(convertedValues));
71 assertEquals(ImmutableList.of(789L, 123L), ImmutableList.copyOf(convertedValues));
86 assertEquals(STRINGS, ImmutableList.copyOf(convertedValues));
  /external/guava/guava-tests/test/com/google/common/collect/
FauxveridesTest.java 43 * example, that a call written "{@code ImmutableSortedSet.copyOf()}" cannot
44 * secretly be a call to {@code ImmutableSet.copyOf()}.
77 * ImmutableSorted{Set,Map}.copyOf(), whose type parameters we are unable to
86 ImmutableSortedMap.copyOf(original);
96 ImmutableSortedSet.copyOf(original);
106 ImmutableSortedSet.copyOf(original.iterator());
ImmutableSortedMapTest.java 487 = ImmutableSortedMap.copyOf(Collections.<String, Integer>emptyMap());
489 assertSame(copy, ImmutableSortedMap.copyOf(copy));
495 = ImmutableSortedMap.copyOf(Collections.singletonMap("one", 1));
497 assertSame(copy, ImmutableSortedMap.copyOf(copy));
508 = ImmutableSortedMap.copyOf(original);
510 assertSame(copy, ImmutableSortedMap.copyOf(copy));
522 = ImmutableSortedMap.copyOf(original, comparator);
524 assertSame(copy, ImmutableSortedMap.copyOf(copy, comparator));
533 = ImmutableSortedMap.copyOf(original, comparator);
535 assertSame(copy, ImmutableSortedMap.copyOf(copy, comparator))
    [all...]
  /external/guice/core/test/com/google/inject/
TypeLiteralTest.java 165 assertEquals(ImmutableList.<Type>of(Object.class), ImmutableList.copyOf(aTv.getBounds()));
180 assertEquals(ImmutableList.<Type>of(Runnable.class), ImmutableList.copyOf(cTv.getBounds()));
197 ImmutableList.copyOf(bTv.getBounds()));
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMapTest.java 401 = ImmutableMap.copyOf(Collections.<String, Integer>emptyMap());
403 assertSame(copy, ImmutableMap.copyOf(copy));
408 = ImmutableMap.copyOf(Collections.singletonMap("one", 1));
410 assertSame(copy, ImmutableMap.copyOf(copy));
419 ImmutableMap<String, Integer> copy = ImmutableMap.copyOf(original);
421 assertSame(copy, ImmutableMap.copyOf(copy));
496 assertTrue(ImmutableMap.copyOf(map) instanceof ImmutableEnumMap);
ImmutableListMultimapTest.java 310 Multimap<String, Integer> multimap = ImmutableListMultimap.copyOf(input);
321 Multimap<String, Integer> multimap = ImmutableListMultimap.copyOf(input);
328 Multimap<String, Integer> multimap = ImmutableListMultimap.copyOf(input);
335 assertSame(multimap, ImmutableListMultimap.copyOf(multimap));
342 ImmutableListMultimap.copyOf(input);
351 ImmutableListMultimap.copyOf(input);
ImmutableSetMultimapTest.java 311 Multimap<String, Integer> multimap = ImmutableSetMultimap.copyOf(input);
323 = ImmutableSetMultimap.copyOf(input);
329 Multimap<String, Integer> multimap = ImmutableSetMultimap.copyOf(input);
336 assertSame(multimap, ImmutableSetMultimap.copyOf(multimap));
343 ImmutableSetMultimap.copyOf(input);
352 ImmutableSetMultimap.copyOf(input);

Completed in 1506 milliseconds

1 2 3 4 5 67 8 91011>>