Home
last modified time | relevance | path

Searched refs:ClockType (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DSatMetaData.cpp106 case ClockType::Unknown: in asString()
108 case ClockType::Crystal: in asString()
110 case ClockType::Cesium: in asString()
112 case ClockType::Rubidium: in asString()
114 case ClockType::Hydrogen: in asString()
116 case ClockType::USNO: in asString()
128 return ClockType::Crystal; in asClockType()
130 return ClockType::Cesium; in asClockType()
132 return ClockType::Rubidium; in asClockType()
136 return ClockType::USNO; in asClockType()
[all …]
H A DSatMetaData.hpp70 enum class ClockType enum in gpstk::SatMetaData
87 static std::string asString(ClockType s);
89 static ClockType asClockType(const std::string& s);
106 ClockType clocks[NUMCLOCKS]; ///< Types of frequency standards available.
121 inline std::ostream& operator<<(std::ostream& s, SatMetaData::ClockType ct) in operator <<()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSCore/
H A DSatMetaDataStore_T.cpp106 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatTest()
108 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatTest()
110 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatTest()
112 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatTest()
134 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatTest()
136 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatTest()
138 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatTest()
140 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatTest()
215 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatBySVNTest()
217 TUASSERTE(gpstk::SatMetaData::ClockType, in findSatBySVNTest()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/utils/
H A DTime.h40 template <typename ClockType = SteadyClock>
42 return ClockType::now(); in getCurrentTime()
85 template <typename ClockType = SteadyClock>
87 std::chrono::time_point<ClockType> finish, in microsecondsBetween()
92 template <typename ClockType = SteadyClock>
99 template <typename ClockType = SteadyClock>
106 template <typename ClockType = SteadyClock>
108 std::chrono::time_point<ClockType> t) { in millisecondsSince()
112 template <typename ClockType = SteadyClock>
175 template <typename ClockType = SteadyClock>
[all …]
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dclock.c26 typedef struct ClockType { struct
44 } ClockType; typedef
49 static ClockType *clocks;
76 ClockType *clk; in StartupClock()
113 ClockType *clk; in CreateClock()
162 ClockType *clock = (ClockType*)cp->object; in AddClockAction()
177 ClockType *clk; in Resize()
212 const ClockType *clk = (ClockType*)cp->object; in ProcessClockButtonPress()
218 const ClockType *clk = (ClockType*)cp->object; in ProcessClockButtonRelease()
226 ClockType *clk = (ClockType*)cp->object; in ProcessClockMotionEvent()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/quanta-0.3.1/src/
H A Dlib.rs75 enum ClockType { enum
173 inner: ClockType,
217 inner: ClockType::Mock(mock.clone()), in mock()
229 ClockType::Mock(mock) => mock.now(), in now()
248 ClockType::Mock(mock) => mock.now(), in raw()
266 ClockType::Mock(mock) => mock.now(), in start()
284 ClockType::Mock(mock) => mock.now(), in end()
297 ClockType::Optimized(_, _, calibration) => { in scaled()
304 ClockType::Mock(_) => value, in scaled()
320 ClockType::Mock(_) => raw_delta, in delta()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DTimespec.cs78 public Timespec(long tv_sec, int tv_nsec) : this(tv_sec, tv_nsec, ClockType.Realtime) in Timespec()
82 public Timespec(long tv_sec, int tv_nsec, ClockType clock_type) in Timespec()
91 private ClockType clock_type;
100 return new Timespec(long.MaxValue, 0, ClockType.Realtime);
111 return new Timespec(long.MinValue, 0, ClockType.Realtime);
122 return Native.gprsharp_now(ClockType.Realtime);
151 public Timespec ToClockType(ClockType targetClock) in ToClockType()
171 GrpcPreconditions.CheckState(clock_type == ClockType.Realtime); in ToDateTime()
256 return Native.gprsharp_now(ClockType.Precise);
274 return Native.gprsharp_inf_future(ClockType.Realtime);
[all …]
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DTimespec.cs78 public Timespec(long tv_sec, int tv_nsec) : this(tv_sec, tv_nsec, ClockType.Realtime) in Timespec()
82 public Timespec(long tv_sec, int tv_nsec, ClockType clock_type) in Timespec()
91 private ClockType clock_type;
100 return new Timespec(long.MaxValue, 0, ClockType.Realtime);
111 return new Timespec(long.MinValue, 0, ClockType.Realtime);
122 return Native.gprsharp_now(ClockType.Realtime);
151 public Timespec ToClockType(ClockType targetClock) in ToClockType()
171 GrpcPreconditions.CheckState(clock_type == ClockType.Realtime); in ToDateTime()
256 return Native.gprsharp_now(ClockType.Precise);
274 return Native.gprsharp_inf_future(ClockType.Realtime);
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DTimespec.cs78 public Timespec(long tv_sec, int tv_nsec) : this(tv_sec, tv_nsec, ClockType.Realtime) in Timespec()
82 public Timespec(long tv_sec, int tv_nsec, ClockType clock_type) in Timespec()
91 private ClockType clock_type;
100 return new Timespec(long.MaxValue, 0, ClockType.Realtime);
111 return new Timespec(long.MinValue, 0, ClockType.Realtime);
122 return Native.gprsharp_now(ClockType.Realtime);
151 public Timespec ToClockType(ClockType targetClock) in ToClockType()
171 GrpcPreconditions.CheckState(clock_type == ClockType.Realtime); in ToDateTime()
256 return Native.gprsharp_now(ClockType.Precise);
274 return Native.gprsharp_inf_future(ClockType.Realtime);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DTimespec.cs78 public Timespec(long tv_sec, int tv_nsec) : this(tv_sec, tv_nsec, ClockType.Realtime) in Timespec()
82 public Timespec(long tv_sec, int tv_nsec, ClockType clock_type) in Timespec()
91 private ClockType clock_type;
100 return new Timespec(long.MaxValue, 0, ClockType.Realtime);
111 return new Timespec(long.MinValue, 0, ClockType.Realtime);
122 return Native.gprsharp_now(ClockType.Realtime);
151 public Timespec ToClockType(ClockType targetClock) in ToClockType()
171 GrpcPreconditions.CheckState(clock_type == ClockType.Realtime); in ToDateTime()
256 return Native.gprsharp_now(ClockType.Precise);
274 return Native.gprsharp_inf_future(ClockType.Realtime);
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/
H A D57641.cc52 template <typename ClockType>
55 locked = mx.try_lock_until(ClockType::now() + C::milliseconds(1)); in f()
58 template <typename ClockType>
62 auto start = ClockType::now(); in test()
63 std::thread t(f<ClockType>); in test()
65 auto stop = ClockType::now(); in test()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/
H A D57641.cc52 template <typename ClockType>
55 locked = mx.try_lock_until(ClockType::now() + C::milliseconds(1)); in f()
58 template <typename ClockType>
62 auto start = ClockType::now(); in test()
63 std::thread t(f<ClockType>); in test()
65 auto stop = ClockType::now(); in test()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/
H A D57641.cc52 template <typename ClockType>
55 locked = mx.try_lock_until(ClockType::now() + C::milliseconds(1)); in f()
58 template <typename ClockType>
62 auto start = ClockType::now(); in test()
63 std::thread t(f<ClockType>); in test()
65 auto stop = ClockType::now(); in test()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/
H A D57641.cc52 template <typename ClockType>
55 locked = mx.try_lock_until(ClockType::now() + C::milliseconds(1)); in f()
58 template <typename ClockType>
62 auto start = ClockType::now(); in test()
63 std::thread t(f<ClockType>); in test()
65 auto stop = ClockType::now(); in test()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/
H A D57641.cc52 template <typename ClockType>
55 locked = mx.try_lock_until(ClockType::now() + C::milliseconds(1)); in f()
58 template <typename ClockType>
62 auto start = ClockType::now(); in test()
63 std::thread t(f<ClockType>); in test()
65 auto stop = ClockType::now(); in test()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/
H A D57641.cc52 template <typename ClockType>
55 locked = mx.try_lock_until(ClockType::now() + C::milliseconds(1)); in f()
58 template <typename ClockType>
62 auto start = ClockType::now(); in test()
63 std::thread t(f<ClockType>); in test()
65 auto stop = ClockType::now(); in test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/
H A D57641.cc52 template <typename ClockType>
55 locked = mx.try_lock_until(ClockType::now() + C::milliseconds(1)); in f()
58 template <typename ClockType>
62 auto start = ClockType::now(); in test()
63 std::thread t(f<ClockType>); in test()
65 auto stop = ClockType::now(); in test()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanExe/
H A DXalanExe.cpp455 typedef LARGE_INTEGER ClockType; typedef
457 typedef std::clock_t ClockType; typedef
463 inline ClockType
467 ClockType theResult; in getClock()
480 inline ClockType
483 ClockType theInterval; in getPerformanceFrequencyInMilliseconds()
498 ClockType theEndClock, in writeElapsedMilliseconds()
507 ClockType theDiff; in writeElapsedMilliseconds()
512 ClockType theResult; in writeElapsedMilliseconds()
513 ClockType theRemainder; in writeElapsedMilliseconds()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/utils/test/
H A DMockTime.h16 template <typename ClockType = std::chrono::steady_clock>
17 class MockTimeUtilGeneric : public TimeUtilGeneric<ClockType> {
23 void setCurrentTime(std::chrono::time_point<ClockType> t) { in setCurrentTime()
32 std::chrono::time_point<ClockType> now() const override { in now()
37 std::chrono::time_point<ClockType> t_;
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/common/
H A DTimeUtil.h59 template <typename ClockType = std::chrono::steady_clock>
61 std::chrono::time_point<ClockType> finish, in millisecondsBetween()
62 std::chrono::time_point<ClockType> start) { in millisecondsBetween()
66 template <typename ClockType = std::chrono::steady_clock>
68 std::chrono::time_point<ClockType> t) { in millisecondsSince()
69 return millisecondsBetween(ClockType::now(), t); in millisecondsSince()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/auto/
H A Dsystem_clock.rs18 use ClockType;
49 fn get_property_clock_type(&self) -> ClockType; in get_property_clock_type() argument
51 fn set_property_clock_type(&self, clock_type: ClockType); in set_property_clock_type() argument
60 fn get_property_clock_type(&self) -> ClockType { in get_property_clock_type() argument
62 let mut value = Value::from_type(<ClockType as StaticType>::static_type()); in get_property_clock_type()
75 fn set_property_clock_type(&self, clock_type: ClockType) { in set_property_clock_type() argument
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/auto/
H A Dsystem_clock.rs18 use ClockType;
49 fn get_property_clock_type(&self) -> ClockType; in get_property_clock_type() argument
51 fn set_property_clock_type(&self, clock_type: ClockType); in set_property_clock_type() argument
60 fn get_property_clock_type(&self) -> ClockType { in get_property_clock_type() argument
62 let mut value = Value::from_type(<ClockType as StaticType>::static_type()); in get_property_clock_type()
75 fn set_property_clock_type(&self, clock_type: ClockType) { in set_property_clock_type() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/auto/
H A Dsystem_clock.rs18 use ClockType;
49 fn get_property_clock_type(&self) -> ClockType; in get_property_clock_type() argument
51 fn set_property_clock_type(&self, clock_type: ClockType); in set_property_clock_type() argument
60 fn get_property_clock_type(&self) -> ClockType { in get_property_clock_type() argument
62 let mut value = Value::from_type(<ClockType as StaticType>::static_type()); in get_property_clock_type()
75 fn set_property_clock_type(&self, clock_type: ClockType) { in set_property_clock_type() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/auto/
H A Dsystem_clock.rs7 use crate::ClockType;
51 fn clock_type(&self) -> ClockType; in clock_type() argument
54 fn set_clock_type(&self, clock_type: ClockType); in set_clock_type() argument
64 fn clock_type(&self) -> ClockType { in clock_type() argument
66 let mut value = glib::Value::from_type(<ClockType as StaticType>::static_type()); in clock_type()
78 fn set_clock_type(&self, clock_type: ClockType) { in set_clock_type() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/auto/
H A Dsystem_clock.rs7 use crate::ClockType;
51 fn clock_type(&self) -> ClockType; in clock_type() argument
54 fn set_clock_type(&self, clock_type: ClockType); in set_clock_type() argument
64 fn clock_type(&self) -> ClockType { in clock_type() argument
66 let mut value = glib::Value::from_type(<ClockType as StaticType>::static_type()); in clock_type()
78 fn set_clock_type(&self, clock_type: ClockType) { in set_clock_type() argument

12345678910>>...15