HomeSort by relevance Sort by last modified time
    Searched defs:timer (Results 226 - 250 of 405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 55 LocTimerDelegate - an internal timer entity, which also is a LocRankable obj.
65 LocTimerContainer - core of the timer service. It is a container (derived from
91 // * provides a MsgTask thread for synchronized add / remove / timer client callback.
103 // timer / alarm fd
112 LocTimerDelegate* popIfOutRanks(LocTimerDelegate& timer);
113 // update the timer POSIX calls with updated soonest timer spec
122 // add a timer / alarm obj into the container
123 void add(LocTimerDelegate& timer);
124 // remove a timer / alarm obj from the containe
505 LocTimerDelegate* timer = (LocTimerDelegate*)(&rankable); local
566 LocTimerDelegate* timer = mTimer; local
665 LocTimerTest* timer = dynamic_cast<LocTimerTest*>(&rankable); local
695 LocTimerTest* timer = new LocTimerTest(r); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 382 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
384 struct itimerval timer; local
385 timer.it_interval.tv_sec = 0;
386 timer.it_interval.tv_usec = 1;
387 timer.it_value = timer.it_interval;
388 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
397 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
399 struct itimerval timer; local
400 timer.it_interval.tv_sec = 0
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 35 import com.android.deskclock.data.Timer;
40 import com.android.deskclock.timer.TimerFragment;
332 // If no length is supplied, show the timer setup view.
335 LogUtils.i("HandleApiCalls showing timer setup");
339 // Verify that the timer length is between one second and one day.
341 if (lengthMillis < Timer.MIN_LENGTH || lengthMillis > Timer.MAX_LENGTH) {
343 LogUtils.i("Invalid timer length requested: " + lengthMillis);
350 // Attempt to reuse an existing timer that is Reset with the same length and label.
351 Timer timer = null local
    [all...]
  /system/bt/osi/src/
alarm.c 47 // related timer tasks as well as re-transmissions etc. Since we at this point
110 static timer_t timer; variable
136 static bool timer_create_internal(const clockid_t clock_id, timer_t *timer);
314 timer_delete(timer);
329 // the |timer| variable is valid ourselves.
341 if (!timer_create_internal(CLOCK_ID, &timer))
401 timer_delete(timer);
449 // Add it into the timer list sorted by deadline (earliest deadline first).
476 // If used in a zeroed state, disarms the timer.
498 // timer would be canceled, the current behavior (as of Linux kernel 3.17
    [all...]
  /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 
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 130 evTimerID timer; member in struct:evStream
132 #define EV_STR_TIMEROK 0x0001 /*%< IFF timer valid. */
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
174 struct { evTimer *this; } timer; member in union:evEvent_p::__anon1172
  /development/ndk/platforms/android-3/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
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
crime.h 110 volatile unsigned long timer; member in struct:sgi_crime
  /external/ImageMagick/MagickCore/
opencl.c 221 static inline void InitAccelerateTimer(AccelerateTimer *timer)
224 QueryPerformanceFrequency((LARGE_INTEGER*)&timer->freq);
226 timer->freq=(long long)1.0E3;
228 timer->clocks=0;
229 timer->start=0;
232 static inline double ReadAccelerateTimer(AccelerateTimer *timer)
234 return (double)timer->clocks/(double)timer->freq;
237 static inline void StartAccelerateTimer(AccelerateTimer* timer)
240 QueryPerformanceCounter((LARGE_INTEGER*)&timer->start)
1023 timer; local
    [all...]
  /external/ImageMagick/coders/
ps.c 1531 timer; local
    [all...]
  /external/ImageMagick/tests/
validate.c 2444 *timer; local
    [all...]
  /external/curl/tests/server/
tftpd.c 291 static void timer(int signum);
320 static void timer(int signum) function
1210 mysignal(SIGALRM, timer);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 337 // timer for performance analysis
339 long timer; local
458 timer = System.currentTimeMillis();
488 times[patidx] += System.currentTimeMillis() - timer;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 405 // timer for performance analysis
406 UDate timer; local
474 timer = Calendar::getNow();
593 times[patidx] += (Calendar::getNow() - timer);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 333 // timer for performance analysis
335 long timer; local
454 timer = System.currentTimeMillis();
484 times[patidx] += System.currentTimeMillis() - timer;
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 78 TIMER_LIST_ENT timer; /* link timer for LTO and SYMM response */ member in struct:__anon17354
84 TIMER_LIST_ENT inact_timer; /* inactivity timer */
173 TIMER_LIST_ENT timer; /* timer for connection complete */ member in struct:__anon17358
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 626 struct vpx_usec_timer timer; local
734 vpx_usec_timer_start(&timer);
738 vpx_usec_timer_mark(&timer);
739 cx_time += vpx_usec_timer_elapsed(&timer);
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 883 struct vpx_usec_timer timer; local
892 vpx_usec_timer_start(&timer);
906 vpx_usec_timer_mark(&timer);
907 dx_time += vpx_usec_timer_elapsed(&timer);
915 vpx_usec_timer_start(&timer);
930 vpx_usec_timer_mark(&timer);
931 dx_time += (unsigned int)vpx_usec_timer_elapsed(&timer);
    [all...]
  /external/opencv3/modules/highgui/src/
window_gtk.cpp 1948 GTimeVal timer; local
1967 guint timer = 0; local
    [all...]
  /external/v8/src/
compiler.cc 399 base::ElapsedTimer timer; local
401 timer.Start();
407 isolate()->GetHStatistics()->IncrementFullCodeGen(timer.Elapsed());
459 Timer t(this, &time_taken_to_create_graph_);
519 Timer t(this, &time_taken_to_create_graph_);
549 Timer t(this, &time_taken_to_optimize_);
636 { // Scope for timer.
637 Timer timer(this, &time_taken_to_codegen_);
1484 base::ElapsedTimer timer; local
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 1502 GTimer *timer = g_timer_new(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 794 struct vpx_usec_timer timer; local
803 vpx_usec_timer_start(&timer);
816 vpx_usec_timer_mark(&timer);
817 dx_time += vpx_usec_timer_elapsed(&timer);
821 vpx_usec_timer_start(&timer);
829 vpx_usec_timer_mark(&timer);
830 dx_time += (unsigned int)vpx_usec_timer_elapsed(&timer);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 17 package com.android.deskclock.timer;
63 // Hours and minutes are signed for when a timer goes past the set time and thus negative

Completed in 2260 milliseconds

1 2 3 4 5 6 7 8 91011>>