HomeSort by relevance Sort by last modified time
    Searched refs:maxWait (Results 1 - 18 of 18) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkLoadingTestCase.java 74 final int maxWait = 600;
75 for (int i=0; i < maxWait && loadStatus == LoadStatus.LOADING; i++) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java 48 int maxWait = 10;
49 for (int i=0; i < maxWait; i++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 212 final int maxWait = 1200;
213 for (int i=0; i < maxWait; i++) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 54 public boolean isActivelyRunning(long maxWait) {
63 } while (System.currentTimeMillis() - start < maxWait);
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 1091 CV_IMPL int cvWaitKey (int maxWait)
1095 // wait at least for one event (to allow mouse, etc. processing), exit if maxWait milliseconds passed (nullEvent)
1100 // remaining time until maxWait is over
1101 UInt32 wait = EventTimeToTicks (maxWait / 1000.0) - (TickCount() - start);
1104 if( maxWait > 0 && iters > 0 )
1109 WaitNextEvent (everyEvent, &theEvent, maxWait > 0 ? wait : kDurationForever, NULL);
window_cocoa.mm 68 CV_IMPL int cvWaitKey (int maxWait) {return 0;}
532 CV_IMPL int cvWaitKey (int maxWait)
540 if(([[NSDate date] timeIntervalSince1970] - start) * 1000 >= maxWait && maxWait>0)
  /external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java 231 long maxWait = __DEFAULT_MAX_WAIT_MS;
234 maxWait = Long.parseLong(parameter);
235 setMaxWaitMs(maxWait);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 239 milliseconds