Home
last modified time | relevance | path

Searched refs:waitTime (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/setup_native/source/win32/customactions/indexingfilter/
H A Drestartindexingservice.cxx80 DWORD waitTime = status.dwWaitHint / 10; in StopIndexingService() local
82 if (waitTime < 1000) in StopIndexingService()
83 waitTime = 1000; in StopIndexingService()
84 else if (waitTime > 10000) in StopIndexingService()
85 waitTime = 10000; in StopIndexingService()
87 Sleep(waitTime); in StopIndexingService()
128 if (waitTime < 1000) in StartIndexingService()
129 waitTime = 1000; in StartIndexingService()
130 else if (waitTime > 10000) in StartIndexingService()
131 waitTime = 10000; in StartIndexingService()
[all …]
/aoo42x/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java61 TestThread t = new TestThread(waitTime); in testThreadLeavesJobQueueOnDispose()
79 private void testThreadLeavesJobQueueOnReply(int waitTime) in testThreadLeavesJobQueueOnReply() argument
82 TestThread t = new TestThread(waitTime); in testThreadLeavesJobQueueOnReply()
103 private void testStaticThreadExecutesJobs(int waitTime) in testStaticThreadExecutesJobs() argument
106 TestThread t = new TestThread(waitTime); in testStaticThreadExecutesJobs()
210 public TestThread(int waitTime) { in TestThread() argument
211 this.waitTime = waitTime; in TestThread()
216 waitTime = 0; in TestThread()
225 if (waitTime != 0) { in run()
226 Thread.sleep(waitTime); in run()
[all …]
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJobQueue.java200 private Job removeJob(int waitTime) { in removeJob() argument
207 while(_head == null && (waitTime == 0 || !waited)) { in removeJob()
219 wait(waitTime); in removeJob()
313 Object enter(int waitTime, Object disposeId) throws Throwable { in enter() argument
330 job = removeJob(waitTime); in enter()
/aoo42x/main/migrationanalysis/src/wizard/
H A DAnalyse.bas559 Dim waitTime As Long variable
568 waitTime = val(DateDiff("s", curDate, Now()))
569 If (waitTime > C_ABORT_TIMEOUT) Then

Completed in 19 milliseconds