Home
last modified time | relevance | path

Searched refs:PingPong (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tools/timer/
DSkAnimTimer.h128 return PingPong(this->secs(), period, phase, ends, mid); in pingPong()
132 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, SkScalar ends, in PingPong() function
/external/skia/tools/timer/
DSkAnimTimer.h128 return PingPong(this->secs(), period, phase, ends, mid); in pingPong()
132 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, SkScalar ends, in PingPong() function
/external/skia/gm/
Dblurcircles2.cpp31 fAnimRadius = SkAnimTimer::PingPong(0, kRadiusPingPoingPeriod, kRadiusPingPoingShift, in BlurCircles2GM()
33 fAnimBlurRadius = SkAnimTimer::PingPong(0, kBlurRadiusPingPoingPeriod, in BlurCircles2GM()
/external/skqp/gm/
Dblurcircles2.cpp31 fAnimRadius = SkAnimTimer::PingPong(0, kRadiusPingPoingPeriod, kRadiusPingPoingShift, in BlurCircles2GM()
33 fAnimBlurRadius = SkAnimTimer::PingPong(0, kBlurRadiusPingPoingPeriod, in BlurCircles2GM()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs93 public async Task PingPong() in PingPong() method in Grpc.IntegrationTesting.InteropClientServerTest
/external/libchrome/mojo/core/
Dmessage_pipe_perftest.cc131 TEST_F(MessagePipePerfTest, PingPong) { in TEST_F() argument
/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc139 TEST_F(LocalRendezvousTest, PingPong) { in TEST_F() argument
/external/grpc-grpc/src/objective-c/tests/
DInteropTests.m338 __weak XCTestExpectation *expectation = [self expectationWithDescription:@"PingPong"];