Home
last modified time | relevance | path

Searched defs:newPoint (Results 1 – 12 of 12) sorted by relevance

/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/
DDerivedLongGaugeImpl.java95 PointWithFunction<T> newPoint = new PointWithFunction<T>(labelValuesCopy, obj, function); in createTimeSeries() local
DDerivedDoubleGaugeImpl.java95 PointWithFunction<T> newPoint = new PointWithFunction<T>(labelValuesCopy, obj, function); in createTimeSeries() local
DDoubleGaugeImpl.java141 PointImpl newPoint = new PointImpl(labelValues); in registerTimeSeries() local
DLongGaugeImpl.java141 PointImpl newPoint = new PointImpl(labelValues); in registerTimeSeries() local
DLongCumulativeImpl.java145 PointImpl newPoint = new PointImpl(labelValues, startTime); in registerTimeSeries() local
DDoubleCumulativeImpl.java145 PointImpl newPoint = new PointImpl(labelValues, startTime); in registerTimeSeries() local
DDerivedLongCumulativeImpl.java100 PointWithFunction<T> newPoint = in createTimeSeries() local
DDerivedDoubleCumulativeImpl.java100 PointWithFunction<T> newPoint = in createTimeSeries() local
/external/skia/src/utils/
DSkShadowTessellator.cpp348 SkPoint newPoint = fFirstPoint + fFirstOutset; in computeConvexShadow() local
463 SkPoint newPoint = nextPoint + nextNormal; in addEdge() local
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js307 MarkerManager.prototype.onMarkerMoved_ = function (marker, oldPoint, newPoint) { argument
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/direct/
DBOBYQAOptimizer.java190 private ArrayRealVector newPoint; field in BOBYQAOptimizer
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
DBOBYQAOptimizer.java185 private ArrayRealVector newPoint; field in BOBYQAOptimizer