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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/time/
clock.h 19 typedef duration::period period; typedef in class:Clock
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 30 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)
41 this.period = period;
51 return (double)((time + phase) % period) / (double)period;
SineTiming.java 30 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)
41 this.period = period;
51 return 0.5 + 0.5 * Math.sin(2.0 * Math.PI * (time + phase) / period);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/
clock.h 19 typedef duration::period period; typedef in class:Clock
  /system/nfc/src/nfa/include/
nfa_sys_ptim.h 35 int32_t period; /* Timer period in milliseconds */ member in struct:__anon3536
53 extern void nfa_sys_ptim_init(tPTIM_CB* p_cb, uint16_t period,
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
AbstractFileFilter.java 63 int period = name.lastIndexOf('.'); local
64 return (period > 0 ? name.substring(period + 1) : name);
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.cpp 125 const nsecs_t period = mRefreshPeriod * mDisplayDevice.getFpsDivider(); local
131 sleep = (period - ((now - next_vsync) % period));
134 mNextFakeVSync = next_vsync + period;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
SoftVsyncObserver.cpp 121 const nsecs_t period = mRefreshPeriod; local
127 sleep = (period - ((now - next_vsync) % period));
130 mNextFakeVSync = next_vsync + period;
  /libcore/ojluni/src/main/java/java/util/
TimerTask.java 77 * Period in milliseconds for repeating tasks. A positive value indicates
81 long period = 0; field in class:TimerTask
154 return (period < 0 ? nextExecutionTime + period
155 : nextExecutionTime - period);
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKChronoPeriod.java 71 import java.time.Period;
106 ChronoPeriod period = chrono.period(1, 2, 3); local
109 out.writeObject(period);
115 assertEquals(ser, period, "deserialized ChronoPeriod is wrong");
120 ChronoPeriod period = chrono.period(1, 2, 3); local
121 assertEquals(period.get(YEARS), 1);
122 assertEquals(period.get(MONTHS), 2);
123 assertEquals(period.get(DAYS), 3)
128 ChronoPeriod period = chrono.period(1, 2, 3); local
134 ChronoPeriod period = chrono.period(1, 2, 3); local
143 ChronoPeriod period = chrono.period(1, 2, 3); local
165 ChronoPeriod period = chrono.period(1, 2, 3); local
173 ChronoPeriod period = chrono.period(1, 2, 3); local
183 ChronoPeriod period = chrono.period(1, 2, 3); local
191 ChronoPeriod period = chrono.period(1, 2, 3); local
202 ChronoPeriod period = chrono.period(1, 2, 3); local
210 ChronoPeriod period = chrono.period(1, 2, 3); local
220 ChronoPeriod period = chrono.period(1, 2, 3); local
228 ChronoPeriod period = chrono.period(1, 2, 3); local
239 ChronoPeriod period = chrono.period(1, 2, 3); local
245 ChronoPeriod period = chrono.period(1, 2, 3); local
273 ChronoPeriod period = chrono.period(1, 2, 3); local
    [all...]
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 31 typedef duration::period period; typedef in struct:Clock
wait_until_pred.pass.cpp 32 typedef duration::period period; typedef in struct:Clock
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 30 typedef duration::period period; typedef in struct:Clock
wait_until_pred.pass.cpp 32 typedef duration::period period; typedef in struct:Clock
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ir_fs.h 253 const unsigned period = (reg.type == BRW_REGISTER_TYPE_UV || local
257 return n % period == 0;
260 const unsigned period = (reg.hstride == 0 && reg.vstride == 0 ? 1 : local
263 return n % period == 0;
  /frameworks/base/core/java/android/content/
PeriodicSync.java 37 public final long period; field in class:PeriodicSync
55 this.period = periodInSeconds;
68 this.period = other.period;
77 long period, long flexTime) {
81 this.period = period;
89 this.period = in.readLong();
103 dest.writeLong(period);
130 && period == other.perio
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 31 typedef duration::period period; typedef in struct:Clock
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 30 typedef duration::period period; typedef in struct:Clock
  /external/bart/bart/sched/
functions.py 340 def period(series, align="start", window=None): function
  /external/libcxx/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp 178 typedef typename duration::period period; typedef in struct:TestClock
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.h 90 /* accumulate the results from specified sample period: */
125 /* if active and not paused, the current sample period (not
128 struct fd_hw_sample_period *period; member in struct:fd_hw_query
  /hardware/qcom/display/msm8084/libqdutils/
profiler.h 75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */
  /hardware/qcom/display/msm8226/libqdutils/
profiler.h 75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */
  /hardware/qcom/display/msm8909/libqdutils/
profiler.h 75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */
  /hardware/qcom/display/msm8909w_3100/libqdutils/
profiler.h 75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */

Completed in 287 milliseconds

1 2 3 4 5 6 7 8 91011>>