HomeSort by relevance Sort by last modified time
    Searched defs:period (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/bluetooth/bluedroid/bta/include/
ptim.h 36 INT32 period; /* Timer period in milliseconds */ member in struct:__anon5543
59 extern void ptim_init(tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
  /external/libcxx/test/utilities/time/
clock.h 19 typedef duration::period period; typedef in class:Clock
  /external/libnfc-nci/src/nfa/int/
nfa_sys_ptim.h 37 INT32 period; /* Timer period in milliseconds */ member in struct:__anon3817
60 extern void nfa_sys_ptim_init (tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
  /external/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 29 typedef duration::period period; typedef in struct:Clock
wait_until_pred.pass.cpp 30 typedef duration::period period; typedef in struct:Clock
  /external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 28 typedef duration::period period; typedef in struct:Clock
wait_until_pred.pass.cpp 30 typedef duration::period period; typedef in struct:Clock
  /external/chromium_org/third_party/libsrtp/srtp/test/
lfsr.c 82 printf("period: %d\n", i);
172 period(uint32_t poly) { function
302 u32_bit_string(p.value,8), period(p.value));
315 u32_bit_string(polynomials[i],8), period(polynomials[i]));
332 u32_bit_string(y,bits), weight(y), period(y));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 152 double period = 1.0 / (double)freq.QuadPart; local
155 double start_time = ctime_li.QuadPart * period;
175 double ctime = (double)ctime_li.QuadPart * period - start_time;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 136 double period = 1.0 / (double)freq.QuadPart; local
139 double start_time = ctime_li.QuadPart * period;
159 double ctime = (double)ctime_li.QuadPart * period - start_time;
  /external/libnfc-nci/src/udrv/include/
utimer.h 61 tUTIMER_TIME period; member in struct:__anon3953
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 152 double period = 1.0 / (double)freq.QuadPart; local
155 double start_time = ctime_li.QuadPart * period;
175 double ctime = (double)ctime_li.QuadPart * period - start_time;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 136 double period = 1.0 / (double)freq.QuadPart; local
139 double start_time = ctime_li.QuadPart * period;
159 double ctime = (double)ctime_li.QuadPart * period - start_time;
  /bionic/libc/kernel/uapi/linux/
ptp_clock.h 52 struct ptp_clock_time period; member in struct:ptp_perout_request
  /development/ndk/platforms/android-L/include/linux/
ptp_clock.h 52 struct ptp_clock_time period; member in struct:ptp_perout_request
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 177 int period = buffer.indexOf('.', i, indexTo); local
178 if (period == -1) {
185 major = Integer.parseInt(buffer.substringTrimmed(i, period));
191 i = period + 1;
  /external/kernel-headers/original/uapi/linux/
ptp_clock.h 64 struct ptp_clock_time period; /* Desired period, zero means disable. */ member in struct:ptp_perout_request
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
hist.c 9 /* hist period print (hpp) functions */
41 u64 period = get_field(pair); local
61 fmt, 100.0 * period / total);
64 fmt, period);
157 HPP_PERCENT_FNS(overhead, "Overhead", period, 8, 8)
164 HPP_RAW_FNS(period, "Period", period, 12, 12)
188 HPP__PRINT_FNS(period)
  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_api.cc 137 // Fill deletion time period.
139 BrowsingDataRemover::TimePeriod period = local
142 if (period != BrowsingDataRemover::EVERYTHING) {
143 base::Time time = BrowsingDataRemover::CalculateBeginDeleteTime(period);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.cc 122 int period = 1000000 / options.frequency(); local
123 evict_[num_evicted_++] = period; // Period (microseconds)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.cc 122 int period = 1000000 / options.frequency(); local
123 evict_[num_evicted_++] = period; // Period (microseconds)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf.h 231 bool period; member in struct:perf_record_opts
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 50 u64 period = get_field(pair); local
66 percent = 100.0 * period / total;
101 __HPP_COLOR_PERCENT_FN(overhead, period)
283 float percent = h->stat.period * 100.0 /
319 total = h->stat.period;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.h 42 /* Holds total ID period value for PERF_SAMPLE_READ processing. */
43 u64 period; member in struct:perf_sample_id
  /external/chromium_org/base/time/
time_win.cc 185 // therefore undo the period effect.
203 UINT period = g_high_res_timer_enabled ? kMinTimerIntervalHighResMs local
209 timeBeginPeriod(period);
214 timeEndPeriod(period);
216 return (period == kMinTimerIntervalHighResMs);

Completed in 691 milliseconds

1 2 3