Searched refs:collection (Results 1 – 7 of 7) sorted by relevance
42 Collection<TValue> collection) { in get95PercentileValue() argument43 validateCollection(collection); in get95PercentileValue()45 List<TValue> arrayCopy = new ArrayList<TValue>(collection); in get95PercentileValue()59 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean() argument60 validateCollection(collection); in getMean()63 for(TValue value : collection) { in getMean()66 return sum / collection.size(); in getMean()74 public static <TValue extends Number> double getVariance(Collection<TValue> collection) { in getVariance() argument75 validateCollection(collection); in getVariance()77 double mean = getMean(collection); in getVariance()[all …]
46 Collection<TValue> collection) { in get95PercentileValue() argument47 validateCollection(collection); in get95PercentileValue()49 List<TValue> arrayCopy = new ArrayList<TValue>(collection); in get95PercentileValue()63 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean() argument64 validateCollection(collection); in getMean()67 for(TValue value : collection) { in getMean()70 return sum / collection.size(); in getMean()78 public static <TValue extends Number> double getVariance(Collection<TValue> collection) { in getVariance() argument79 validateCollection(collection); in getVariance()81 double mean = getMean(collection); in getVariance()[all …]
534 UiCollection collection = new UiCollection( in testCollectionCount() local536 assertTrue("Collection layout not found", collection.waitForExists(WAIT_EXIST_TIMEOUT)); in testCollectionCount()539 collection.getChildCount(new UiSelector().clickable(true)) == 6); in testCollectionCount()550 UiCollection collection = new UiCollection( in testCollectionGetChildByText() local552 assertTrue("Collection layout not found", collection.waitForExists(WAIT_EXIST_TIMEOUT)); in testCollectionGetChildByText()554 UiObject item = collection.getChildByText( in testCollectionGetChildByText()568 UiCollection collection = new UiCollection( in testCollectionGetChildByInstance() local570 assertTrue("Collection layout not found", collection.waitForExists(WAIT_EXIST_TIMEOUT)); in testCollectionGetChildByInstance()573 UiObject item = collection.getChildByInstance( in testCollectionGetChildByInstance()587 UiCollection collection = new UiCollection( in testCollectionGetChildByDescription() local[all …]
211 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection() argument216 for (T elem : collection) { in formatCollection()
47 A complete collection of reference images for a given API revision must include
45 Terminals, non terminals, and productions, are maintained as collection
35137 private final java.util.Collection collection