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

1 2

  /external/libcxx/test/std/utilities/time/
hours.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::ratio<3600> >::value), "");
microseconds.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::micro>::value), "");
milliseconds.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::milli>::value), "");
minutes.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::ratio<60> >::value), "");
nanoseconds.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::nano>::value), "");
seconds.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::ratio<1> >::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/
hours.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::ratio<3600> >::value), "");
microseconds.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::micro>::value), "");
milliseconds.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::milli>::value), "");
minutes.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::ratio<60> >::value), "");
nanoseconds.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::nano>::value), "");
seconds.pass.cpp 22 typedef D::period Period;
26 static_assert((std::is_same<Period, std::ratio<1> >::value), "");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmPeriodicTimerDispatch/
SmmPeriodicTimerDispatch.h 42 // Period is the minimum period of time in 100 nanosecond units that child gets called.
43 // The child will be called back after a time greater than the time Period.
45 // SmiTickInterval is the period of time interval between SMIs. Children of this interface
49 // interval period to satisfy the requested period.
51 // A child wishes schedule a period SMI to fire on a period of 3 seconds, there
54 // Period = 40000
60 // Period = 30000
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmPeriodicTimerDispatch.h 39 /// The minimum period of time that the child gets called, in 100 nanosecond units.
40 /// The child will be called back after a time greater than the time Period.
42 UINT64 Period;
44 /// The period of time interval between SMIs. Children of this interface
48 /// interval period to satisfy the requested period.
81 Returns the next SMI tick period supported by the chipset. The order
82 returned is from longest to shortest interval period.
86 period supported by the child. This parameter works as a get-first,
90 next shorter interval period until *SmiTickInterval = NULL.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmPeriodicTimerDispatch2.h 33 /// A child wishes schedule a period SMI to fire on a period of 3 seconds, there
36 /// Period = 40000
42 /// Period = 30000
52 /// The minimum period of time in 100 nanosecond units that the child gets called. The
53 /// child will be called back after a time greater than the time Period.
55 UINT64 Period;
57 /// The period of time interval between SMIs. Children of this interface should use this
95 function the period at which the dispatch function
102 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The period input value
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.h 42 UINT64 Period;
  /external/webrtc/webrtc/modules/video_coding/
