HomeSort by relevance Sort by last modified time
    Searched defs:Period (Results 1 - 25 of 28) 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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), "");
  /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 16 * 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 {
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...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
Period.java 15 * 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 {
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(ETimeLimit.NOLIMIT, false, count, unit)
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddstor.h 603 ULONG Period;
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
wmidata.h     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 493 milliseconds

1 2