Home
last modified time | relevance | path

Searched refs:fTimeout (Results 1 – 18 of 18) sorted by relevance

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dytimer.h39 const timeval& timeout() const { return fTimeout; } in timeout()
40 timeval timeout_min() const { return fTimeout - fuzziness(); } in timeout_min()
41 timeval timeout_max() const { return fTimeout + fuzziness(); } in timeout_max()
42 void decreaseTimeout(const timeval& diff) { fTimeout += diff; } in decreaseTimeout()
49 struct timeval fTimeout; variable
H A Dytimer.cc13 fTimeout(zerotime()), in YTimer()
24 fTimeout(zerotime()), in YTimer()
58 fTimeout = monotime() + millitime(fInterval); in startTimer()
74 fTimeout = monotime(); in runTimer()
H A Dwmprog.cc270 fTimeout(timeout) in MenuProgMenu()
279 if (fModTime == 0 || (0 < fTimeout && now >= fModTime + fTimeout)) { in updatePopup()
H A Dwmprog.h131 long fTimeout; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/test plugin/org/eclipse/jdt/debug/testplugin/
H A DDebugEventWaiter.java42 protected long fTimeout; field in DebugEventWaiter
79 fTimeout= DEFAULT_TIMEOUT; in DebugEventWaiter()
142 fTimeout= milliseconds; in setTimeout()
161 long endTime = System.currentTimeMillis() + fTimeout; in waitForEvent()
167 wait(fTimeout); in waitForEvent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/test plugin/org/eclipse/ant/tests/ui/testplugin/
H A DDebugEventWaiter.java36 protected long fTimeout; field in DebugEventWaiter
65 fTimeout = DEFAULT_TIMEOUT; in DebugEventWaiter()
128 fTimeout = milliseconds; in setTimeout()
144 wait(fTimeout); in waitForEvent()
/dports/lang/nqc/nqc-3.1.r6_1/platform/
H A DPSerial_unix.cpp66 long fTimeout; member in PSerial_unix
90 fTimeout(kPStream_NeverTimeout) in PSerial_unix()
233 fTimeout = timeout_ms; in SetTimeout()
241 if (fTimeout == kPStream_NeverTimeout) in Read()
257 expire.tv_sec += fTimeout / 1000; in Read()
258 expire.tv_usec += (fTimeout % 1000) * 1000; in Read()
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXHoldAction.java53 public long getTimeout() { return fTimeout; } in getTimeout()
114 fTimeout = 0; // Default value of 0 holds block indefinitely in execute()
129 fTimeout = Long.parseLong(result.result); in execute()
192 theBlock.holdBlock(fTimeout); in execute()
219 private long fTimeout = 0; // 0 indicates to hold indefinitely field in STAXHoldAction
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/
H A DCompletionTimeoutProgressMonitor.java22 private final long fTimeout; field in CompletionTimeoutProgressMonitor
33 fTimeout= timeout; in CompletionTimeoutProgressMonitor()
47 fEndTime= System.currentTimeMillis() + fTimeout; in beginTask()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/
H A DTimer.java31 private int fTimeout; field in Timer
214 return fTimeout; in getTimeout()
225 fTimeout = timeout; in setTimeout()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/
H A DSocketListeningConnectorImpl.java34 private int fTimeout; field in SocketListeningConnectorImpl
111 fTimeout = argument.intValue(); in getConnectionArguments()
113 fTimeout = 0; in getConnectionArguments()
167 .accept(fTimeout, 0); in accept()
H A DSocketAttachingConnectorImpl.java36 private int fTimeout; field in SocketAttachingConnectorImpl
112 fTimeout = timeoutArg.intValue(); in getConnectionArguments()
140 fPort, fTimeout, 0); in attach()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/
H A DInvocationCountPerformanceMeter.java137 if (fTimeout == -1) in run()
140 eventSet= fEventQueue.remove(fTimeout); in run()
332 private long fTimeout= -1; field in InvocationCountPerformanceMeter
686 return fTimeout; in getTimeout()
700 fTimeout= timeout; in setTimeout()
/dports/lang/nbc/bricktools/
H A Dfantomfpc.pas517 fTimeout : integer;
1541 tmpStr := GetSerialResString(fSerialHandle, fTimeout);
1554 fTimeout := USB_TIMEOUT;
1690 oldTimeout := fTimeout;
1692 fTimeout := 3000;
1695 fTimeout := oldTimeout;
1866 numberOfBytes, fTimeout);
1870 ret := BluetoothRead(fSerialHandle, bufferPtr, numberOfBytes, fTimeout);
2035 if is_nxt_serial_device(fSerialHandle, fTimeout) then
2096 PChar(buf), size, fTimeout);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sccomp/source/solver/
H A DSwarmSolver.cxx476 void setTimeout(double fTimeout) { mfTimeout = fTimeout; } in setTimeout() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sccomp/source/solver/
H A DSwarmSolver.cxx470 void setTimeout(double fTimeout) { mfTimeout = fTimeout; } in setTimeout() argument
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-pp_motor.c1326 Bool fTimeout = _FALSE; in motorP96ConstantMoveProc1() local
1375 } while (!(fTimeout = MiscCheckTimer( &timer ))); in motorP96ConstantMoveProc1()
1377 if (!fTimeout) { in motorP96ConstantMoveProc1()
3009 Bool fTimeout = _FALSE; local
3066 fTimeout = MiscCheckTimer( &timer );
3068 } while ( _OK == fTimeout );
3070 if ( _OK == fTimeout ) {
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Daygshell.pp873 1: (fTimeout:BOOL);
890 // nmshn.fTimeout is TRUE if duration expired, FALSE if user tapped away
953 // fTimeout -- the notification timed out (SHNP_INFORM only)
967 function OnDismiss(dwID:DWORD; fTimeout:BOOL; lParam:LPARAM):HRESULT; stdcall;