Searched refs:getTimeout (Results 1 - 25 of 50) sorted by relevance

12

/external/mockito/src/org/mockito/verification/
H A DTimeout.java51 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.atLeast(minNumberOfInvocations));
58 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.atLeastOnce());
73 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.times(0));
80 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.only());
87 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.times(wantedNumberOfInvocations));
/external/nist-sip/java/javax/sip/
H A DTimeoutEvent.java18 public Timeout getTimeout() { method in class:TimeoutEvent
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPUnitDebuggeeWrapper.java127 transport.accept(settings.getTimeout(), settings.getTimeout());
131 transport.attach(address, settings.getTimeout(), settings.getTimeout());
H A DJDWPUnitDebuggeeProcessWrapper.java96 outRedir.join(settings.getTimeout());
107 errRedir.join(settings.getTimeout());
268 thrd.join(settings.getTimeout());
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DExitTest.java60 long timeOut = settings.getTimeout();
H A DHoldEventsTest.java76 EventPacket event = debuggeeWrapper.vmMirror.receiveEvent(settings.getTimeout());
/external/mockito/src/org/mockito/internal/verification/
H A DVerificationWithTimeoutImpl.java53 public int getTimeout() { method in class:VerificationWithTimeoutImpl
/external/apache-http/src/org/apache/http/conn/params/
H A DConnManagerParams.java67 public static long getTimeout(final HttpParams params) { method in class:ConnManagerParams
/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java33 public long getTimeout() { method in class:TestMethod
H A DMethodRoadie.java45 long timeout= fTestMethod.getTimeout();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DJPDADebuggeeSynchronizer.java191 long timeout = settings.getTimeout();
211 long timeout = settings.getTimeout();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DInterruptTest.java82 thrd.join(settings.getTimeout());
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DClassUnloadTest.java88 event = debuggeeWrapper.vmMirror.receiveEvent(settings.getTimeout());
H A DMonitorWaitTest.java141 , ((ParsedEvent.Event_MONITOR_WAIT)parsedEvents[0]).getTimeout());
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h34 int (*getTimeout)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h34 int (*getTimeout)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h34 int (*getTimeout)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jdepend.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/smack/src/org/xbill/DNS/
H A DSimpleResolver.java176 getTimeout() { method in class:SimpleResolver
332 xfrin.setTimeout((int)(getTimeout() / 1000));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DTestOptions.java396 public long getTimeout() { method in class:TestOptions
/external/junit/src/org/junit/runners/
H A DBlockJUnit4ClassRunner.java289 long timeout= getTimeout(method.getAnnotation(Test.class));
402 private long getTimeout(Test annotation) { method in class:BlockJUnit4ClassRunner
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialutil.py404 def getTimeout(self): member in class:SerialBase
408 timeout = property(getTimeout, setTimeout, doc="Timeout setting for read()")
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DOfferRequestProvider.java165 public int getTimeout() { method in class:OfferRequestProvider.OfferRequestPacket
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacketDispatcher.java658 return performCommand(command, config.getTimeout());
H A DParsedEvent.java319 public long getTimeout(){ method in class:ParsedEvent.Event_MONITOR_WAIT

Completed in 1671 milliseconds

12