Home
last modified time | relevance | path

Searched refs:mseconds (Results 76 – 100 of 231) sorted by relevance

12345678910

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/data/
H A Dqduration.cpp120 const MSecondProperty mseconds) in fromComponents() argument
123 hours, minutes, seconds, mseconds)); in fromComponents()
234 MSecondProperty Duration::mseconds() const in mseconds() function in Duration
H A Dqabstractdatetime_p.h137 , mseconds(msecondsP) in regExp()
154 const qint8 mseconds; variable
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dclock_time.rs30 pub fn mseconds(&self) -> Option<u64> { in mseconds() method
50 pub fn from_mseconds(mseconds: u64) -> ClockTime { in from_mseconds()
51 mseconds * ::MSECOND in from_mseconds()
H A Dclock_time_serde.rs93 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_deserialize()
100 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_deserialize()
123 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_serde_roundtrip()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/data/
H A Dqduration.cpp118 const MSecondProperty mseconds) in fromComponents() argument
121 hours, minutes, seconds, mseconds)); in fromComponents()
232 MSecondProperty Duration::mseconds() const in mseconds() function in Duration
H A Dqdaytimeduration.cpp107 const MSecondProperty mseconds) in fromComponents() argument
114 mseconds)); in fromComponents()
233 MSecondProperty DayTimeDuration::mseconds() const in mseconds() function in DayTimeDuration
H A Dqabstractdatetime_p.h133 , mseconds(msecondsP) in regExp()
150 const qint8 mseconds; variable
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dclock_time.rs30 pub fn mseconds(&self) -> Option<u64> { in mseconds() method
50 pub fn from_mseconds(mseconds: u64) -> ClockTime { in from_mseconds()
51 mseconds * ::MSECOND in from_mseconds()
H A Dclock_time_serde.rs93 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_deserialize()
100 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_deserialize()
123 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_serde_roundtrip()
/dports/devel/stxxl/stxxl-1.4.1/examples/containers/
H A Dsorter2.cpp70 STXXL_MSG("push time: " << (Timer1.mseconds() / 1000)); in main()
78 STXXL_MSG("sort time: " << (Timer2.mseconds() / 1000)); in main()
/dports/biology/ugene/ugene-40.1/src/plugins/remote_blast/src/
H A DHttpRequest.h76 static void await(int mseconds) { in await() argument
77 msleep(mseconds); in await()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dclock_time_serde.rs93 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_deserialize()
100 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_deserialize()
123 assert_eq!(clocktime.mseconds(), Some(42_123)); in test_serde_roundtrip()
/dports/lang/scheme48/scheme48-1.9.2/scheme/vm/interp/
H A Dprim.scm477 (receive (seconds mseconds)
479 (goto return-time-value option seconds mseconds)))
481 (receive (seconds mseconds)
483 (goto return-time-value option seconds mseconds)))
485 (receive (seconds mseconds)
487 (goto return-time-value option seconds mseconds)))
496 (define (return-time-value option seconds mseconds)
501 (enter-fixnum mseconds))
502 (goto return-fixnum (+ (* seconds 1000) mseconds))))
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.h108 void DelayShow(UINT mseconds);
109 void DelayHide(UINT mseconds);
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.h108 void DelayShow(UINT mseconds);
109 void DelayHide(UINT mseconds);
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.h108 void DelayShow(UINT mseconds);
109 void DelayHide(UINT mseconds);
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.h108 void DelayShow(UINT mseconds);
109 void DelayHide(UINT mseconds);
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.h108 void DelayShow(UINT mseconds);
109 void DelayHide(UINT mseconds);
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dinfolist_window.h108 void DelayShow(UINT mseconds);
109 void DelayHide(UINT mseconds);
/dports/misc/lxi-tools/lxi-tools-1.21/src/
H A Dlxilua.c175 long mseconds = lua_tointeger(L, 1); in msleep() local
176 long useconds = mseconds * 1000; in msleep()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfscommon/
H A Dmain.h73 void* main_msectime_register_fname (uint32_t mseconds,uint32_t offset,void (*fun)(void),const char …
76 int main_msectime_change(void* x,uint32_t mseconds,uint32_t offset);
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfscommon/
H A Dmain.h73 void* main_msectime_register_fname (uint32_t mseconds,uint32_t offset,void (*fun)(void),const char …
76 int main_msectime_change(void* x,uint32_t mseconds,uint32_t offset);
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfscommon/
H A Dmain.h73 void* main_msectime_register_fname (uint32_t mseconds,uint32_t offset,void (*fun)(void),const char …
76 int main_msectime_change(void* x,uint32_t mseconds,uint32_t offset);
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfscommon/
H A Dmain.h73 void* main_msectime_register_fname (uint32_t mseconds,uint32_t offset,void (*fun)(void),const char …
76 int main_msectime_change(void* x,uint32_t mseconds,uint32_t offset);
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfscommon/
H A Dmain.h73 void* main_msectime_register_fname (uint32_t mseconds,uint32_t offset,void (*fun)(void),const char …
76 int main_msectime_change(void* x,uint32_t mseconds,uint32_t offset);

12345678910