Home
last modified time | relevance | path

Searched defs:clocktime (Results 1 – 25 of 68) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dclock_time_serde.rs30 let clocktime = Some(ClockTime::from_nseconds(42_123_456_789)); in test_serialize() localVariable
41 let clocktime = ClockTime::NONE; in test_serialize() localVariable
56 let clocktime: Option<ClockTime> = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
57 let clocktime = clocktime.unwrap(); in test_deserialize() localVariable
65 let clocktime = clocktime.unwrap(); in test_deserialize() localVariable
73 let clocktime: Option<ClockTime> = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
87 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serde_roundtrip() localVariable
89 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
96 let clocktime = Some(ClockTime::from_nseconds(42_123_456_789)); in test_serde_roundtrip() localVariable
99 let clocktime = clocktime.unwrap(); in test_serde_roundtrip() localVariable
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dclock_time_serde.rs30 let clocktime = Some(ClockTime::from_nseconds(42_123_456_789)); in test_serialize() localVariable
41 let clocktime = ClockTime::NONE; in test_serialize() localVariable
56 let clocktime: Option<ClockTime> = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
57 let clocktime = clocktime.unwrap(); in test_deserialize() localVariable
65 let clocktime = clocktime.unwrap(); in test_deserialize() localVariable
73 let clocktime: Option<ClockTime> = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
87 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serde_roundtrip() localVariable
89 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
96 let clocktime = Some(ClockTime::from_nseconds(42_123_456_789)); in test_serde_roundtrip() localVariable
99 let clocktime = clocktime.unwrap(); in test_serde_roundtrip() localVariable
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dclock_time_serde.rs30 let clocktime = Some(ClockTime::from_nseconds(42_123_456_789)); in test_serialize() localVariable
41 let clocktime = ClockTime::NONE; in test_serialize() localVariable
56 let clocktime: Option<ClockTime> = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
57 let clocktime = clocktime.unwrap(); in test_deserialize() localVariable
65 let clocktime = clocktime.unwrap(); in test_deserialize() localVariable
73 let clocktime: Option<ClockTime> = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
87 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serde_roundtrip() localVariable
89 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
96 let clocktime = Some(ClockTime::from_nseconds(42_123_456_789)); in test_serde_roundtrip() localVariable
99 let clocktime = clocktime.unwrap(); in test_serde_roundtrip() localVariable
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dclock_time_serde.rs64 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serialize() localVariable
76 let clocktime = ClockTime(None); in test_serialize() localVariable
91 let clocktime: ClockTime = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
98 let clocktime: ClockTime = serde_json::from_str(clocktime_json).unwrap(); in test_deserialize() localVariable
106 let clocktime: ClockTime = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
110 let clocktime: ClockTime = serde_json::from_str(clocktime_json).unwrap(); in test_deserialize() localVariable
119 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serde_roundtrip() localVariable
121 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
128 let clocktime = ClockTime(None); in test_serde_roundtrip() localVariable
130 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dclock_time_serde.rs64 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serialize() localVariable
76 let clocktime = ClockTime(None); in test_serialize() localVariable
91 let clocktime: ClockTime = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
98 let clocktime: ClockTime = serde_json::from_str(clocktime_json).unwrap(); in test_deserialize() localVariable
106 let clocktime: ClockTime = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
110 let clocktime: ClockTime = serde_json::from_str(clocktime_json).unwrap(); in test_deserialize() localVariable
119 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serde_roundtrip() localVariable
121 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
128 let clocktime = ClockTime(None); in test_serde_roundtrip() localVariable
130 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dclock_time_serde.rs64 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serialize() localVariable
76 let clocktime = ClockTime(None); in test_serialize() localVariable
91 let clocktime: ClockTime = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
98 let clocktime: ClockTime = serde_json::from_str(clocktime_json).unwrap(); in test_deserialize() localVariable
106 let clocktime: ClockTime = ron::de::from_str(clocktime_ron).unwrap(); in test_deserialize() localVariable
110 let clocktime: ClockTime = serde_json::from_str(clocktime_json).unwrap(); in test_deserialize() localVariable
119 let clocktime = ClockTime::from_nseconds(42_123_456_789); in test_serde_roundtrip() localVariable
121 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
128 let clocktime = ClockTime(None); in test_serde_roundtrip() localVariable
130 let clocktime: ClockTime = ron::de::from_str(clocktime_ser.as_str()).unwrap(); in test_serde_roundtrip() localVariable
/dports/net/ntp/ntp-4.2.8p15/parseutil/
H A Dtestdcf.c54 struct clocktime /* clock time broken up from time code */ struct
68 typedef struct clocktime clocktime_t; argument
H A Ddcfd.c203 struct clocktime /* clock time broken up from time code */ struct
217 typedef struct clocktime clocktime_t; argument
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/tests/libntp/
H A Dclocktime.c21 TEST_SETUP(clocktime) { in TEST_SETUP() argument
25 TEST_TEAR_DOWN(clocktime) { in TEST_TEAR_DOWN() argument
31 TEST(clocktime, CurrentYear) { in TEST() argument
47 TEST(clocktime, CurrentYearExplicit) { in TEST() argument
68 TEST(clocktime, CurrentYearFuzz) { in TEST() argument
90 TEST(clocktime, WrongYearStart) { in TEST() argument
109 TEST(clocktime, PreviousYear) { in TEST() argument
128 TEST(clocktime, NextYear) { in TEST() argument
146 TEST(clocktime, NoReasonableConversion) { in TEST() argument
158 TEST(clocktime, AlwaysInLimit) { in TEST() argument
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/include/
H A Dparse.h194 struct clocktime { /* clock time broken up from time code */ struct
207 typedef struct clocktime clocktime_t; argument
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dparse.h302 struct clocktime /* clock time broken up from time code */ struct
316 typedef struct clocktime clocktime_t; argument
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkAnimationCue.cxx61 void vtkAnimationCue::TickInternal(double currenttime, double deltatime, double clocktime) in TickInternal()
82 void vtkAnimationCue::Tick(double currenttime, double deltatime, double clocktime) in Tick()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkAnimationCue.cxx62 double currenttime, double deltatime, double clocktime) in TickInternal()
84 void vtkAnimationCue::Tick(double currenttime, double deltatime, double clocktime) in Tick()
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkAnimationCue.cxx64 double currenttime, double deltatime, double clocktime) in TickInternal()
86 void vtkAnimationCue::Tick(double currenttime, double deltatime, double clocktime) in Tick()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/System/IO/HVFS/
H A DUtils.hs124 clocktime = epochToClockTime (vModificationTime se) function

123