Home
last modified time | relevance | path

Searched defs:PingPong (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/h2/src/proto/
Dping_pong.rs15 pub(crate) struct PingPong { struct
32 /// Task to wake up `share::PingPong::poll_pong`. argument
63 impl PingPong { impl
/external/rust/crates/h2/src/
Dshare.rs201 pub struct PingPong { struct
205 /// Sent via [`PingPong`][] to send a PING frame to a peer. argument
544 impl PingPong { impl
575 impl fmt::Debug for PingPong { implementation
Dclient.rs1390 pub fn ping_pong(&mut self) -> Option<PingPong> { in ping_pong()
Dserver.rs552 pub fn ping_pong(&mut self) -> Option<PingPong> { in ping_pong()
/external/skia/docs/examples/
Dpong2.cpp5 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, in PingPong() function
Dpong.cpp5 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, in PingPong() function
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp938 class PingPong : public InterestingnessTest { class
940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anon6ea578ba0111::PingPong
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp938 class PingPong : public InterestingnessTest { class
940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anonfb565bc00111::PingPong
/external/angle/third_party/spirv-tools/src/test/fuzz/
Dfuzzer_shrinker_test.cpp938 class PingPong : public InterestingnessTest { class
940 explicit PingPong() : interesting_(false) {} in PingPong() function in spvtools::fuzz::__anon7025a7340111::PingPong
/external/skia/tools/timer/
DTimeUtils.h37 static inline float PingPong(double time, in PingPong() function
/external/libchrome/base/threading/
Dthread_perftest.cc130 void PingPong(int hops) override { in PingPong() function in base::__anon34dd6e900111::TaskPerfTest
207 void PingPong(int hops) override { in PingPong() function in base::__anon34dd6e900111::EventPerfTest
/external/cronet/base/threading/
Dthread_perftest.cc149 void PingPong(int hops) override { in PingPong() function in base::__anone4f19e460111::TaskPerfTest
231 void PingPong(int hops) override { in PingPong() function in base::__anone4f19e460111::EventPerfTest
/external/libchrome/mojo/core/
Dmessage_pipe_perftest.cc131 TEST_F(MessagePipePerfTest, PingPong) { in TEST_F() argument
/external/rust/crates/hyper/src/proto/h2/
Dping.rs45 pub(super) fn channel(ping_pong: PingPong, config: Config) -> (Recorder, Ponger) { in channel()
/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc141 TEST_F(LocalRendezvousTest, PingPong) { in TEST_F() argument
/external/cronet/base/functional/
Dbind_unittest.cc1764 int PingPong(int* i_ptr) { in PingPong() function