/external/autotest/frontend/tko/ |
graphing_utils.py | 143 def __init__(self, query, filter_string, interval, drilldown_callback): 155 interval: interval for each bucket. E.g., 10 means that buckets should 161 self.interval = interval 696 interval = plot_info.interval 697 bins = range(0, 100, interval) 699 bins.append(bins[-1] + interval) 707 bars += subplot.bar([-interval], len(no_pass) [all...] |
/external/autotest/site_utils/ |
host_history_utils.py | 284 the first interval found. 316 the first interval found. 443 @param print_each_interval: boolean, whether to print each interval 449 result += ' Num entries found in this interval: %s\n' % (num_entries_found) 455 for interval, status_info in intervals_of_statuses.iteritems(): 456 t0, t1 = interval 485 t_interval_start: beginning of interval for that status 486 t_interval_end: end of the interval for that status 578 t_start is the beginning of the interval where the DUT's has 580 t_end is the end of the interval where the DUT has tha [all...] |
/external/webrtc/talk/media/base/ |
videocapturer_unittest.cc | 347 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval); 365 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval); 373 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval); 381 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval); 389 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval); 397 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval); 423 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(24), best.interval); 427 desired.interval = cricket::VideoFormat::FpsToInterval(30); 432 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(24), best.interval); 436 desired.interval = cricket::VideoFormat::FpsToInterval(30) [all...] |
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipService.java | 388 log(" reset min interval to " + minInterval); 660 // Don't start measurement if the interval is too small 662 if (SKAI_DBG) log("start: measurement aborted; interval=[" + 668 if (SKAI_DBG) log("start: interval=" + mInterval); 704 if (SKAI_DBG) log("restart: interval=" + mInterval); 725 // update the interval, since the current interval is good to 737 // Since the rport is changed, shorten the interval. 745 // measurement with min interval=DEFAULT_KEEPALIVE_INTERVAL 753 // calculate the new interval and continue 780 int interval = NAT_MEASUREMENT_RETRY_INTERVAL; local 864 int interval = getKeepAliveInterval(); local 873 mSession.getLocalProfile(), interval); local [all...] |
/external/icu/icu4c/source/i18n/ |
regexcst.txt | 90 '{' n interval-open doIntervalInit 218 # Interval scanning a '{', the opening delimiter for an interval specification 221 interval-open: 222 digit_char interval-lower 225 interval-lower: 226 digit_char n interval-lower doIntevalLowerDigit 227 ',' n interval-upper 228 '}' n interval-type doIntervalSame # {n} 231 interval-upper [all...] |
digitformatter.cpp | 93 const DigitInterval &interval, 95 int32_t result = interval.length(); 101 if (options.fAlwaysShowDecimal || interval.getLeastSignificantInclusive() < 0) { 104 result += grouping.getSeparatorCount(interval.getIntDigitCount()) * fGroupingSeparator.countChar32(); 174 const DigitInterval &interval = digits.getInterval(); local 175 int32_t digitsLeftOfDecimal = interval.getMostSignificantExclusive(); 176 int32_t lastDigitPos = interval.getLeastSignificantInclusive(); 195 for (int32_t i = interval.getMostSignificantExclusive() - 1; 196 i >= interval.getLeastSignificantInclusive(); --i) {
|
/external/mesa3d/src/egl/main/ |
eglsurface.c | 48 _eglClampSwapInterval(_EGLSurface *surf, EGLint interval) 51 if (interval >= bound) { 52 interval = bound; 56 if (interval < bound) 57 interval = bound; 59 surf->SwapInterval = interval; 340 /* the default swap interval is 1 */ 526 EGLint interval) 528 _eglClampSwapInterval(surf, interval);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_hist.c | 24 * Encode the histogram interval 66 /* update interval */ 74 /* shift interval such that it begins at zero */ 100 /* renormalize interval, store most significant byte of streamval and update streamval 221 /* shift interval to start at zero */ 227 /* renormalize interval and update streamval */ 369 /* shift interval to start at zero */ 375 /* renormalize interval and update streamval */ 395 /* find number of bytes in original stream (determined by current interval width) */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
BrentOptimizer.java | 60 * Find the minimum of the function within the interval {@code (lo, hi)}. 62 * If the function is defined on the interval {@code (lo, hi)}, then 72 * @param lo Lower bound of the interval. 73 * @param mid Point inside the interval {@code [lo, hi]}. 74 * @param hi Higher bound of the interval.
|
/external/google-breakpad/src/common/windows/ |
omap_internal.h | 123 // doing interval searches. (An interval tree would also work, but is overkill 129 // For all interval endpoints in |mapping| this stores the minimum index of 130 // an interval in |mapping| that contains the endpoint. Useful for doing 131 // interval intersection queries.
|
/external/libavc/encoder/ |
irc_vbr_storage_vbv.c | 111 * in the interval of two frames 133 * In the time interval between two decoded frames the buffer would have been 328 * in the interval of two frames 345 * in the interval of two frames 363 * in the interval of two frames
|
/external/mdnsresponder/mDNSCore/ |
uDNS.h | 29 #define INIT_UCAST_POLL_INTERVAL (3 * mDNSPlatformOneSecond) // this interval is used after send failures on network transitions 33 #define LLQ_POLL_INTERVAL (15 * 60 * mDNSPlatformOneSecond) // Polling interval for zones w/ an advertised LLQ port (ie not static zones) if LLQ fails due to NAT, etc. 45 // For Unicast record registrations, we initialize the interval to 1 second. When we send any query for 114 uDNS_LLQ_Entire, // LLQ initial set of answers: Flush any stale records from cache, but assume TTL is 2 x LLQ refresh interval 115 uDNS_LLQ_Events // LLQ event packet: don't flush cache; assume TTL is 2 x LLQ refresh interval
|
/system/bt/embdrv/sbc/decoder/include/ |
oi_time.h | 61 /** maximum interval (54 min 36.7 sec) */ 126 * This function returns the interval between two times to a granularity of 0.1 seconds. 135 * @return the time interval between the two times = (Later - Sooner) 144 * This function returns the interval between two times to a granularity of milliseconds. 153 * @return the time interval between the two times = (Later - Sooner)
|
/external/mesa3d/src/mesa/program/ |
prog_optimize.c | 839 /** A live register interval */ 840 struct interval struct 851 struct interval Intervals[REG_ALLOCATE_MAX_PROGRAM_TEMPS]; 856 append_interval(struct interval_list *list, const struct interval *inv) 862 /** Insert interval inv into list, sorted by interval end */ 864 insert_interval_by_end(struct interval_list *list, const struct interval *inv) 886 /** Remove the given interval from the interval list */ 888 remove_interval(struct interval_list *list, const struct interval *inv [all...] |
/prebuilts/sdk/current/support/v7/gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/art/test/565-checker-irreducible-loop/smali/ |
IrreducibleLoop.smali | 53 # a live interval is found while connecting siblings, but that 54 # live interval is inactive at the desired position. 92 # will create an interval hole.
|
/external/clang/test/Modules/ |
prune.m | 23 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-after=345600 %s -verify 32 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-after=345600 %s -verify 41 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-after=345600 %s -verify
|
/external/kernel-headers/original/uapi/linux/can/ |
bcm.h | 59 * @count: number of frames to send before changing interval. 60 * @ival1: interval for the first @count frames. 61 * @ival2: interval for the following frames.
|
/external/netperf/doc/examples/ |
sctp_stream_script | 7 # interval support in revision 2.0 of netperf. it has also been altered 40 # confidence level (99 or 95) and interval (percent) 93 # since we have the confidence interval stuff, we do not
|
tcp_rr_script | 8 # interval support in revision 2.0 of netperf. it has also been altered 41 # confidence level (99 or 95) and interval (percent) 96 # since we have the confidence interval stuff, we do not
|
tcp_stream_script | 7 # interval support in revision 2.0 of netperf. it has also been altered 40 # confidence level (99 or 95) and interval (percent) 93 # since we have the confidence interval stuff, we do not
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
random.h | 79 * the [0,n) interval each time. 90 * @param n Size of the interval from which to generate 100 * @param n the size of the interval from which to generate random numbers.
|
/external/tcpdump/ |
print-bfd.c | 40 * | Desired Min TX Interval | 42 * | Required Min RX Interval | 44 * | Required Min Echo RX Interval | 60 * | Desired Min TX Interval | 62 * | Required Min RX Interval | 64 * | Required Min Echo RX Interval | 207 ND_PRINT((ndo, "\n\t Desired min Tx Interval: %4u ms", EXTRACT_32BITS(bfd_header->desired_min_tx_interval)/1000)); 208 ND_PRINT((ndo, "\n\t Required min Rx Interval: %4u ms", EXTRACT_32BITS(bfd_header->required_min_rx_interval)/1000)); 209 ND_PRINT((ndo, "\n\t Required min Echo Interval: %4u ms", EXTRACT_32BITS(bfd_header->required_min_echo_interval)/1000)); 242 ND_PRINT((ndo, "\n\t Desired min Tx Interval: %4u ms", EXTRACT_32BITS(bfd_header->desired_min_tx_interval)/1000)) [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
webrtc_cng.h | 61 * - interval : generate SID data every interval ms 71 int WebRtcCng_InitEnc(CNG_enc_inst* cng_inst, int fs, int16_t interval,
|
/external/wpa_supplicant_8/src/radius/ |
radius_client.h | 152 * retry_primary_interval - Retry interval for trying primary server 154 * This specifies a retry interval in sexconds for trying to return to 157 * requests. If this interval is set (non-zero), the primary server
|