OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toPoint
(Results
1 - 4
of
4
) sorted by null
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
MutableAggregation.java
69
abstract Point
toPoint
(Timestamp timestamp);
104
Point
toPoint
(Timestamp timestamp) {
135
Point
toPoint
(Timestamp timestamp) {
173
Point
toPoint
(Timestamp timestamp) {
225
Point
toPoint
(Timestamp timestamp) {
408
Point
toPoint
(Timestamp timestamp) {
521
Point
toPoint
(Timestamp timestamp) {
552
Point
toPoint
(Timestamp timestamp) {
MutableViewData.java
141
Point point = entry.getValue().
toPoint
(now);
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
MutableAggregationTest.java
293
assertThat(MutableSumDouble.create().
toPoint
(TIMESTAMP))
295
assertThat(MutableSumLong.create().
toPoint
(TIMESTAMP))
297
assertThat(MutableCount.create().
toPoint
(TIMESTAMP))
299
assertThat(MutableMean.create().
toPoint
(TIMESTAMP))
304
assertThat(MutableDistribution.create(BUCKET_BOUNDARIES).
toPoint
(TIMESTAMP))
/external/skia/modules/particles/src/
SkParticleAffector.cpp
115
SkVector
toPoint
= fPoint - ps[i].fPose.fPosition;
116
SkScalar lenSquare =
toPoint
.dot(
toPoint
);
117
toPoint
.normalize();
119
toPoint
* (fConstant + (fInvSquare / lenSquare)) * params.fDeltaTime;
Completed in 308 milliseconds