Searched defs:period (Results 1 - 25 of 61) sorted by relevance

123

/external/bluetooth/bluedroid/bta/include/
H A Dptim.h36 INT32 period; /* Timer period in milliseconds */ member in struct:__anon772
59 extern void ptim_init(tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_sys_ptim.h36 INT32 period; /* Timer period in milliseconds */ member in struct:__anon8395
59 extern void nfa_sys_ptim_init (tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
/external/proguard/src/proguard/gui/splash/
H A DSawToothTiming.java30 private final long period; field in class:SawToothTiming
36 * @param period the time period for a full cycle.
39 public SawToothTiming(long period, long phase) argument
41 this.period = period;
51 return (double)((time + phase) % period) / (double)period;
H A DSineTiming.java30 private final long period; field in class:SineTiming
36 * @param period the time period for a full cycle.
39 public SineTiming(long period, long phase) argument
41 this.period = period;
51 return 0.5 + 0.5 * Math.sin(2.0 * Math.PI * (time + phase) / period);
/external/bluetooth/bluedroid/bta/sys/
H A Dptim.c35 ** period is the GKI timer period in milliseconds. Parameter
41 void ptim_init(tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id) argument
44 p_cb->period = period;
66 /* To handle the case when the function is called less frequently than the period
133 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), TRUE);
/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_ptim.c36 ** period is the GKI timer period in milliseconds. Parameter
42 void nfa_sys_ptim_init (tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id) argument
45 p_cb->period = period;
67 /* To handle the case when the function is called less frequently than the period
139 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE);
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
H A DSDL_systimer.cpp48 TTimeIntervalMicroSeconds32 period; local
49 TInt tmp = UserHal::TickPeriod(period);
50 tickPeriodMilliSeconds = period.Int() / 1000;
/external/iptables/extensions/
H A Dlibxt_limit.c117 static void print_rate(uint32_t period) argument
122 if (period > rates[i].mult
123 || rates[i].mult/period < rates[i].mult%period)
126 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
H A Dlibxt_hashlimit.c320 static void print_rate(uint32_t period) argument
325 if (period > rates[i].mult
326 || rates[i].mult/period < rates[i].mult%period)
329 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
/external/libnfc-nci/src/udrv/include/
H A Dutimer.h61 tUTIMER_TIME period; member in struct:__anon8538
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsoundcommon.h60 s16 period; member in struct:__anon11096
72 extern void SoundSetTimer(int period);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMoreExecutors.java467 Runnable command, long initialDelay, long period, TimeUnit unit) {
468 return delegate.scheduleAtFixedRate(command, initialDelay, period, unit);
466 scheduleAtFixedRate( Runnable command, long initialDelay, long period, TimeUnit unit) argument
H A DAbstractScheduledService.java132 * @param period the period between successive executions of the task
133 * @param unit the time unit of the initialDelay and period parameters
135 public static Scheduler newFixedRateSchedule(final long initialDelay, final long period, argument
141 return executor.scheduleAtFixedRate(task, initialDelay, period, unit);
/external/libppp/src/
H A Dthroughput.c46 throughput_init(struct pppThroughput *t, int period) argument
49 t->SamplePeriod = period;
51 calloc(period, sizeof *t->in.SampleOctets);
54 calloc(period, sizeof *t->out.SampleOctets);
H A Dlqr.c270 int period; local
289 period = lcp->want_lqrperiod ?
298 period / 100, period % 100);
299 physical->hdlc.lqm.timer.load = period * SECTICKS / 100;
H A Dmp.h103 int period; /* link->throughput sample period */ member in struct:mp::__anon8661::__anon8662
H A Dlcp.c87 u_int32_t period; /* Reporting interval */ member in struct:lqrreq
195 prompt_Printf(arg->prompt, " LQR period = %us, ",
941 request, ntohs(req.proto), (u_long)ntohl(req.period) * 10);
948 lcp->his_lqrperiod = ntohl(req.period);
951 req.period = htonl(lcp->his_lqrperiod);
956 lcp->want_lqrperiod = ntohl(req.period);
/external/linux-tools-perf/util/
H A Dsort.h57 u64 period; member in struct:hist_entry
/external/srtp/test/
H A Dlfsr.c47 printf("period: %d\n", i);
137 period(uint32_t poly) { function
267 u32_bit_string(p.value,8), period(p.value));
280 u32_bit_string(polynomials[i],8), period(polynomials[i]));
297 u32_bit_string(y,bits), weight(y), period(y));
/external/jmdns/src/javax/jmdns/impl/
H A DDNSTaskStarter.java226 public synchronized void schedule(TimerTask task, long delay, long period) { argument
228 super.schedule(task, delay, period);
236 public synchronized void schedule(TimerTask task, Date firstTime, long period) { argument
238 super.schedule(task, firstTime, period);
246 public synchronized void scheduleAtFixedRate(TimerTask task, long delay, long period) { argument
248 super.scheduleAtFixedRate(task, delay, period);
256 public synchronized void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { argument
258 super.scheduleAtFixedRate(task, firstTime, period);
/external/linux-tools-perf/
H A Dbuiltin-diff.c26 struct addr_location *al, u64 period)
28 if (__hists__add_entry(self, al, NULL, period) != NULL)
49 if (hists__add_entry(&session->hists, &al, sample->period)) {
50 pr_warning("problem incrementing symbol period, skipping event\n");
54 session->hists.stats.total_period += sample->period;
25 hists__add_entry(struct hists *self, struct addr_location *al, u64 period) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c299 void p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period, argument
305 wpabuf_put_le16(buf, period);
307 wpa_printf(MSG_DEBUG, "P2P: * Extended Listen Timing (period %u msec "
308 "interval %u msec)", period, interval);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c299 void p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period, argument
305 wpabuf_put_le16(buf, period);
307 wpa_printf(MSG_DEBUG, "P2P: * Extended Listen Timing (period %u msec "
308 "interval %u msec)", period, interval);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_build.c299 void p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period, argument
305 wpabuf_put_le16(buf, period);
307 wpa_printf(MSG_DEBUG, "P2P: * Extended Listen Timing (period %u msec "
308 "interval %u msec)", period, interval);
/external/chromium/chrome/common/
H A Dsandbox_policy.cc199 size_t period = name.rfind(L'.'); local
200 DCHECK_NE(std::string::npos, period);
201 DCHECK_LE(3U, (name.size() - period));
202 if (period <= 8)
205 alt_name += name.substr(period, name.size());

Completed in 531 milliseconds

123