HomeSort by relevance Sort by last modified time
    Searched full:interval (Results 801 - 825 of 3257) sorted by null

<<31323334353637383940>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
UnivariateRealIntegratorImpl.java 156 * Verifies that the endpoints specify an interval.
160 * @throws IllegalArgumentException if not interval
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
ODEIntegrator.java 67 * @param maxCheckInterval maximal time interval between switching
68 * function checks (this interval prevents missing sign changes in
  /external/autotest/server/cros/ap_configurators/
linksys_ap_configurator.py 177 logging.debug('The minimum update interval is 600, overriding.')
180 logging.debug('The maximum update interval is 7200, overriding.')
netgear_single_band_configurator.py 37 Returns True if setting the PSK refresh interval is supported.
156 # Update Interval is not supported.
  /external/autotest/server/site_tests/network_WiFi_BgscanBackoff/
network_WiFi_BgscanBackoff.py 35 interval=self.PING_INTERVAL_SECONDS,
88 # since this is also the standard beacon interval. Tolerate spikes in
  /external/autotest/site_utils/
dut_status.py 15 completed jobs for the DUT in a given time interval; still-running
18 Time Interval Selection
21 interval determined by command line options. The interval is
27 --duration/-d HOURS - Specifies the length of the search interval
30 Any two time options completely specify the time interval. If only
131 # Default time interval for the --duration option when a value isn't
229 the time interval.
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
RuntimeWorker.java 91 * reps for the timing interval. The distribution used has a standard deviation of one fifth of
114 + "but requires a greater number to fill the given timing interval (%s). "
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.timeline.flow_event.html 46 <td colspan=2><tt>A&nbsp;<a href="#FlowEvent">FlowEvent</a>&nbsp;represents&nbsp;an&nbsp;interval&nbsp;of&nbsp;time&nbsp;plus&nbsp;parameters&nbsp;associated<br>
47 with&nbsp;that&nbsp;interval.<br>&nbsp;</tt></td></tr>
  /external/chromium-trace/catapult/tracing/tracing/model/
slice.html 19 * A Slice represents an interval of time plus parameters associated
20 * with that interval.
  /external/iproute2/man/man8/
arpd.8 7 Usage: arpd [ -lkh? ] [ -a N ] [ -b dbase ] [ -B number ] [ -f file ] [-p interval ] [ -n time ] [ -R rate ] [ <INTERFACES> ]
44 The number of broadcasts sent by arpd back to back. Default value is 3. Together with the -R option, this option ensures that the number of ARP queries that are broadcast does not exceed B+R*T over any interval of time T.
tc-flow.8 92 It is possible to specify an interval (in seconds) after which
165 interval has been given.
  /external/iptables/extensions/
libxt_rateest.man 81 \-\-rateest\-interval 250ms \-\-rateest\-ewma 0.5s
84 \-\-rateest\-interval 250ms \-\-rateest\-ewma 0.5s
  /external/kernel-headers/original/uapi/linux/
timex.h 40 * interval.
81 int shift; /* interval duration (s) (shift) (ro) */
  /external/libavc/decoder/
ih264d.h 313 * 2 : Use interval specified by u4_nondegrade_interval
320 * Interval for pictures which are completely decoded without any degradation
  /external/libavc/encoder/
ih264e_error.h 199 /**Invalid intra frame interval */
202 /**Invalid idr frame interval */
irc_est_sad.c 186 *(n-1)th intra frame interval(ifi) P frame Avg SAD *
188 *(prev (n-2)nd intra frame interval(ifi) P frame Avg SAD)
  /external/libchrome/base/files/
important_file_writer.cc 139 TimeDelta interval)
143 commit_interval_(interval),
  /external/libchrome/components/timers/
alarm_timer_chromeos.h 104 // using the specified delay as an interval between the runs until it is
126 // times but not at a regular interval.
  /external/libvorbis/vq/
make_residue_books.pl 50 my($name,$datafile,$bookname,$interval,$range)=split(' ',$1);
59 my $command="huffbuild $bookname.tmp $interval";
  /external/libweave/src/commands/
command_queue_unittest.cc 38 void Cleanup(const base::TimeDelta& interval) {
39 return queue_.Cleanup(task_runner_.GetClock()->Now() + interval);
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 137 /// @brief records virtReg is a split live interval from SReg.
142 /// @brief returns the live interval virtReg is split from.
  /external/opencv3/modules/imgproc/src/
floodfill.cpp 226 Diff8uC1(uchar _lo, uchar _up) : lo(_lo), interval(_lo + _up) {}
228 { return (unsigned)(a[0] - b[0] + lo) <= interval; }
229 unsigned lo, interval; member in struct:cv::Diff8uC1
237 lo[k] = _lo[k], interval[k] = _lo[k] + _up[k];
241 return (unsigned)(a[0][0] - b[0][0] + lo[0]) <= interval[0] &&
242 (unsigned)(a[0][1] - b[0][1] + lo[1]) <= interval[1] &&
243 (unsigned)(a[0][2] - b[0][2] + lo[2]) <= interval[2];
245 unsigned lo[3], interval[3]; member in struct:cv::Diff8uC3
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLooper.java 99 public static void idleMainLooper(long interval) {
100 shadowOf(Looper.getMainLooper()).idle(interval);
  /external/skia/src/core/
SkGlyph.h 41 // If interval[0] >= interval[1], no intesection was found.
  /external/tcpdump/
print-udld.c 44 { UDLD_MESSAGE_INTERVAL_TLV, "Message Interval TLV"},
45 { UDLD_TIMEOUT_INTERVAL_TLV, "Timeout Interval TLV"},

Completed in 569 milliseconds

<<31323334353637383940>>