Home
last modified time | relevance | path

Searched refs:TimeValue (Results 1 – 25 of 259) sorted by relevance

1234567891011

/trunk/main/sdext/source/presenter/
H A DPresenterTimer.cxx54 TimeValue maDueTime;
98 TimeValue& rTimeValue,
147 const TimeValue& rDueTime) in ScheduleSingleTaskAbsolute()
162 TimeValue aCurrentTime; in ScheduleRepeatedTask()
165 TimeValue aDueTime; in ScheduleRepeatedTask()
247 const TimeValue& rDueTime, in CreateTimerTask()
406 TimeValue aSystemTime; in GetCurrentTime()
426 TimeValue& rTimeValue, in ConvertToTimeValue()
577 TimeValue aCurrentTime; in GetCurrentTime()
591 TimeValue aNow; in GetTimeDifference()
[all …]
H A DPresenterTimer.hxx53 typedef ::boost::function<void(const TimeValue&)> Task;
63 const TimeValue& rDueTime);
130 void CheckCurrentTime (const TimeValue& rCurrentTime);
/trunk/main/sal/rtl/source/
H A Dunload.cxx42 static sal_Bool isEqualTimeValue ( const TimeValue* time1, const TimeValue* time2) in isEqualTimeValue()
51 static sal_Bool isGreaterTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterTimeValue()
64 static sal_Bool isGreaterEqualTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterEqualTimeValue()
74 static void addTimeValue( const TimeValue* value1, const TimeValue* value2, TimeValue* result) in addTimeValue()
91 static sal_Bool hasEnoughTimePassed( const TimeValue* unusedSince, const TimeValue* timespan) in hasEnoughTimePassed()
94 TimeValue currentTime; in hasEnoughTimePassed()
97 TimeValue addedTime; in hasEnoughTimePassed()
185 rtl_copyMemory(libUnused, &that->unusedSince, sizeof(TimeValue)); in rtl_moduleCount_canUnload()
254 TimeValue nullTime={0,0}; in rtl_unloadUnusedModules()
255 TimeValue* pLibUnused= libUnused? libUnused : &nullTime; in rtl_unloadUnusedModules()
[all …]
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx199 TimeValue m_aStartTime;
200 TimeValue m_aEndTime;
302 static sal_Bool isEqualTimeValue ( const TimeValue* time1, const TimeValue* time2) in isEqualTimeValue()
311 static sal_Bool isGreaterTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterTimeValue()
324 static sal_Bool isGreaterEqualTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterEqualTimeValue()
334 bool isBTimeGreaterATime(TimeValue const& A, TimeValue const& B) in isBTimeGreaterATime()
353 TimeValue aTimeValue={3,0}; in TEST_F()
367 TimeValue aTimeValue={0,1000 * 1000 * 500}; in TEST_F()
382 TimeValue aTimeValue={0,1000*1000*100}; in TEST_F()
/trunk/main/sal/osl/os2/
H A Dtime.c42 sal_Bool SAL_CALL osl_getSystemTime(TimeValue* TimeValue) in osl_getSystemTime() argument
49 TimeValue->Seconds = tp.tv_sec; in osl_getSystemTime()
50 TimeValue->Nanosec = tp.tv_usec * 1000; in osl_getSystemTime()
60 sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( TimeValue* pTimeVal, oslDateTime* pDateTime ) in osl_getDateTimeFromTimeValue()
94 sal_Bool SAL_CALL osl_getTimeValueFromDateTime( oslDateTime* pDateTime, TimeValue* pTimeVal ) in osl_getTimeValueFromDateTime()
164 sal_Bool SAL_CALL osl_getLocalTimeFromSystemTime( TimeValue* pSystemTimeVal, TimeValue* pLocalTimeV… in osl_getLocalTimeFromSystemTime()
201 sal_Bool SAL_CALL osl_getSystemTimeFromLocalTime( TimeValue* pLocalTimeVal, TimeValue* pSystemTimeV… in osl_getSystemTimeFromLocalTime()
/trunk/main/sal/osl/unx/
H A Dtime.c41 sal_Bool SAL_CALL osl_getSystemTime(TimeValue* TimeValue) in osl_getSystemTime() argument
48 TimeValue->Seconds = tp.tv_sec; in osl_getSystemTime()
49 TimeValue->Nanosec = tp.tv_usec * 1000; in osl_getSystemTime()
59 sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( TimeValue* pTimeVal, oslDateTime* pDateTime ) in osl_getDateTimeFromTimeValue()
93 sal_Bool SAL_CALL osl_getTimeValueFromDateTime( oslDateTime* pDateTime, TimeValue* pTimeVal ) in osl_getTimeValueFromDateTime()
163 sal_Bool SAL_CALL osl_getLocalTimeFromSystemTime( TimeValue* pSystemTimeVal, TimeValue* pLocalTimeV… in osl_getLocalTimeFromSystemTime()
200 sal_Bool SAL_CALL osl_getSystemTimeFromLocalTime( TimeValue* pLocalTimeVal, TimeValue* pSystemTimeV… in osl_getSystemTimeFromLocalTime()
H A Dfile_stat.cxx387 const TimeValue* /*pCreationTime*/, in osl_psz_setFileTime() argument
388 const TimeValue* pLastAccessTime, in osl_psz_setFileTime()
389 const TimeValue* pLastWriteTime ) in osl_psz_setFileTime()
468 const TimeValue* pCreationTime, in osl_setFileTime()
469 const TimeValue* pLastAccessTime, in osl_setFileTime()
470 const TimeValue* pLastWriteTime ) in osl_setFileTime()
/trunk/main/sal/inc/osl/
H A Dtime.h48 } TimeValue; typedef
106 sal_Bool SAL_CALL osl_getSystemTime( TimeValue* pTimeVal );
115 sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( TimeValue* pTimeVal, oslDateTime* pDateTime );
124 sal_Bool SAL_CALL osl_getTimeValueFromDateTime( oslDateTime* pDateTime, TimeValue* pTimeVal );
133 sal_Bool SAL_CALL osl_getLocalTimeFromSystemTime( TimeValue* pSystemTimeVal, TimeValue* pLocalTimeV…
142 sal_Bool SAL_CALL osl_getSystemTimeFromLocalTime( TimeValue* pLocalTimeVal, TimeValue* pSystemTimeV…
H A Dfile.h374 TimeValue aCreationTime;
377 TimeValue aAccessTime;
379 TimeValue aModifyTime;
1509 const TimeValue *aCreationTime,
1510 const TimeValue *aLastAccessTime,
1511 const TimeValue *aLastWriteTime);
H A Dsocket.h456 const TimeValue* pTimeout);
597 sal_Bool SAL_CALL osl_isReceiveReady(oslSocket Socket, const TimeValue* pTimeout);
609 sal_Bool SAL_CALL osl_isSendReady(oslSocket Socket, const TimeValue* pTimeout);
620 sal_Bool SAL_CALL osl_isExceptionPending(oslSocket Socket, const TimeValue* pTimeout);
850 const TimeValue* pTimeout);
H A Dfile.hxx818 inline TimeValue getCreationTime() const in getCreationTime()
830 inline TimeValue getAccessTime() const in getAccessTime()
842 inline TimeValue getModifyTime() const in getModifyTime()
1419 const TimeValue& rCreationTime, in setTime()
1420 const TimeValue& rLastAccessTime, in setTime()
1421 const TimeValue& rLastWriteTime ) in setTime()
H A Dsocket_decl.hxx280 inline sal_Bool SAL_CALL isRecvReady(const TimeValue *pTimeout = 0) const;
292 inline sal_Bool SAL_CALL isSendReady(const TimeValue *pTimeout = 0) const;
307 inline sal_Bool SAL_CALL isExceptionPending(const TimeValue *pTimeout = 0) const;
607 oslSocketResult SAL_CALL connect(const SocketAddr& TargetHost, const TimeValue* pTimeout = 0);
H A Dprocess.h97 TimeValue UserTime;
98 TimeValue SystemTime;
325 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout);
H A Dsocket.hxx314 inline sal_Bool Socket::isRecvReady(const TimeValue *pTimeout ) const in isRecvReady()
320 inline sal_Bool Socket::isSendReady(const TimeValue *pTimeout ) const in isSendReady()
326 inline sal_Bool Socket::isExceptionPending(const TimeValue *pTimeout ) const in isExceptionPending()
469 const TimeValue* pTimeout ) in connect()
/trunk/main/sal/osl/w32/
H A Dtime.c30 extern sal_Bool TimeValueToFileTime(const TimeValue *cpTimeVal, FILETIME *pFTime);
32 extern BOOL FileTimeToTimeValue( const FILETIME *cpFTime, TimeValue *pTimeVal );
38 sal_Bool SAL_CALL osl_getSystemTime(TimeValue* pTimeVal) in osl_getSystemTime()
72 sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( TimeValue* pTimeVal, oslDateTime* pDateTime ) in osl_getDateTimeFromTimeValue()
102 sal_Bool SAL_CALL osl_getTimeValueFromDateTime( oslDateTime* pDateTime, TimeValue* pTimeVal ) in osl_getTimeValueFromDateTime()
133 sal_Bool SAL_CALL osl_getLocalTimeFromSystemTime( TimeValue* pSystemTimeVal, TimeValue* pLocalTimeV… in osl_getLocalTimeFromSystemTime()
164 sal_Bool SAL_CALL osl_getSystemTimeFromLocalTime( TimeValue* pLocalTimeVal, TimeValue* pSystemTimeV… in osl_getSystemTimeFromLocalTime()
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx217 TimeValue *pTimeout; in run()
218 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
346 TimeValue *pTimeout; in run()
347 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
711 TimeValue *pTimeout; in run()
712 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
876 TimeValue *pTimeout; in TEST_F()
877 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in TEST_F()
980 TimeValue *pTimeout; in read()
981 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in read()
H A Dosl_Socket.cxx311 TimeValue *pTimeout; in run()
312 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
495 TimeValue *pTimeout; in run()
496 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
1780 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in SetUp()
1891 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in SetUp()
1945 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in SetUp()
2622 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
2772 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in TEST_F()
2822 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in SetUp()
[all …]
H A Dosl_Socket2.cxx572 TimeValue *pTimeout;
580 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in SetUp()
682 TimeValue *pTimeout;
690 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in SetUp()
736 TimeValue *pTimeout;
744 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in SetUp()
932 TimeValue *pTimeout;
H A Dosl_ConnectorSocket.cxx127 TimeValue *pTimeout;
135 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in SetUp()
/trunk/main/vos/inc/vos/
H A Dsocket.hxx441 TimeValue* m_pSendTimeout;
442 TimeValue* m_pRecvTimeout;
547 const TimeValue* SAL_CALL getSendTimeout() const in getSendTimeout()
553 const TimeValue* SAL_CALL getRecvTimeout() const in getRecvTimeout()
559 void SAL_CALL setSendTimeout(const TimeValue* pTimeout = 0);
564 void SAL_CALL setRecvTimeout(const TimeValue* pTimeout = 0);
575 sal_Bool SAL_CALL isRecvReady(const TimeValue* pTimeout = 0) const;
586 sal_Bool SAL_CALL isSendReady(const TimeValue* pTimeout = 0) const;
598 sal_Bool SAL_CALL isExceptionPending(const TimeValue* pTimeout = 0) const;
1044 TResult SAL_CALL connect(const OSocketAddr& TargetHost, const TimeValue* pTimeout = 0);
/trunk/main/sal/inc/rtl/
H A Dunload.h102 typedef sal_Bool (SAL_CALL * component_canUnloadFunc)( TimeValue* pTime);
201 void SAL_CALL rtl_unloadUnusedModules( TimeValue* libUnused);
285 sal_Bool ( *canUnload ) ( struct _rtl_StandardModuleCount* a, TimeValue* libUnused);
287 TimeValue unusedSince;
303 sal_Bool rtl_moduleCount_canUnload( rtl_StandardModuleCount * that, TimeValue* libUnused);
/trunk/main/vos/source/
H A Dsocket.cxx801 void OSocket::setSendTimeout(const TimeValue* pTimeout) in setSendTimeout()
806 m_pSendTimeout = new TimeValue(*pTimeout); in setSendTimeout()
814 void OSocket::setRecvTimeout(const TimeValue* pTimeout) in setRecvTimeout()
819 m_pRecvTimeout = new TimeValue(*pTimeout); in setRecvTimeout()
827 sal_Bool OSocket::isRecvReady(const TimeValue* pTimeout) const in isRecvReady()
842 sal_Bool OSocket::isSendReady(const TimeValue* pTimeout) const in isSendReady()
857 sal_Bool OSocket::isExceptionPending(const TimeValue* pTimeout) const in isExceptionPending()
1596 const TimeValue* pTimeout) in connect()
/trunk/main/sal/workben/
H A Dtestfile.cxx381 void showTime( TimeValue aTime ) in showTime()
437 TimeValue getSystemTime() in getSystemTime()
439 TimeValue aTime; in getSystemTime()
1439 TimeValue aAccessTime = { aSysAccessTime, 0}; in FileTimeTest()
1440 TimeValue aModifyTime = { aSysModifyTime, 0}; in FileTimeTest()
1442 TimeValue aCreationTimeRead; in FileTimeTest()
1443 TimeValue aAccessTimeRead; in FileTimeTest()
1444 TimeValue aModifyTimeRead; in FileTimeTest()
1818 TimeValue aCreationTime; in FileStatusTest()
1830 TimeValue aAccessTime; in FileStatusTest()
[all …]
/trunk/main/comphelper/source/misc/
H A Duieventslogger.cxx129 TimeValue m_LastLogEventTime;
131 const TimeValue m_IdleTimeout;
146 static TimeValue getIdleTimeoutFromCfg();
487 TimeValue now; in checkIdleTimeout()
513 TimeValue now_tv; in getRotatedPath()
618 TimeValue UiEventsLogger_Impl::getIdleTimeoutFromCfg() in getIdleTimeoutFromCfg()
628 TimeValue result; in getIdleTimeoutFromCfg()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx227 inline void printTime( TimeValue *tv ) in printTime()
231 TimeValue *pLocalTV = ( TimeValue* )malloc( sizeof( TimeValue ) ); in printTime()
278 inline sal_Bool t_compareTime( TimeValue *m_aEndTime, TimeValue *m_aStartTime, sal_Int32 nDelta) in t_compareTime()
3091 ASSERT_TRUE( ( pTV_current = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
3093 ASSERT_TRUE( ( pTV_access = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
3124 ASSERT_TRUE( ( pTV_current = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
3144 ASSERT_TRUE( ( pTV_modify = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
4592 ASSERT_TRUE( ( pTV_current = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
4594 ASSERT_TRUE( ( pTV_creation = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
4596 ASSERT_TRUE( ( pTV_access = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
[all …]

Completed in 223 milliseconds

1234567891011