Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSensorCtsHelper.java49 Collection<TValue> collection, float[] percentiles) { in getPercentileValue() argument
50 validateCollection(collection); in getPercentileValue()
55 List<TValue> arrayCopy = new ArrayList<TValue>(collection); in getPercentileValue()
74 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean() argument
75 validateCollection(collection); in getMean()
78 for(TValue value : collection) { in getMean()
81 return sum / collection.size(); in getMean()
89 public static <TValue extends Number> double getVariance(Collection<TValue> collection) { in getVariance() argument
90 validateCollection(collection); in getVariance()
92 double mean = getMean(collection); in getVariance()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java211 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection() argument
216 for (T elem : collection) { in formatCollection()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAuthorizationList.java317 private static String joinStrings(Collection<String> collection) { in joinStrings() argument
320 .append(Joiner.on(", ").join(collection)) in joinStrings()
/cts/hostsidetests/theme/
DREADME47 A complete collection of reference images for a given API revision must include
/cts/tools/dasm/src/java_cup/
Dparser.cup45 Terminals, non terminals, and productions, are maintained as collection
/cts/tools/dex-tools/dex/
Dclasses0.out.dex35137 private final java.util.Collection collection