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

1 2 3 4 5 6 7 891011>>

  /external/webrtc/talk/media/base/
videocommon.h 47 // Minimum interval is 10k fps.
188 int64_t interval; // Nanoseconds. member in struct:cricket::VideoFormatPod
205 Construct(format.width, format.height, format.interval, format.fourcc);
211 interval = interval_ns;
219 static int IntervalToFps(int64_t interval) {
220 if (!interval) {
223 return static_cast<int>(rtc::kNumNanosecsPerSec / interval);
226 static float IntervalToFpsFloat(int64_t interval) {
227 if (!interval) {
231 static_cast<float>(interval);
    [all...]
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/dateintervalformat/
DateIntervalFormatSample.java 36 System.out.println(" Use DateIntervalFormat to get Date interval format for pre-defined skeletons:");
56 System.out.printf("%-15s%-35s%-35s%-35s%-35s\n", "Skeleton", "from","to","Date Interval in en_US", "Date Interval in Ja");
67 Skeleton from to Date Interval in en_US Date Interval in Ja
80 System.out.println(" Use DateIntervalFormat to create customized date interval format for yMMMd, Hm");
96 System.out.printf("%-15s%-35s%-35s%-45s%-35s\n", "Skeleton", "from","to", "Date Interval in en_US", "Date Interval in Ja");
102 // Set fallback interval pattern
115 Skeleton from to Date Interval in en_US Date Interval in J
    [all...]
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/dateintervalformat/
DateIntervalFormatSample.java 35 System.out.println(" Use DateIntervalFormat to get Date interval format for pre-defined skeletons:");
55 System.out.printf("%-15s%-35s%-35s%-35s%-35s\n", "Skeleton", "from","to","Date Interval in en_US", "Date Interval in Ja");
66 Skeleton from to Date Interval in en_US Date Interval in Ja
79 System.out.println(" Use DateIntervalFormat to create customized date interval format for yMMMd, Hm");
95 System.out.printf("%-15s%-35s%-35s%-45s%-35s\n", "Skeleton", "from","to", "Date Interval in en_US", "Date Interval in Ja");
101 // Set fallback interval pattern
114 Skeleton from to Date Interval in en_US Date Interval in J
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTestStub.java 30 public final long INTERVAL = 1000;
37 countDownTimer = new CountDownTimer(MILLISINFUTURE, INTERVAL) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
NewtonSolver.java 78 * @param min the lower bound for the interval
79 * @param max the upper bound for the interval
98 * @param min the lower bound for the interval
99 * @param max the upper bound for the interval
117 * @param min the lower bound for the interval (ignored).
118 * @param max the upper bound for the interval (ignored).
139 * @param min the lower bound for the interval (ignored).
140 * @param max the upper bound for the interval (ignored).
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
UnivariateRealOptimizer.java 54 * Find an optimum in the given interval.
56 * An optimizer may require that the interval brackets a single optimum.
61 * @param min the lower bound for the interval.
62 * @param max the upper bound for the interval.
75 * Find an optimum in the given interval, start at startValue.
77 * An optimizer may require that the interval brackets a single optimum.
82 * @param min the lower bound for the interval.
83 * @param max the upper bound for the interval.
  /external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
hardware_TouchScreenPowerCycles.py 39 def _touch_screen_on(self, interval):
44 time.sleep(interval)
46 def _touch_screen_off(self, interval):
51 time.sleep(interval)
116 def run_once(self, repeated_times=5, interval=30):
120 @param interval: the power on/off duration in seconds.
129 self._touch_screen_off(interval)
130 self._touch_screen_on(interval)
  /external/autotest/client/tests/kvm/tests/
system_reset_bootable.py 19 interval = int(params.get("reset_interval",10))
28 time.sleep(interval)
  /external/autotest/site_utils/
collect_host_stats.py 55 for status, interval in stats_all.iteritems():
56 total += interval
64 for interval in history_for_host.keys():
65 total += interval[1] - interval[0]
76 for status, interval in stats_all.iteritems():
77 print '%-18s %-16s %-10.2f%%' % (status, interval,
78 100*interval/total_time)
  /external/curl/tests/libtest/
lib1900.c 168 struct timeval interval; local
175 interval.tv_sec = 1;
176 interval.tv_usec = 0;
228 interval.tv_sec = timeout / 1000;
229 interval.tv_usec = (timeout % 1000) * 1000;
231 interval.tv_sec = 0;
232 interval.tv_usec = 1000;
234 select_test(maxfd+1, &rd, &wr, &exc, &interval);
  /external/iproute2/doc/
nstat.sgml 44 <item><tt/-d INTERVAL/ - <tt/Xstat/ is run in daemon mode collecting
45 statistics. <tt/INTERVAL/ is interval between measurements
47 <item><tt/-t INTERVAL/ - time interval to average rates. Default value
93 For the first goal sampling interval (option <tt/-d/) may be large enough,
95 each 40 seconds and you may select interval of 20 seconds.
97 interval should be less than averaging period (option <tt/-t/), otherwise
rtstat.sgml 43 <item><tt/-i INTERVAL/ - interval between snapshots, default value is
  /external/iproute2/include/linux/
gen_stats.h 69 * @interval: sampling period
73 signed char interval; member in struct:gnet_estimator
  /external/iptables/include/linux/netfilter/
xt_hashlimit.h 34 __u32 gc_interval; /* gc interval */
58 __u32 gc_interval; /* gc interval */
  /external/kernel-headers/original/uapi/linux/
gen_stats.h 69 * @interval: sampling period
73 signed char interval; member in struct:gnet_estimator
v4l2-subdev.h 104 * @interval: frame interval in seconds
108 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval
113 * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
115 * @index: frame interval index during enumeration
119 * @interval: frame interval in seconds
128 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval_enum
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_hashlimit.h 35 __u32 gc_interval; /* gc interval */
59 __u32 gc_interval; /* gc interval */
  /external/selinux/libselinux/utils/
avcstat.c 38 static int interval; variable
65 printf("\nUsage: %s [-c] [-f status_file] [interval]\n\n", progname);
67 ("Display SELinux AVC statistics. If the interval parameter is specified, the\n");
69 ("program will loop, displaying updated statistics every \'interval\' seconds.\n");
131 die("invalid interval \'%s\'", arg);
137 interval = n;
222 if (!interval)
226 sleep(interval);
  /external/v8/src/snapshot/
natives.h 36 // scripts have an index in the interval [0, GetDebuggerCount()). The
37 // non-debugger scripts have an index in the interval [GetDebuggerCount(),
  /frameworks/base/services/core/java/com/android/server/location/
LocationRequestStatistics.java 25 * @param intervalMs The interval that is requested in ms.
99 // The fastest interval this package has ever requested.
101 // The slowest interval this package has ever requested.
165 * Returns the fastest interval that has been tracked.
172 * Returns the slowest interval that has been tracked.
189 s.append("Interval ").append(mFastestIntervalMs / 1000).append(" seconds");
191 s.append("Min interval ").append(mFastestIntervalMs / 1000).append(" seconds");
192 s.append(": Max interval ").append(mSlowestIntervalMs / 1000).append(" seconds");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_hashlimit.h 30 __u32 gc_interval; /* gc interval */
54 __u32 gc_interval; /* gc interval */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_hashlimit.h 30 __u32 gc_interval; /* gc interval */
54 __u32 gc_interval; /* gc interval */
  /system/core/metricsd/collectors/
cpu_usage_collector.h 31 // Schedule a collection interval.
34 // Callback called at the end of the collection interval.
  /external/iproute2/misc/
lnstat.c 49 { "interval", 1, NULL, 'i' },
73 fprintf(stderr, "\t-i --interval <intv>\t"
74 "Set interval to 'intv' seconds\n");
130 struct field_params *fps, int interval)
140 fps->params[j].lf->file->interval.tv_sec =
141 interval;
168 fps->params[i].lf->file->interval.tv_sec = interval;
242 int interval = DEFAULT_INTERVAL; local
295 sscanf(optarg, "%u", &interval);
    [all...]
  /art/compiler/optimizing/
optimizing_unit_test.h 53 LiveInterval* interval = LiveInterval::MakeInterval(allocator, Primitive::kPrimInt, defined_by); local
55 defined_by->SetLiveInterval(interval);
58 interval->AddRange(ranges[i - 1][0], ranges[i - 1][1]);
60 interval->SetRegister(reg);
61 return interval;

Completed in 3061 milliseconds

1 2 3 4 5 6 7 891011>>