Searched refs:currentTime (Results 1 – 7 of 7) sorted by relevance
197 struct _timeb currentTime; in osl_getGlobalTimer() local206 _ftime( ¤tTime ); in osl_getGlobalTimer()208 nSeconds = (sal_uInt32)( currentTime.time - startTime.time ); in osl_getGlobalTimer()210 return ( nSeconds * 1000 ) + (long)( currentTime.millitm - startTime.millitm ); in osl_getGlobalTimer()
250 struct timeval currentTime; in osl_getGlobalTimer() local260 gettimeofday( ¤tTime, NULL ); in osl_getGlobalTimer()262 nSeconds = (sal_uInt32)( currentTime.tv_sec - startTime.tv_sec ); in osl_getGlobalTimer()264 return ( nSeconds * 1000 ) + (long) (( currentTime.tv_usec - startTime.tv_usec) / 1000 ); in osl_getGlobalTimer()
249 struct timeval currentTime; in osl_getGlobalTimer() local259 gettimeofday( ¤tTime, NULL ); in osl_getGlobalTimer()261 nSeconds = (sal_uInt32)( currentTime.tv_sec - startTime.tv_sec ); in osl_getGlobalTimer()263 return ( nSeconds * 1000 ) + (long) (( currentTime.tv_usec - startTime.tv_usec) / 1000 ); in osl_getGlobalTimer()
489 String currentTime = sdAutoUpdateTimeFooterType.getItemText(7); in testInsertAutoUpdateTimeFooter() local495 assertNotSame("Time can not update", currentTime, updatedTime); in testInsertAutoUpdateTimeFooter()511 String currentTime = sdAutoUpdateTimeFooterType.getItemText(7); in testInsertAutoUpdateTimeFooterOnNotes() local519 assertNotSame("Time can not update", currentTime, updatedTime); in testInsertAutoUpdateTimeFooterOnNotes()
94 TimeValue currentTime; in hasEnoughTimePassed() local95 if( osl_getSystemTime( ¤tTime)) in hasEnoughTimePassed()99 if( isGreaterEqualTimeValue( ¤tTime, &addedTime)) in hasEnoughTimePassed()
248 const double position = CMTimeGetSeconds( [mpPlayer currentTime] ); in getMediaTime()
1429 currentTime
Completed in 49 milliseconds