HomeSort by relevance Sort by last modified time
    Searched refs:sourceCollection (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
CldrUtility.java 454 Collection sourceCollection = (Collection) source;
455 Collection<Object> resultCollection = clone(sourceCollection);
456 if (resultCollection == null) return (T) sourceCollection; // failed
459 for (Object item : sourceCollection) {
463 return sourceCollection instanceof List ? (T) Collections.unmodifiableList((List) sourceCollection)
464 : sourceCollection instanceof SortedSet ? (T) Collections
465 .unmodifiableSortedSet((SortedSet) sourceCollection)
466 : sourceCollection instanceof Set ? (T) Collections.unmodifiableSet((Set) sourceCollection)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]

Completed in 122 milliseconds