Home
last modified time | relevance | path

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

12345678910

/aoo41x/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);
/aoo41x/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 …]
/aoo41x/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx222 TimeValue m_aStartTime;
223 TimeValue m_aEndTime;
325 static sal_Bool isEqualTimeValue ( const TimeValue* time1, const TimeValue* time2) in isEqualTimeValue()
334 static sal_Bool isGreaterTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterTimeValue()
347 static sal_Bool isGreaterEqualTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterEqualTimeValue()
357 bool isBTimeGreaterATime(TimeValue const& A, TimeValue const& B) in isBTimeGreaterATime()
387 TimeValue aTimeValue={3,0}; in t_time1()
401 TimeValue aTimeValue={0,1000 * 1000 * 500}; in t_time2()
416 TimeValue aTimeValue={0,1000*1000*100}; in t_time3()
/aoo41x/main/sal/osl/unx/
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()
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()
/aoo41x/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()
/aoo41x/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);
/aoo41x/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()
/aoo41x/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx216 TimeValue *pTimeout; in run()
217 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
345 TimeValue *pTimeout; in run()
346 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
736 TimeValue *pTimeout; in run()
737 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
908 TimeValue *pTimeout; in isExPending_001()
909 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in isExPending_001()
1021 TimeValue *pTimeout; in read()
1022 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in read()
H A Dosl_Socket.cxx310 TimeValue *pTimeout; in run()
311 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
494 TimeValue *pTimeout; in run()
495 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
1985 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
2113 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
2176 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
2992 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in run()
3149 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in isExPending_001()
3219 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
[all …]
H A Dosl_Socket2.cxx642 TimeValue *pTimeout;
650 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
770 TimeValue *pTimeout;
778 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
833 TimeValue *pTimeout;
841 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
1063 TimeValue *pTimeout;
H A Dosl_AcceptorSocket.cxx206 TimeValue *pTimeout;
214 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
H A Dosl_ConnectorSocket.cxx131 TimeValue *pTimeout;
139 pTimeout = ( TimeValue* )malloc( sizeof( TimeValue ) ); in setUp()
/aoo41x/main/vos/inc/vos/
H A Dsocket.hxx440 TimeValue* m_pSendTimeout;
441 TimeValue* m_pRecvTimeout;
546 const TimeValue* SAL_CALL getSendTimeout() const in getSendTimeout()
552 const TimeValue* SAL_CALL getRecvTimeout() const in getRecvTimeout()
558 void SAL_CALL setSendTimeout(const TimeValue* pTimeout = 0);
563 void SAL_CALL setRecvTimeout(const TimeValue* pTimeout = 0);
574 sal_Bool SAL_CALL isRecvReady(const TimeValue* pTimeout = 0) const;
585 sal_Bool SAL_CALL isSendReady(const TimeValue* pTimeout = 0) const;
597 sal_Bool SAL_CALL isExceptionPending(const TimeValue* pTimeout = 0) const;
1043 TResult SAL_CALL connect(const OSocketAddr& TargetHost, const TimeValue* pTimeout = 0);
/aoo41x/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);
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/main/sal/qa/osl/file/
H A Dosl_File.cxx231 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()
3479 CPPUNIT_ASSERT( ( pTV_current = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in getAccessTime_001()
3480 TimeValue *pTV_access = NULL; in getAccessTime_001()
3481 CPPUNIT_ASSERT( ( pTV_access = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in getAccessTime_001()
3519 CPPUNIT_ASSERT( ( pTV_current = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in getModifyTime_001()
3539 CPPUNIT_ASSERT( ( pTV_modify = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in getModifyTime_001()
5156 CPPUNIT_ASSERT( ( pTV_current = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in setTime_001()
5158 CPPUNIT_ASSERT( ( pTV_creation = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in setTime_001()
5160 CPPUNIT_ASSERT( ( pTV_access = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in setTime_001()
[all …]

Completed in 150 milliseconds

12345678910