HomeSort by relevance Sort by last modified time
    Searched full:clock (Results 1 - 25 of 1676) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/history/
showHistory.zip 
  /external/chromium/chrome/common/extensions/docs/examples/api/messaging/
timer.zip 
  /external/kernel-headers/original/linux/
clk.h 27 * clk_get - lookup and obtain a reference to a clock producer.
28 * @dev: device for clock "consumer"
29 * @id: clock comsumer ID
31 * Returns a struct clk corresponding to the clock producer, or
33 * uses @dev and @id to determine the clock consumer, and thereby
34 * the clock producer. (IOW, @id may be identical strings, but
35 * clk_get may return different clock producers depending on @dev.)
37 * Drivers must assume that the clock source is not enabled.
42 * clk_enable - inform the system when the clock source should be running.
43 * @clk: clock sourc
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
Clock.java 19 public class Clock {
20 private static final Clock INSTANCE = new Clock();
22 private static Clock sInstance = INSTANCE;
24 public static final Clock getInstance() {
29 static void injectInstance(Clock clock) {
30 sInstance = clock;
  /external/valgrind/main/gdbserver_tests/
nlpasssigalrm.stdoutB.exp 2 SIGALRM Yes Yes Yes Alarm clock
4 Program received signal SIGALRM, Alarm clock.
7 SIGALRM No No Yes Alarm clock
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.async/
async.pass.cpp 24 typedef std::chrono::high_resolution_clock Clock;
63 Clock::time_point t0 = Clock::now();
65 Clock::time_point t1 = Clock::now();
71 Clock::time_point t0 = Clock::now();
73 Clock::time_point t1 = Clock::now();
79 Clock::time_point t0 = Clock::now()
    [all...]
  /system/extras/tests/bionic/libc/common/
test_clock.c 17 // Minimal test program for clock
25 // this thread soaks the CPU so that clock() function will advance
39 // do not call clock() here so we can test initialization
41 // soak the CPU for 10 seconds, then read clock
44 ticks10 = clock();
46 // soak the CPU for 5 more seconds, then read clock
48 ticks15 = clock();
52 printf("At 10 secs clock=%lu, at 15 secs clock=%lu\n", ticks10, ticks15);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.point/time.point.comparisons/
op_less.pass.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator< (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
18 // template <class Clock, class Duration1, class Duration2>
20 // operator> (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
22 // template <class Clock, class Duration1, class Duration2>
24 // operator<=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
26 // template <class Clock, class Duration1, class Duration2
    [all...]
op_less.fail.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator< (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
18 // template <class Clock, class Duration1, class Duration2>
20 // operator> (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
22 // template <class Clock, class Duration1, class Duration2>
24 // operator<=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
26 // template <class Clock, class Duration1, class Duration2
    [all...]
op_equal.fail.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator==(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
18 // template <class Clock, class Duration1, class Duration2>
20 // operator!=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
26 #include "../../clock.h"
31 typedef Clock Clock2;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.shared_future/
wait_until.pass.cpp 14 // template <class Clock, class Duration>
16 // wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
46 typedef std::chrono::high_resolution_clock Clock;
53 assert(f.wait_until(Clock::now() + ms(300)) == std::future_status::timeout);
55 assert(f.wait_until(Clock::now() + ms(300)) == std::future_status::ready);
57 Clock::time_point t0 = Clock::now();
59 Clock::time_point t1 = Clock::now();
69 assert(f.wait_until(Clock::now() + ms(300)) == std::future_status::timeout)
    [all...]
wait.pass.cpp 42 typedef std::chrono::high_resolution_clock Clock;
52 Clock::time_point t0 = Clock::now();
54 Clock::time_point t1 = Clock::now();
66 Clock::time_point t0 = Clock::now();
68 Clock::time_point t1 = Clock::now();
80 Clock::time_point t0 = Clock::now()
    [all...]
wait_for.pass.cpp 46 typedef std::chrono::high_resolution_clock Clock;
57 Clock::time_point t0 = Clock::now();
59 Clock::time_point t1 = Clock::now();
73 Clock::time_point t0 = Clock::now();
75 Clock::time_point t1 = Clock::now();
89 Clock::time_point t0 = Clock::now()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.unique_future/
wait_until.pass.cpp 14 // template <class Clock, class Duration>
16 // wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
46 typedef std::chrono::high_resolution_clock Clock;
53 assert(f.wait_until(Clock::now() + ms(300)) == std::future_status::timeout);
55 assert(f.wait_until(Clock::now() + ms(300)) == std::future_status::ready);
57 Clock::time_point t0 = Clock::now();
59 Clock::time_point t1 = Clock::now();
69 assert(f.wait_until(Clock::now() + ms(300)) == std::future_status::timeout)
    [all...]
wait.pass.cpp 42 typedef std::chrono::high_resolution_clock Clock;
52 Clock::time_point t0 = Clock::now();
54 Clock::time_point t1 = Clock::now();
66 Clock::time_point t0 = Clock::now();
68 Clock::time_point t1 = Clock::now();
80 Clock::time_point t0 = Clock::now()
    [all...]
  /frameworks/av/media/common_time/
Android.mk 4 # (binder marshalers for ICommonClock as well as common clock and local clock
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/
clock.h 6 class Clock
11 typedef std::chrono::time_point<Clock, duration> time_point;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.point/time.point.nonmember/
op_+.pass.cpp 14 // template <class Clock, class Duration1, class Rep2, class Period2>
15 // time_point<Clock, typename common_type<Duration1, duration<Rep2, Period2>>::type>
16 // operator+(const time_point<Clock, Duration1>& lhs, const duration<Rep2, Period2>& rhs);
18 // template <class Rep1, class Period1, class Clock, class Duration2>
19 // time_point<Clock, typename common_type<duration<Rep1, Period1>, Duration2>::type>
20 // operator+(const duration<Rep1, Period1>& lhs, const time_point<Clock, Duration2>& rhs);
27 typedef std::chrono::system_clock Clock;
30 std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
31 std::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5);
  /packages/apps/Email/src/com/android/email/
Clock.java 23 public class Clock {
24 public static final Clock INSTANCE = new Clock();
26 protected Clock() {
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_time_point.pass.cpp 14 // template <class Clock, class Duration>
15 // unique_lock(mutex_type& m, const chrono::time_point<Clock, Duration>& abs_time);
24 typedef std::chrono::steady_clock Clock;
25 typedef Clock::time_point time_point;
26 typedef Clock::duration duration;
32 time_point t0 = Clock::now();
33 std::unique_lock<std::timed_mutex> lk(m, Clock::now() + ms(300));
35 time_point t1 = Clock::now();
42 time_point t0 = Clock::now();
43 std::unique_lock<std::timed_mutex> lk(m, Clock::now() + ms(250))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_until.pass.cpp 14 // template <class Clock, class Duration>
15 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
24 typedef std::chrono::steady_clock Clock;
25 typedef Clock::time_point time_point;
26 typedef Clock::duration duration;
32 time_point t0 = Clock::now();
33 assert(m.try_lock_until(Clock::now() + ms(300)) == true);
34 time_point t1 = Clock::now();
42 time_point t0 = Clock::now();
43 assert(m.try_lock_until(Clock::now() + ms(250)) == false)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_until.pass.cpp 14 // template <class Clock, class Duration>
15 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
24 typedef std::chrono::steady_clock Clock;
25 typedef Clock::time_point time_point;
26 typedef Clock::duration duration;
32 time_point t0 = Clock::now();
33 assert(m.try_lock_until(Clock::now() + ms(300)) == true);
34 time_point t1 = Clock::now();
44 time_point t0 = Clock::now();
45 assert(m.try_lock_until(Clock::now() + ms(250)) == false)
    [all...]
  /packages/wallpapers/Basic/res/values/
strings.xml 59 <!-- Wallpaper showing a clock -->
60 <string name="wallpaper_clock">Polar clock</string>
74 <!-- Polar clock: title of settings activity -->
75 <string name="clock_settings">Polar clock settings</string>
76 <!-- Polar clock: label for "show seconds" pref -->
78 <!-- Polar clock: label for "variable widths" pref -->
80 <!-- Polar clock: label for "palette" pref -->
83 <!-- Polar clock: palette name -->
85 <!-- Polar clock: palette name -->
87 <!-- Polar clock: palette name --
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_until.pass.cpp 14 // template <class Clock, class Duration>
15 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
24 template <class Clock, class Duration>
25 bool try_lock_until(const std::chrono::time_point<Clock, Duration>& abs_time)
28 assert(Clock::now() - abs_time < ms(5));
39 typedef std::chrono::steady_clock Clock;
41 assert(lk.try_lock_until(Clock::now()) == true);
46 lk.try_lock_until(Clock::now());
54 assert(lk.try_lock_until(Clock::now()) == false);
60 lk.try_lock_until(Clock::now())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.threads/thread.thread.this/
sleep_until.pass.cpp 12 // template <class Clock, class Duration>
13 // void sleep_until(const chrono::time_point<Clock, Duration>& abs_time);
21 typedef std::chrono::system_clock Clock;
22 typedef Clock::time_point time_point;
23 typedef Clock::duration duration;
25 time_point t0 = Clock::now();
27 time_point t1 = Clock::now();

Completed in 1330 milliseconds

1 2 3 4 5 6 7 8 91011>>