HomeSort by relevance Sort by last modified time
    Searched refs:timer (Results 276 - 300 of 795) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-3/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/8/platforms/android-4/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/8/platforms/android-5/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/8/platforms/android-8/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/8/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/8/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/8/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
  /prebuilts/ndk/9/platforms/android-14/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-14/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-14/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
  /prebuilts/ndk/9/platforms/android-18/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-18/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-18/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
  /prebuilts/ndk/9/platforms/android-3/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-4/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-5/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-8/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-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 
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 151 // Cannot re-offer, if the timer already exists and is not expired yet.
168 SYSTEMTIME timer = now; local
169 timer.wMonth = timer.wMonth + 6;
170 if (timer.wMonth > 12) {
171 timer.wMonth = timer.wMonth - 12;
172 timer.wYear = timer.wYear + 1;
174 DWORD value = timer.wYear * 10000 + timer.wMonth * 100 + timer.wDay
    [all...]
  /external/chromium_org/cc/scheduler/
frame_rate_controller.h 38 explicit FrameRateController(scoped_refptr<TimeSource> timer);
  /external/chromium_org/chrome_frame/tools/test/page_cycler/
cf_cycler.py 62 timer = 0
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.h 83 - (void)refreshServiceStatus:(NSTimer*)timer;

Completed in 793 milliseconds

<<11121314151617181920>>