/aoo42x/main/setup_native/source/win32/customactions/indexingfilter/ |
H A D | restartindexingservice.cxx | 72 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()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | PostscriptCreator.java | 61 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 D | OpenOfficePostscriptCreator.java | 261 _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 D | PerformanceContainer.java | 109 public void startTime(int _nIndex) in startTime() method in PerformanceContainer
|
/aoo42x/main/sal/osl/w32/ |
H A D | time.c | 192 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()
|
/aoo42x/main/sal/osl/os2/ |
H A D | time.c | 245 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()
|
/aoo42x/main/sal/osl/unx/ |
H A D | time.c | 244 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()
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | Convert.java | 115 private static String startTime = EMPTY; field in Convert 165 startTime = cal.getTime().toString(); in main() 255 OutputHandler.out("Started at : " + Convert.startTime); in showStatistic()
|
/aoo42x/main/xmlsecurity/tools/demo/ |
H A D | performance.cxx | 545 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()
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | Condition.java | 36 long startTime = System.currentTimeMillis(); in test() local 37 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in test()
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclApp.java | 208 long startTime = System.currentTimeMillis(); in exists() local 209 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in exists()
|
H A D | VclMenuItem.java | 254 long startTime = System.currentTimeMillis(); in exists() local 255 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in exists()
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 215 _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 D | PerformanceContainer.java | 102 public void startTime(int _nIndex) in startTime() method in PerformanceContainer
|
H A D | ReferenceBuilder.java | 236 aGTA.getPerformance().startTime(PerformanceContainer.OfficeStart); in runGDC()
|
H A D | ConvWatchStarter.java | 317 aGTA.getPerformance().startTime(PerformanceContainer.OfficeStart); in runGDCWithStatus()
|
/aoo42x/main/migrationanalysis/src/driver_docs/sources/excel/ |
H A D | MigrationAnalyser.cls | 1290 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
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | pdbcomparison.java | 463 Date startTime = new Date(); in main() local 512 pdbcmp.writeToLog("PDB Comparison: start time " + startTime); in main()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 368 final long startTime = System.currentTimeMillis(); in execute() local 373 LOGGER.debug("Report processing time: " + (endTime - startTime)); in execute()
|
/aoo42x/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |