Home
last modified time | relevance | path

Searched refs:startTime (Results 1 – 20 of 20) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/indexingfilter/
H A Drestartindexingservice.cxx72 DWORD startTime = GetTickCount(); in StopIndexingService() local
96 startTime = GetTickCount(); in StopIndexingService()
99 else if ((GetTickCount() - startTime) > status.dwWaitHint) in StopIndexingService()
118 DWORD startTime = GetTickCount(); in StartIndexingService() local
142 startTime = GetTickCount(); in StartIndexingService()
145 else if ((GetTickCount() - startTime) > status.dwWaitHint) in StartIndexingService()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPostscriptCreator.java61 a.startTime(PerformanceContainer.AllTime); in checkOneFile()
64 a.startTime(PerformanceContainer.OfficeStart); in checkOneFile()
73 a.startTime(PerformanceContainer.Load); in checkOneFile()
77 a.startTime(PerformanceContainer.Print); in checkOneFile()
83 a.startTime(PerformanceContainer.OfficeStop); in checkOneFile()
H A DOpenOfficePostscriptCreator.java261 _aGTA.getPerformance().startTime(PerformanceContainer.Load); in loadFromURL()
403 _aGTA.getPerformance().startTime(PerformanceContainer.StoreAsPDF); in storeAsPDF()
491 _aGTA.getPerformance().startTime(PerformanceContainer.Store); in impl_printToFileWithOOo()
644 _aGTA.getPerformance().startTime(PerformanceContainer.Print); in impl_printToFileWithOOo()
1366 m_aParameterHelper.getPerformance().startTime(PerformanceContainer.OfficeStart); in startOffice()
H A DPerformanceContainer.java109 public void startTime(int _nIndex) in startTime() method in PerformanceContainer
/trunk/main/sal/osl/w32/
H A Dtime.c192 static struct _timeb startTime; variable
202 _ftime( &startTime ); 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()
/trunk/main/sal/osl/os2/
H A Dtime.c245 static struct timeval startTime; variable
256 gettimeofday( &startTime, 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()
/trunk/main/sal/osl/unx/
H A Dtime.c244 static struct timeval startTime; variable
255 gettimeofday( &startTime, 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()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java115 private static String startTime = EMPTY; field in Convert
165 startTime = cal.getTime().toString(); in main()
255 OutputHandler.out("Started at : " + Convert.startTime); in showStatistic()
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx545 TimeValue startTime, endTime; in parseFile() local
546 osl_getSystemTime( &startTime ); in parseFile()
581 - (startTime.Nanosec + startTime.Seconds*1000000000.0))) / in parseFile()
760 TimeValue startTime, endTime; in transfer_without_sec() local
761 osl_getSystemTime( &startTime ); in transfer_without_sec()
771 - (startTime.Nanosec + startTime.Seconds*1000000000.0)))/((double)1000000000.0); in transfer_without_sec()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DCondition.java36 long startTime = System.currentTimeMillis(); in test() local
37 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in test()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java208 long startTime = System.currentTimeMillis(); in exists() local
209 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in exists()
H A DVclMenuItem.java254 long startTime = System.currentTimeMillis(); in exists() local
255 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in exists()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java215 _aGTA.getPerformance().startTime(PerformanceContainer.Load); in loadFromURL()
354 _aGTA.getPerformance().startTime(PerformanceContainer.StoreAsPDF); in storeAsPDF()
544 _aGTA.getPerformance().startTime(PerformanceContainer.Store); in impl_printToFileWithOOo()
674 _aGTA.getPerformance().startTime(PerformanceContainer.Print); in impl_printToFileWithOOo()
H A DPerformanceContainer.java102 public void startTime(int _nIndex) in startTime() method in PerformanceContainer
H A DReferenceBuilder.java236 aGTA.getPerformance().startTime(PerformanceContainer.OfficeStart); in runGDC()
H A DConvWatchStarter.java317 aGTA.getPerformance().startTime(PerformanceContainer.OfficeStart); in runGDCWithStatus()
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls1290 Dim startTime As Single
1294 startTime = Timer
1299 If (Timer - gExcelMaxRangeProcessTime > startTime) Then
1418 Dim startTime As Single
1420 startTime = Timer
1424 If (Timer - gExcelMaxRangeProcessTime > startTime) Then
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java463 Date startTime = new Date(); in main() local
512 pdbcmp.writeToLog("PDB Comparison: start time " + startTime); in main()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java368 final long startTime = System.currentTimeMillis(); in execute() local
373 LOGGER.debug("Report processing time: " + (endTime - startTime)); in execute()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 69 milliseconds