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

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_QuantInter_I.c 58 * interval [-127, 127], and DC coefficients are saturated on the
59 * interval [1, 254]. When shortVideoHeader==0, AC coefficients
60 * are saturated on the interval [-2047, 2047].
omxVCM4P2_QuantIntra_I.c 60 * interval [-127, 127], and DC coefficients are saturated on the
61 * interval [1, 254]. When shortVideoHeader==0, AC coefficients
62 * are saturated on the interval [-2047, 2047].
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
HistoryEvaluator.java 25 private static final float INTERVAL = 50.0f;
74 // All weights are multiplied by HISTORY_FACTOR after each INTERVAL milliseconds.
76 (float) (currentTimeMillis - mLastUpdate) / INTERVAL);
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeLoopService.java 61 // get wakeup interval from intent
67 Log.e(LOG_TAG, "No wakeup interval specified, not starting the service");
73 Log.d(LOG_TAG, String.format("WakeLoop: STARTED interval = %d, total loop = %d",
  /frameworks/ex/common/java/com/android/common/
GoogleLogTags.logtags 78 # interval_and_nt contains both the heartbeat interval and the network type, It's represented as
79 # (networkType << 16) + interval
80 # interval is in seconds; network type can be 0 (mobile) or 1 (wifi); ip is the host ip addr.
  /system/bt/service/common/bluetooth/
low_energy_constants.h 87 // Advertising interval for different modes.
92 // Add some randomness to the advertising min/max interval so the controller can
97 // the Max. Adv. Interval. (See http://b/24344075).
  /tools/test/connectivity/acts/tests/google/bt/test_tools/
ToolsTest.py 117 interval = input("Enter time interval to collect stats: ")
121 time.sleep(int(interval))
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 71 // interval computation.
94 using tcu::Interval;
199 * \brief Type traits for generalized interval types.
206 * We now need generalized operations for each type and its interval
209 * The type Traits<T>::IVal is the approximation of T: it is `Interval` for
247 //! Print out an interval with the precision of `fmt`.
278 //! The resulting interval might not be a singleton if rounding in both
297 typedef Interval IVal;
299 static Interval doMakeIVal (const T& value)
302 // hence Interval can represent their ranges without problems
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 83 using tcu::Interval;
178 * \brief Type traits for generalized interval types.
185 * We now need generalized operations for each type and its interval
188 * The type Traits<T>::IVal is the approximation of T: it is `Interval` for
226 //! Print out an interval with the precision of `fmt`.
257 //! The resulting interval might not be a singleton if rounding in both
276 typedef Interval IVal;
278 static Interval doMakeIVal (const T& value)
281 // hence Interval can represent their ranges without problems.
282 return Interval(double(value))
    [all...]
  /art/runtime/base/
histogram-inl.h 187 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval,
190 DCHECK_GT(interval, 0);
191 DCHECK_LT(interval, 1.0);
192 const double per_0 = (1.0 - interval) / 2.0;
193 const double per_1 = per_0 + interval;
196 << (interval * 100) << "% C.I. " << FormatDuration(Percentile(per_0, data) * kAdjust, unit,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
LegendreGaussIntegrator.java 38 * abscissas in each step interval (mapped to the canonical [-1 1] interval).
40 * at the interval endpoints. This implies the function integrated can be
41 * undefined at integration interval endpoints.
207 * @param min the lower bound for the interval
208 * @param max the upper bound for the interval
  /external/curl/tests/libtest/
libntlmconnect.c 135 struct timeval interval; local
246 interval.tv_sec = itimeout/1000;
247 interval.tv_usec = (itimeout%1000)*1000;
250 interval.tv_sec = TEST_HANG_TIMEOUT/1000+1;
251 interval.tv_usec = 0;
261 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &interval);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines_logist.c 126 /* update interval */
134 /* shift interval such that it begins at zero */
148 /* renormalize interval, store most significant byte of streamval and update streamval */
270 /* shift interval to start at zero */
276 /* renormalize interval and update streamval */
289 /* find number of bytes in original stream (determined by current interval width) */
  /system/core/metricsd/
metrics_collector.h 156 // Sends a sample representing a time interval between two crashes of the
157 // same type and reset |interval|.
159 const unique_ptr<PersistentInteger>& interval);
187 // Schedule a memory use callback in |interval| seconds.
188 void ScheduleMemuseCallback(double interval);
236 // End time of current memuse stat collection interval.
  /device/intel/edison/base_product/
weaved.conf 56 # GCD service polling interval in milliseconds.
59 # GCD service backup polling interval in milliseconds.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
UnivariateRealSolverUtils.java 46 * @param x0 the lower bound for the interval.
47 * @param x1 the upper bound for the interval.
52 * specify a valid interval
65 * @param x0 the lower bound for the interval
66 * @param x1 the upper bound for the interval
72 * specify a valid interval, or the absoluteAccuracy is not valid for the
114 * @param initial initial midpoint of interval being expanded to
152 * @param initial initial midpoint of interval being expanded to
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 97 bool EGLInterface::SwapInterval(int interval) {
98 return (eglSwapInterval(display_, interval) == EGL_TRUE);
  /external/chromium-trace/catapult/perf_insights/perf_insights/mappers/scheduling/
map_input_blockers.html 45 // Now we can derive the queueing interval from the flow event.
50 // Find all events that intersect the queueing interval and compute how
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
slice.py 9 """A Slice represents an interval of time plus parameters associated
10 with that interval.
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
dateinterval.py 4 Convert interval strings (in the form of 1w2d, etc) to
38 """Encodes a number of seconds (representing a time interval)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/elb/
test_listener.py 19 <Interval>30</Interval>
  /external/icu/icu4c/source/test/intltest/
tzbdtest.h 75 virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges);
94 static const UDate INTERVAL;
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.in 45 interval 20 sec; # maximum interval to resend.
  /external/libavc/encoder/
irc_est_sad.h 37 * - Estimated SAD = (n-1)th intra frame interval(ifi) P frame Avg SAD *
38 * ( prev I frame SAD / (n-2)nd intra frame interval(ifi) P frame Avg SAD)
  /external/tlsdate/src/
dbus.c 170 struct timeval interval; local
174 interval.tv_sec = ms / 1000;
175 interval.tv_usec = (ms % 1000) * 1000;
192 if (event_add (data->event, &interval))
220 struct timeval interval; local
228 interval.tv_sec = ms / 1000;
229 interval.tv_usec = (ms % 1000) * 1000;
230 event_add (data->event, &interval);

Completed in 1131 milliseconds

<<11121314151617181920>>