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

1 2

  /external/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), "");
  /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/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_for.pass.cpp 14 // template <class Rep, class Period>
15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
26 template <class Rep, class Period>
27 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_for.pass.cpp 14 // template <class Rep, class Period>
15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
26 template <class Rep, class Period>
27 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avrt.h 59 PLARGE_INTEGER Period,
66 PLARGE_INTEGER Period,
74 PLARGE_INTEGER Period,
ntddstor.h 603 ULONG Period;
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_for.pass.cpp 14 // template <class Rep, class Period>
15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
28 template <class Rep, class Period>
29 bool try_lock_shared_for(const std::chrono::duration<Rep, Period>& rel_time)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_for.pass.cpp 14 // template <class Rep, class Period>
15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
28 template <class Rep, class Period>
29 bool try_lock_shared_for(const std::chrono::duration<Rep, Period>& rel_time)
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuationsTests.java 125 assertTrue("Period", sp.isWordSeparator('.'));
176 assertFalse("Period", sp.isWordConnector('.'));
222 assertFalse("Period", sp.isUsuallyPrecededBySpace('.'));
283 assertTrue("Period", sp.isUsuallyFollowedBySpace('.'));
330 assertTrue("Period", sp.isUsuallyFollowedBySpace('.'));
357 assertEquals("Period", e.getMessage());
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_coding_impl.h 43 uint32_t Period() const;
video_coding_impl.cc 25 VCMProcessTimer::Period() const {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
KeyboardShortcut.js 101 Period: { code: 190, name: "." },
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 137 '.': {keyCode: 0xBE, keyName: 'Period', shiftModifier: false},
138 '>': {keyCode: 0xBE, keyName: 'Period', shiftModifier: true},
  /external/clang/lib/Lex/
ModuleMap.cpp 917 Period,
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 311 return 'Period';

Completed in 310 milliseconds

1 2