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

1 2 3 4 5 6 7 8 91011>>

  /external/pixman/pixman/
pixman-timer.c 37 pixman_timer_t *timer; local
39 for (timer = timers; timer != NULL; timer = timer->next)
42 timer->name,
43 timer->total,
44 timer->n_times,
45 timer->total / (double)timer->n_times)
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_IDLETIMER.h 27 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_IDLETIMER.h 4 * Header file for Xtables timer target module.
42 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /external/qemu/telephony/
test1.c 22 SysTimer timer = _timer; local
28 sys_timer_set( timer, now + 2000, timer_func, timer );
30 sys_timer_destroy( timer );
36 SysTimer timer; local
41 /* create timer and register it */
42 timer = sys_timer_create();
43 sys_timer_set( timer, sys_time_ms() + 1000, timer_func, timer );
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
xt_IDLETIMER.h 27 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
xt_IDLETIMER.h 27 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
xt_IDLETIMER.h 27 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragmentAdapter.java 17 package com.android.deskclock.timer;
54 public void addTimer(TimerObj timer) {
55 // Newly created timer should always show on the top of the list
56 mTimerList.add(0, timer);
83 TimerObj timer = mTimerList.get(i); local
84 if (timer.mTimerId == id) {
85 if (timer.mView != null) {
86 timer.mView.stop();
88 timer.deleteFromSharedPref(mSharedPrefs);
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/timer/util/
TimerObj.java 17 package com.example.android.timer.util;
21 /** This class represents a timer. */
27 // Length of the timer in milliseconds.
31 * Construct a timer with a specific start time and length.
33 * @param startTime the start time of the timer.
34 * @param timerLength the length of the timer.
42 * Calculate the time left of this timer.
43 * @return the time left for this timer.
Constants.java 17 package com.example.android.timer.util;
26 public static final String DATA_ITEM_PATH = "/timer";
34 = "com.android.example.clockwork.timer.ACTION_SHOW";
36 = "com.android.example.clockwork.timer.ACTION_DELETE";
38 = "com.android.example.clockwork.timer.ACTION_RESTART";
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_IDLETIMER.h 32 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /external/arduino/hardware/arduino/cores/arduino/
wiring_digital.c 66 //static inline void turnOffPWM(uint8_t timer) __attribute__ ((always_inline));
67 //static inline void turnOffPWM(uint8_t timer)
68 static void turnOffPWM(uint8_t timer)
70 switch (timer)
126 uint8_t timer = digitalPinToTimer(pin); local
135 if (timer != NOT_ON_TIMER) turnOffPWM(timer);
154 uint8_t timer = digitalPinToTimer(pin); local
162 if (timer != NOT_ON_TIMER) turnOffPWM(timer);
    [all...]
  /external/chromium_org/content/browser/fileapi/
timed_task_helper_unittest.cc 30 TimedTaskHelper* timer() { return &timer_; } function in class:content::__anon11459::Embedder
45 ASSERT_FALSE(embedder.timer()->IsRunning());
47 embedder.timer()->Start(
52 ASSERT_TRUE(embedder.timer()->IsRunning());
53 embedder.timer()->Reset();
54 ASSERT_TRUE(embedder.timer()->IsRunning());
70 ASSERT_FALSE(embedder.timer()->IsRunning());
72 embedder.timer()->Start(
77 ASSERT_TRUE(embedder.timer()->IsRunning());
  /external/eigen/bench/
basicbenchmark.h 51 Eigen::BenchTimer timer; local
55 timer.start();
57 timer.stop();
60 return timer.value();
  /external/iptables/include/linux/netfilter/
xt_IDLETIMER.h 4 * Header file for Xtables timer target module.
50 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
SDL_systimer.c 48 static SDL_Thread *timer = NULL; variable
65 timer = SDL_CreateThread(RunTimer, NULL);
66 if ( timer == NULL )
74 if ( timer ) {
75 SDL_WaitThread(timer, NULL);
76 timer = NULL;
82 SDL_SetError("Internal logic error: threaded timer in use");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
timer.hpp 1 // boost timer.hpp header file ---------------------------------------------//
7 // See http://www.boost.org/libs/timer for documentation.
31 // timer -------------------------------------------------------------------//
33 // A timer object measures elapsed time.
44 class timer class in namespace:boost
47 timer() { _start_time = std::clock(); } // postcondition: elapsed()==0 function in class:boost::timer
48 // timer( const timer& src ); // post: elapsed()==src.elapsed()
49 // ~timer(){}
50 // timer& operator=( const timer& src ); // post: elapsed()==src.elapsed(
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 27 private Timer timer; field in class:CredentialsCache
48 CredentialsCache (Timer timer) {
49 this.timer = timer;
85 this.timer.schedule(timeoutTask, cacheTime*1000);
  /development/ndk/platforms/android-3/include/linux/
workqueue.h 15 #include <linux/timer.h>
27 struct timer_list timer; member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /development/samples/wearable/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
Constants.java 17 package com.example.android.wearable.timer.util;
26 public static final String DATA_ITEM_PATH = "/timer";
34 = "com.android.example.clockwork.timer.ACTION_SHOW";
36 = "com.android.example.clockwork.timer.ACTION_DELETE";
38 = "com.android.example.clockwork.timer.ACTION_RESTART";
TimerObj.java 17 package com.example.android.wearable.timer.util;
21 /** This class represents a timer. */
27 // Length of the timer in milliseconds.
31 * Construct a timer with a specific start time and length.
33 * @param startTime the start time of the timer.
34 * @param timerLength the length of the timer.
42 * Calculate the time left of this timer.
43 * @return the time left for this timer.
  /external/bluetooth/bluedroid/test/suite/support/
hal.c 75 static timer_t timer; local
84 timer_create(CLOCK_MONOTONIC, &sigevent, &timer);
93 timer_settime(timer, 0, &new_value, NULL);
  /external/chromium_org/chrome/browser/sync/test/integration/
status_change_checker.cc 9 #include "base/timer/timer.h"
29 base::OneShotTimer<StatusChangeChecker> timer; local
30 timer.Start(FROM_HERE,
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_url_feature_extractor.cc 15 #include "base/timer/elapsed_timer.h"
28 base::ElapsedTimer timer; local
102 UMA_HISTOGRAM_TIMES("SBClientPhishing.URLFeatureTime", timer.Elapsed());
  /external/chromium_org/third_party/WebKit/Source/platform/
ThreadTimers.cpp 32 #include "platform/Timer.h"
51 static MainThreadSharedTimer* timer = new MainThreadSharedTimer; local
52 return timer;
94 // No need to restart the timer if both the pending fire time and the new fire time are in the past.
125 TimerBase& timer = *m_timerHeap.first(); local
126 timer.m_nextFireTime = 0;
127 timer.m_unalignedNextFireTime = 0;
128 timer.heapDeleteMin();
130 double interval = timer.repeatInterval();
131 timer.setNextFireTime(interval ? fireTime + interval : 0)
    [all...]

Completed in 642 milliseconds

1 2 3 4 5 6 7 8 91011>>