HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 176 - 200 of 778) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/core/healthd/
healthd.cpp 152 static void wakealarm_set_interval(int interval) {
158 wakealarm_wake_interval = interval;
160 if (interval == -1)
161 interval = 0;
163 itval.it_interval.tv_sec = interval;
165 itval.it_value.tv_sec = interval;
177 // Fast wake interval when on charger (watch for overheat);
178 // slow wake interval when on battery (watch for drained battery).
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
ContinuousOutputModel.java 78 * is large, if the integration interval is long or if the steps are
247 * <p>Setting the time outside of the integration interval is now
250 * will probably be very poor far from this interval. This allowance
252 * near the interval endpoints.</p>
266 // handle points outside of the integration interval
353 /** Compare a step interval and a double.
355 * @param interval step interval
356 * @return -1 if the double is before the interval, 0 if it is in
357 * the interval, and +1 if it is after the interval, according t
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 202 int interval = in.getInt(); local
205 + ", flags=" + flags + ", interval=" + interval);
209 Debug.startMethodTracingDdms(bufferSize, flags, true, interval);
  /art/runtime/base/
histogram-inl.h 186 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval,
189 DCHECK_GT(interval, 0);
190 DCHECK_LT(interval, 1.0);
191 const double per_0 = (1.0 - interval) / 2.0;
192 const double per_1 = per_0 + interval;
195 << (interval * 100) << "% C.I. " << FormatDuration(Percentile(per_0, data) * kAdjust, unit,
histogram.h 60 void PrintConfidenceIntervals(std::ostream& os, double interval,
  /art/compiler/optimizing/
register_allocator_test.cc 139 // Sibling of the first interval has no register allocated to it.
349 LiveInterval* interval = first_xor->GetLiveInterval(); local
350 ASSERT_EQ(interval->GetEnd(), last_xor->GetLifetimePosition());
351 ASSERT_TRUE(interval->GetNextSibling() == nullptr);
354 ASSERT_EQ(interval->FirstRegisterUse(), first_xor->GetLifetimePosition());
357 interval = interval->SplitAt(first_xor->GetLifetimePosition() + 2);
359 ASSERT_EQ(interval->FirstRegisterUse(), last_xor->GetLifetimePosition());
362 LiveInterval* new_interval = interval->SplitAt(last_xor->GetLifetimePosition() - 1);
363 // Ensure the current interval has no register use..
436 LiveInterval* interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt); local
    [all...]
ssa_liveness_analysis.h 102 * A use position represents a live interval use at a given position.
204 * An interval is a list of disjoint live ranges where an instruction is live.
205 * Each instruction that has uses gets an interval.
231 // This interval is the result of a split.
307 // First time we see a use of that interval.
318 // There is a hole in the interval. Create a new range.
349 // There is a hole in the interval. Create a new range.
404 // Returns whether this interval is the parent interval, that is, the interval
788 LiveInterval* interval = it.Current()->GetLiveInterval(); local
819 LiveInterval* interval = it.Current()->GetLiveInterval(); local
    [all...]
  /external/libvorbis/vq/
make_residue_books.pl 50 my($name,$datafile,$bookname,$interval,$range)=split(' ',$1);
59 my $command="huffbuild $bookname.tmp $interval";
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLooper.java 99 public static void idleMainLooper(long interval) {
100 shadowOf(Looper.getMainLooper()).idle(interval);
  /system/bt/stack/btm/
btm_pm.c 217 /* already in the requested mode and the current interval has less latency than the max */
219 ((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->interval)) ||
220 ((p_mode->mode & BTM_PM_MD_FORCE)==0 && (p_mode->max >= p_cb->interval)) )
222 BTM_TRACE_DEBUG( "BTM_SetPowerMode: mode:0x%x interval %d max:%d, min:%d", p_mode->mode, p_cb->interval, p_mode->max, p_mode->min);
596 ((md_res.max >= p_cb->interval) && (md_res.min <= p_cb->interval)) )
780 ** interval - number of baseband slots (meaning depends on mode)
785 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval)
    [all...]
  /external/deqp/framework/common/
tcuFloatFormat.hpp 62 Interval roundOut (const Interval& x, bool roundUnderOverflow) const;
65 Interval convert (const Interval& x) const;
68 std::string intervalToHex (const Interval& interval) const;
75 Interval clampValue (double d) const;
  /external/fio/t/
genzipf.c 174 unsigned long i, j, k, nr_vals, cur_vals, interval, total_vals, nnodes; local
236 interval = (nr_vals + output_nranges - 1) / output_nranges;
250 if (i >= interval) {
256 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/libpcap/pcap/
usb.h 99 * "iso_rec" information, and the fields starting with "interval"
122 int32_t interval; /* for Interrupt and Isochronous events */ member in struct:_usb_header_mmapped
  /external/netperf/
netcpu_sysctl.c 94 calibrate_idle_rate(int iterations, int interval)
netsh.h 103 extern double 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/wpa_supplicant_8/wpa_supplicant/
scan.h 44 int interval);
  /frameworks/base/libs/common_time/
common_time_server.h 67 status_t getMasterAnnounceInterval(int *interval);
68 status_t setMasterAnnounceInterval(int interval);
69 status_t getClientSyncInterval(int *interval);
70 status_t setClientSyncInterval(int interval);
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 72 static int setSwapInterval(ANativeWindow* window, int interval);
  /hardware/libhardware/include/hardware/
fb.h 67 /* min swap interval supported by this framebuffer */
70 /* max swap interval supported by this framebuffer */
79 * requests a specific swap-interval (same definition than EGL)
84 int interval);
  /hardware/qcom/media/mm-core/inc/
QOMX_FileFormatExtensions.h 120 IL client to indicate the interval of the statistics notification to file mux
121 component. Time interval will indicate the frequency(in ms) when client needs
126 OMX_TICKS interval;/**< specifies the time(milliseconds) between updates */ member in struct:QOMX_RECORDINGSTATISTICSINTERVALTYPE
  /external/libvterm/src/
unicode.c 72 struct interval { struct
79 static const struct interval combining[] = {
131 /* auxiliary function for binary search in interval table */
132 static int bisearch(wchar_t ucs, const struct interval *table, int max) {
195 sizeof(combining) / sizeof(struct interval) - 1))
244 static const struct interval ambiguous[] = {
301 sizeof(ambiguous) / sizeof(struct interval) - 1))
331 return bisearch(codepoint, combining, sizeof(combining) / sizeof(struct interval) - 1);
  /external/deqp/framework/delibs/deutil/
deTimer.c 285 TIMERSTATE_INTERVAL = 0, /*!< Active interval timer. */
298 int interval; /*!< Timer interval. */ member in struct:deTimerThread_s
335 sleepTime = thread->interval - (int)(((deInt64)deGetMicroseconds()-lastCallback)/1000);
355 static deTimerThread* deTimerThread_create (deTimerCallback callback, void* arg, int interval, TimerState state)
366 thread->interval = interval;
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 54 public int interval; field in class:EventRecurrence
85 sParsePartMap.put("INTERVAL", new ParseInterval());
361 if (this.interval != 0) {
362 s.append(";INTERVAL=");
363 s.append(this.interval);
483 interval == er.interval &&
515 freq = count = interval = bysecondCount = byminuteCount = byhourCount =
540 * ( ";" "INTERVAL" "=" 1*DIGIT ) /
557 * FREQ=MONTHLY;INTERVAL=2;COUNT=10;BYDAY=1SU,-1S
    [all...]

Completed in 839 milliseconds

1 2 3 4 5 6 78 91011>>