HomeSort by relevance Sort by last modified time
    Searched full:check_interval (Results 1 - 25 of 34) sorted by null

1 2

  /external/ltp/testcases/network/stress/interface/
if4-addr-change 26 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
60 [ $CHECK_INTERVAL -eq 0 ] && continue
61 [ $(($cnt % $CHECK_INTERVAL)) -ne 0 ] && continue
if-updown 25 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($IF_UPDOWN_TIMES / 20))}
40 tst_resm TINFO "check connectivity interval is $CHECK_INTERVAL"
if-lib.sh 54 [ $CHECK_INTERVAL -eq 0 ] && return
55 [ $(($cnt % $CHECK_INTERVAL)) -ne 0 ] && return
if-addr-addlarge 28 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($IP_TOTAL / 20))}
50 tst_resm TINFO "check interval that $iface is working: $CHECK_INTERVAL"
if-route-adddel 27 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
if-addr-adddel 28 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
if-route-addlarge 27 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($ROUTE_TOTAL / 20))}
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_data_utils.py 76 check_interval=30,
97 check_interval: delay time between each around of Internet connection check.
178 log, provider, client_list, check_interval, check_iteration):
189 check_interval, check_iteration):
193 Delay <check_interval> seconds.
201 check_interval: delay time between each around of Internet connection check.
209 time.sleep(check_interval)
212 check_interval * i)
219 check_interval * i)
tel_video_utils.py 561 CHECK_INTERVAL = 60
604 CHECK_INTERVAL = min(CHECK_INTERVAL,
606 time.sleep(CHECK_INTERVAL)
607 elapsed_time += CHECK_INTERVAL
    [all...]
  /external/apache-http/android/src/android/net/http/
IdleCache.java 42 private final static int CHECK_INTERVAL = 2 * 1000;
152 IdleCache.this.wait(CHECK_INTERVAL);
  /external/autotest/site_utils/chromeos_proxy/
swarming_bot_manager.py 29 CHECK_INTERVAL = 180
148 time.sleep(CHECK_INTERVAL)
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
URICertStore.java 74 * checked for an update within CHECK_INTERVAL (last 30 seconds). Otherwise,
79 * additional calls during the CHECK_INTERVAL period do not try to open another
95 private final static int CHECK_INTERVAL = 30 * 1000;
269 if (time - lastChecked < CHECK_INTERVAL) {
382 if (time - lastChecked < CHECK_INTERVAL) {
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveDataTest.py 747 check_interval=10,
773 check_interval=10,
    [all...]
TelLiveRebootStressTest.py 120 time.sleep(CHECK_INTERVAL)
121 elapsed_time += CHECK_INTERVAL
239 check_interval=5,
359 CHECK_INTERVAL = 10
426 CHECK_INTERVAL = 10
    [all...]
TelLiveSmokeTest.py 371 check_interval=10,
373 # check_interval=10, check_iteration=4: in this Smoke test,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 541 action="store", type="int", dest="check_interval", default=None,
574 if options.check_interval:
575 sys.setcheckinterval(options.check_interval)
  /external/python/cpython2/Tools/ccbench/
ccbench.py 541 action="store", type="int", dest="check_interval", default=None,
574 if options.check_interval:
575 sys.setcheckinterval(options.check_interval)
  /external/e2fsprogs/lib/ext2fs/
mmp.c 313 * If check_interval in MMP block is larger, use that instead of
314 * check_interval from the superblock.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker
  /external/python/cpython2/Include/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker
  /prebuilts/gdb/linux-x86/include/python2.7/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker

Completed in 1164 milliseconds

1 2