video_coding_impl.cc 26 int64_t VCMProcessTimer::Period() const {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
Period.java 18 * In addition Period can either represent the duration as being into the past
21 * Use a PeriodFormatter to convert a Period to a String.
27 * Period p1 = Period.at(3, WEEK).and(2, DAY).inFuture();
28 * Period p2 = p1.and(12, HOUR);</pre>
31 public final class Period {
37 * Constructs a Period representing a duration of
41 * @return the new Period
43 public static Period at(float count, TimeUnit unit) {
45 return new Period(ETimeLimit.NOLIMIT, false, count, unit)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
Period.java 17 * In addition Period can either represent the duration as being into the past
20 * Use a PeriodFormatter to convert a Period to a String.
26 * Period p1 = Period.at(3, WEEK).and(2, DAY).inFuture();
27 * Period p2 = p1.and(12, HOUR);</pre>
29 public final class Period {
35 * Constructs a Period representing a duration of
39 * @return the new Period
41 public static Period at(float count, TimeUnit unit) {
43 return new Period(ETimeLimit.NOLIMIT, false, count, unit)
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKInstantPrinterParser.java 68 import java.time.Period;
229 assertEquals(f.parse(input).query(DateTimeFormatter.parsedExcessDays()), Period.ZERO);
239 assertEquals(f.parse(input).query(DateTimeFormatter.parsedExcessDays()), Period.ZERO);
258 assertEquals(parsed.query(DateTimeFormatter.parsedExcessDays()), Period.ZERO);
270 assertEquals(parsed.query(DateTimeFormatter.parsedExcessDays()), Period.ZERO);
TCKDateTimeParseResolver.java 101 import java.time.Period;
554 {null, 0, 0, 0, 0, LocalTime.of(0, 0, 0, 0), Period.ZERO},
555 {null, 1, 0, 0, 0, LocalTime.of(1, 0, 0, 0), Period.ZERO},
556 {null, 0, 2, 0, 0, LocalTime.of(0, 2, 0, 0), Period.ZERO},
557 {null, 0, 0, 3, 0, LocalTime.of(0, 0, 3, 0), Period.ZERO},
558 {null, 0, 0, 0, 4, LocalTime.of(0, 0, 0, 4), Period.ZERO},
559 {null, 1, 2, 3, 4, LocalTime.of(1, 2, 3, 4), Period.ZERO},
560 {null, 23, 59, 59, 123456789, LocalTime.of(23, 59, 59, 123456789), Period.ZERO},
564 {ResolverStyle.LENIENT, 14, 59, 60, 123456789, LocalTime.of(15, 0, 0, 123456789), Period.ZERO},
568 {ResolverStyle.LENIENT, 23, 59, 60, 123456789, LocalTime.of(0, 0, 0, 123456789), Period.ofDays(1)}
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKPeriod.java 70 import java.time.Period;
86 * Test Period.
96 assertPeriod(Period.ofYears(0), 0, 0, 0);
97 assertPeriod(Period.ofYears(1), 1, 0, 0);
98 assertPeriod(Period.ofYears(234), 234, 0, 0);
99 assertPeriod(Period.ofYears(-100), -100, 0, 0);
100 assertPeriod(Period.ofYears(Integer.MAX_VALUE), Integer.MAX_VALUE, 0, 0);
101 assertPeriod(Period.ofYears(Integer.MIN_VALUE), Integer.MIN_VALUE, 0, 0);
109 assertPeriod(Period.ofMonths(0), 0, 0, 0);
110 assertPeriod(Period.ofMonths(1), 0, 1, 0)
1137 Period period = Period.of(2012, 1, 1); local
1157 Period period = Period.of(2, 2, 2); local
1176 Period period = Period.of(2, 2, 2); local
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
Parsed.java 86 import java.time.Period;
155 * The excess period from time-only parsing.
157 Period excessDays = Period.ZERO;
281 updateCheckConflict(cldt.toLocalTime(), Period.ZERO);
292 updateCheckConflict((LocalTime) resolvedObject, Period.ZERO);
544 updateCheckConflict(LocalTime.ofNanoOfDay(nod), Period.ofDays(excessDays));
550 updateCheckConflict(LocalTime.MIDNIGHT, Period.ofDays(1));
554 updateCheckConflict(LocalTime.of(hodVal, mohVal, somVal, nosVal), Period.ZERO);
563 excessDays = Period.ZERO
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/uidata/
PeriodicCallbackModel.java 53 enum Period {MINUTE, QUARTER_HOUR, HOUR, MIDNIGHT}
79 addPeriodicCallback(runnable, Period.MINUTE, offset);
87 addPeriodicCallback(runnable, Period.QUARTER_HOUR, offset);
95 addPeriodicCallback(runnable, Period.HOUR, offset);
103 addPeriodicCallback(runnable, Period.MIDNIGHT, offset);
109 private void addPeriodicCallback(Runnable runnable, Period period, long offset) {
110 final PeriodicRunnable periodicRunnable = new PeriodicRunnable(runnable, period, offset);
129 * Return the delay until the given {@code period} elapses adjusted by the given {@code offset}.
132 * @param period the frequency with which callbacks should be give
    [all...]
  /system/extras/simpleperf/scripts/
annotate.py 209 class Period(object):
212 parts: period and acc_period.
213 When used for a line, period is the event count occurred when running
218 def __init__(self, period=0, acc_period=0):
219 self.period = period
224 self.period += other.period
230 """Period for each shared library"""
233 self.period = Period(
    [all...]

Completed in 491 milliseconds

1 2