HomeSort by relevance Sort by last modified time
    Searched refs:max_delay (Results 1 - 25 of 47) sorted by null

1 2

  /external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
platform_CryptohomeSyncStressServer.py 12 max_delay = 120 variable in class:platform_CryptohomeSyncStressServer
38 delay = random.randint(0, self.max_delay)
  /external/ltp/testcases/realtime/func/sched_latency/
sched_latency.c 120 nsec_t delay, avg_delay = 0, start_delay, min_delay = -1ULL, max_delay = local
133 debug(DBG_INFO, "ITERATION DELAY(US) MAX_DELAY(US) FAILURES\n");
186 if (delay > max_delay)
187 max_delay = delay;
197 debug(DBG_INFO, "%9i %9llu %13llu %8i\r", i, delay, max_delay,
228 printf("Max: %4llu us: %s\n", max_delay,
229 max_delay < pass_criteria ? "PASS" : "FAIL");
  /external/webrtc/webrtc/voice_engine/
utility_unittest.cc 89 // |test_frame|. It allows for up to a |max_delay| in samples between the
92 size_t max_delay) {
96 for (size_t delay = 0; delay <= max_delay; delay++) {
161 const size_t max_delay = static_cast<size_t>( local
171 EXPECT_GT(ComputeSNR(golden_frame_, dst_frame_, max_delay), 14.0f);
173 EXPECT_GT(ComputeSNR(golden_frame_, dst_frame_, max_delay), 46.0f);
  /external/walt/pywalt/pywalt/
walt.py 168 def zero_clock(self, max_delay=0.001, retries=10):
172 Verify that the response arrived within max_delay seconds.
187 if dt < max_delay:
  /external/autotest/tko/
db.py 107 self.max_delay = get_value("AUTOTEST_WEB", "global_db_max_retry_delay",
140 delay = random.randint(self.min_delay, self.max_delay)
  /external/tcpdump/
print-slow.c 226 uint8_t max_delay[2]; member in struct:lacp_tlv_collector_info_t
442 EXTRACT_16BITS(tlv_ptr.lacp_tlv_collector_info->max_delay)));
  /system/bt/stack/btm/
btm_inq.cc 390 * max_delay - maximum amount of time between successive
406 uint16_t max_delay, uint16_t min_delay,
415 p_inqparms->filter_cond_type, min_delay, max_delay);
434 min_delay > BTM_PER_INQ_MAX_MIN_PERIOD || max_delay <= min_delay ||
435 max_delay < BTM_PER_INQ_MIN_MAX_PERIOD)
436 /* max_delay > BTM_PER_INQ_MAX_MAX_PERIOD)*/
447 p_inq->per_max_delay = max_delay;
    [all...]
  /system/bt/stack/include/
btm_api.h 330 * max_delay - maximum amount of time between successive
346 tBTM_INQ_PARMS* p_inqparms, uint16_t max_delay, uint16_t min_delay,
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36730104/
local_poc.h 3806 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36817053/
local_poc.h 3782 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36818198/
local_poc.h 3806 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /development/ndk/platforms/android-21/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /external/iw/
info.c 639 pat->max_pattern_len, pat->max_pkt_offset, rule->max_delay);
nl80211.h 3953 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
nl80211.h 1116 __u32 max_delay; member in struct:nl80211_coalesce_rule_support
    [all...]

Completed in 1684 milliseconds

1 2