/third_party/boost/libs/statechart/example/ |
D | Jamfile.v2 | 62 : PingPong : PingPong Player : $(custom) ] 64 : PingPong : PingPong Player : $(custom) ] 66 : PingPong : PingPong Player : $(custom) <define>USE_TWO_THREADS ]
|
/third_party/skia/docs/examples/ |
D | pong.cpp | 5 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, in PingPong() function 15 float ballX = PingPong(frame * duration, 2.5f, 0.0f, 0.0f, 1.0f); in draw() 16 float ballY = PingPong(frame * duration, 2.0f, 0.4f, 0.0f, 1.0f); in draw()
|
D | pong2.cpp | 5 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, in PingPong() function 14 float bX = PingPong(frame * duration, 2.5f, 0.0f, 0, 1) * 472 + 20; in draw() 15 float bY = PingPong(frame * duration, 2.0f, 0.4f, 0, 1) * 200 + 28; in draw()
|
/third_party/skia/gm/ |
D | blurcircles2.cpp | 37 fAnimRadius = TimeUtils::PingPong( in BlurCircles2GM() 39 fAnimBlurRadius = TimeUtils::PingPong(0, in BlurCircles2GM() 144 …fAnimRadius = TimeUtils::PingPong(1e-9 * nanos, kRadiusPingPoingPeriod, kRadiusPingPoingShift, kMi… in onAnimate() 146 …fAnimBlurRadius = TimeUtils::PingPong(1e-9 * nanos, kBlurRadiusPingPoingPeriod, kBlurRadiusPingPoi… in onAnimate()
|
D | animatedimageblurs.cpp | 122 … fBlur = TimeUtils::PingPong(1e-9 * nanos, kBlurAnimationDuration, fBlurOffset, 0.0f, kBlurMax); in update()
|
/third_party/flutter/skia/gm/ |
D | blurcircles2.cpp | 37 fAnimRadius = TimeUtils::PingPong( in BlurCircles2GM() 39 fAnimBlurRadius = TimeUtils::PingPong(0, in BlurCircles2GM() 145 …fAnimRadius = TimeUtils::PingPong(1e-9 * nanos, kRadiusPingPoingPeriod, kRadiusPingPoingShift, kMi… in onAnimate() 147 …fAnimBlurRadius = TimeUtils::PingPong(1e-9 * nanos, kBlurRadiusPingPoingPeriod, kBlurRadiusPingPoi… in onAnimate()
|
D | animatedimageblurs.cpp | 121 … fBlur = TimeUtils::PingPong(1e-9 * nanos, kBlurAnimationDuration, fBlurOffset, 0.0f, kBlurMax); in update()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzzer_shrinker_test.cpp | 938 class PingPong : public InterestingnessTest { class 940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anon1ad9e4400111::PingPong 1102 PingPong().AsFunction(), {}, 0, kSmallStepLimit, validator_options); in RunFuzzerAndShrinker()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzer_shrinker_test.cpp | 938 class PingPong : public InterestingnessTest { class 940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anon7c0a4eac0111::PingPong 1102 PingPong().AsFunction(), {}, 0, kSmallStepLimit, validator_options); in RunFuzzerAndShrinker()
|
/third_party/spirv-tools/test/fuzz/ |
D | fuzzer_shrinker_test.cpp | 938 class PingPong : public InterestingnessTest { class 940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anon966986eb0111::PingPong 1102 PingPong().AsFunction(), {}, 0, kSmallStepLimit, validator_options); in RunFuzzerAndShrinker()
|
/third_party/boost/libs/statechart/test/ |
D | Jamfile.v2 | 159 [ statechart-st-compile-example PingPong : PingPong : PingPong Player ]
|
/third_party/flutter/skia/tools/timer/ |
D | TimeUtils.h | 36 static inline float PingPong(double time, in PingPong() function
|
/third_party/flutter/skia/samplecode/ |
D | SampleAndroidShadows.cpp | 322 fAnimTranslate = TimeUtils::PingPong(1e-9 * nanos, 30, 0, 125, -125); in onAnimate() 323 fAnimAngle = TimeUtils::PingPong(1e-9 * nanos, 15, 0, 0, 20); in onAnimate() 325 fAnimAlpha = TimeUtils::PingPong(1e-9 * nanos, 5, 0, 1, 0); in onAnimate()
|
D | SampleGlyphTransform.cpp | 59 double t = TimeUtils::PingPong(1e-9 * nanos, 20, 0, 0, maxt); // d3 t is in milliseconds in onAnimate()
|
/third_party/skia/samplecode/ |
D | SampleAndroidShadows.cpp | 321 fAnimTranslate = TimeUtils::PingPong(1e-9 * nanos, 30, 0, 125, -125); in onAnimate() 322 fAnimAngle = TimeUtils::PingPong(1e-9 * nanos, 15, 0, 0, 20); in onAnimate() 324 fAnimAlpha = TimeUtils::PingPong(1e-9 * nanos, 5, 0, 1, 0); in onAnimate()
|
D | SampleGlyphTransform.cpp | 59 double t = TimeUtils::PingPong(1e-9 * nanos, 20, 0, 0, maxt); // d3 t is in milliseconds in onAnimate()
|
/third_party/skia/tools/timer/ |
D | TimeUtils.h | 37 static inline float PingPong(double time, in PingPong() function
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InteropClientServerTest.cs | 93 public async Task PingPong() in PingPong() method in Grpc.IntegrationTesting.InteropClientServerTest
|
/third_party/grpc/src/objective-c/tests/PerfTests/ |
D | PerfTests.m | 136 __weak XCTestExpectation *expectation = [self expectationWithDescription:@"PingPong"]; 224 __weak XCTestExpectation *expectation = [self expectationWithDescription:@"PingPong"];
|
/third_party/boost/libs/statechart/ |
D | Statechart.sln | 11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PingPong", "example\PingPong\PingPong.vcproj",…
|
/third_party/grpc/src/objective-c/tests/InteropTests/ |
D | InteropTests.m | 981 __weak XCTestExpectation *expectation = [self expectationWithDescription:@"PingPong"];
|