Searched defs:Period (Results 1 - 12 of 12) sorted by relevance

/external/libcxx/test/std/utilities/time/
H A Dhours.pass.cpp22 typedef D::period Period; typedef
26 static_assert((std::is_same<Period, std::ratio<3600> >::value), "");
H A Dmicroseconds.pass.cpp22 typedef D::period Period; typedef
26 static_assert((std::is_same<Period, std::micro>::value), "");
H A Dmilliseconds.pass.cpp22 typedef D::period Period; typedef
26 static_assert((std::is_same<Period, std::milli>::value), "");
H A Dminutes.pass.cpp22 typedef D::period Period; typedef
26 static_assert((std::is_same<Period, std::ratio<60> >::value), "");
H A Dnanoseconds.pass.cpp22 typedef D::period Period; typedef
26 static_assert((std::is_same<Period, std::nano>::value), "");
H A Dseconds.pass.cpp22 typedef D::period Period; typedef
26 static_assert((std::is_same<Period, std::ratio<1> >::value), "");
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DPeriod.java16 * In addition Period can either represent the duration as being into the past
19 * Use a PeriodFormatter to convert a Period to a String.
25 * Period p1 = Period.at(3, WEEK).and(2, DAY).inFuture();
26 * Period p2 = p1.and(12, HOUR);</pre>
29 public final class Period { class
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(ETimeLimi
293 private Period(int limit, boolean future, float count, TimeUnit unit) { method in class:Period
303 Period(int timeLimit, boolean inFuture, int[] counts) { method in class:Period
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DPeriod.java15 * In addition Period can either represent the duration as being into the past
18 * Use a PeriodFormatter to convert a Period to a String.
24 * Period p1 = Period.at(3, WEEK).and(2, DAY).inFuture();
25 * Period p2 = p1.and(12, HOUR);</pre>
27 public final class Period { class
33 * Constructs a Period representing a duration of
37 * @return the new Period
39 public static Period at(float count, TimeUnit unit) {
41 return new Period(ETimeLimi
291 private Period(int limit, boolean future, float count, TimeUnit unit) { method in class:Period
301 Period(int timeLimit, boolean inFuture, int[] counts) { method in class:Period
[all...]
/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_coding_impl.cc26 int64_t VCMProcessTimer::Period() const { function in class:webrtc::vcm::VCMProcessTimer
/external/clang/lib/Lex/
H A DModuleMap.cpp971 Period, enumerator in enum:clang::MMToken::TokenKind
1151 Tok.Kind = MMToken::Period;
1272 if (!Tok.is(MMToken::Period))
1988 if (Tok.is(MMToken::Period)) {
2415 case MMToken::Period:
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1404 milliseconds