Searched defs:accumulate (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamLinkTest.java103 double[] expected = data.stream().map(e -> accumulate(e, n)).toArray();
111 private double accumulate(double e, int n) { method in class:StreamLinkTest
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DDoubleAccumulator.java44 * {@link #accumulate}) are contended across threads, the set of variables
102 public void accumulate(double x) { method in class:DoubleAccumulator
H A DLongAccumulator.java44 * {@link #accumulate}) are contended across threads, the set of variables
104 public void accumulate(long x) { method in class:LongAccumulator
/libcore/json/src/main/java/org/json/
H A DJSONObject.java292 * {@link JSONArray}. Using {@code accumulate} will result in either a
302 public JSONObject accumulate(String name, Object value) throws JSONException { method in class:JSONObject

Completed in 284 milliseconds