HomeSort by relevance Sort by last modified time
    Searched refs:timer (Results 376 - 400 of 960) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/sunrpc/
xprt.h 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops
139 struct timer_list timer; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/sunrpc/
xprt.h 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops
139 struct timer_list timer; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/sunrpc/
xprt.h 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops
139 struct timer_list timer; member in struct:rpc_xprt
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/timer/util/
TimerFormat.java 17 package com.example.android.timer.util;
19 /** Helper class to format the timer. Based on com.android.deskclock.timer.CountingTimerView. */
42 * Copied and shortened from com.android.deskclock.timer.CountingTimerView.
108 * Based on com.android.deskclock.timer.CountingTimerView.
  /development/samples/wearable/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerFormat.java 17 package com.example.android.wearable.timer.util;
19 /** Helper class to format the timer. Based on com.android.deskclock.timer.CountingTimerView. */
42 * Copied and shortened from com.android.deskclock.timer.CountingTimerView.
108 * Based on com.android.deskclock.timer.CountingTimerView.
  /external/bluetooth/bluedroid/osi/test/
alarm_test.cpp 16 static timer_t timer; variable
44 timer_create(CLOCK_BOOTTIME, &sigevent, &timer);
48 timer_delete(timer);
65 timer_settime(timer, 0, &wakeup_time, NULL);
239 // Try to catch any race conditions between the timer callback and |alarm_free|.
  /external/chromium_org/cc/debug/
rasterize_and_record_benchmark_impl.cc 50 // Run for a minimum amount of time to avoid problems with timer
52 LapTimer timer(kWarmupRuns,
69 timer.NextLap();
70 } while (!timer.HasTimeLimitExpired());
72 base::TimeDelta::FromMillisecondsD(timer.MsPerLap());
  /external/chromium_org/chrome/browser/resources/cryptotoken/
enrollhelper.js 39 * @param {!Countdown} timer Timer after whose expiration the caller is no
52 function(timer, errorCb, successCb, opt_progressCb, opt_logMsgUrl) {};
signhelper.js 36 * @param {Countdown} timer Timer after whose expiration the caller is no longer
46 function(timer, errorCb, successCb, opt_logMsgUrl) {};
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.h 83 - (void)refreshServiceStatus:(NSTimer*)timer;
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.h 120 static void TimerHandler(EventLoopTimerRef timer, void *data);
  /external/chromium_org/third_party/openssl/openssl/crypto/
o_time.c 81 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
88 gmtime_r(timer,result);
91 ts = gmtime(timer);
126 t = *timer;
  /external/chromium_org/third_party/webrtc/base/
macsocketserver.h 126 static void TimerHandler(EventLoopTimerRef timer, void *data);
  /external/iptables/extensions/
libxt_IDLETIMER.c 85 .userspacesize = offsetof(struct idletimer_tg_info, timer),
  /external/libnfc-nci/src/nfa/int/
nfa_sys.h 84 UINT8 timer; /* GKI timer id */ member in struct:__anon28065
  /external/openssl/crypto/
o_time.c 81 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
88 gmtime_r(timer,result);
91 ts = gmtime(timer);
126 t = *timer;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 145 StopWatchMap timer = GLFrameTimer.get(); local
146 if (timer.LOG_MFF_RUNNING_TIMES) {
147 timer.start("glFinish " + message);
149 timer.stop("glFinish " + message);
  /frameworks/rs/
rsScriptC_Lib.cpp 84 time_t rsrTime(Context *rsc, time_t *timer) {
85 return time(timer);
88 tm* rsrLocalTime(Context *rsc, tm *local, time_t *timer) {
96 tm *tmp = localtime(timer);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmInitReceiver.java 28 import com.android.deskclock.timer.TimerObj;
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 17 package com.android.deskclock.timer;
219 // Process extras that were sent to the app and were intended for the timer fragment
342 private void setTimerViewFabIcon(TimerObj timer) {
344 if (context == null || timer == null || mFab == null) {
348 switch (timer.mState) {
405 // If not show, means transiting from timer view to setup view,
431 // Timer is at Setup View, so fab is "play", rotate from setup view to timer view
440 // Go to the newly created timer view
455 // Timer is at view pager, so fab is "play" or "pause" or "square that means reset
567 final TimerObj timer = getCurrentTimer(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
profilee.py 16 # In order to have reproducible time, we simulate a timer in the global
18 # (We can't use a helper function increment the timer since it would be
22 def timer(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
profilee.py 16 # In order to have reproducible time, we simulate a timer in the global
18 # (We can't use a helper function increment the timer since it would be
22 def timer(): function

Completed in 2181 milliseconds

<<11121314151617181920>>