HomeSort by relevance Sort by last modified time
    Searched defs:period (Results 1 - 25 of 647) 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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
clock.h 19 typedef duration::period period; typedef in class:Clock
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/time/
clock.h 19 typedef duration::period period; typedef in class:Clock
  /system/nfc/src/nfa/int/
nfa_sys_ptim.h 35 int32_t period; /* Timer period in milliseconds */ member in struct:__anon107519
57 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
  /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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 29 typedef duration::period period; typedef in struct:Clock
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 28 typedef duration::period period; typedef in struct:Clock
  /prebuilts/ndk/r13/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/r13/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/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;
  /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 */

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>