Searched defs:now (Results 201 - 225 of 760) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/views/animated/
H A DSkImageView.cpp170 SkMSec now = SkTime::GetMSecs(); local
172 SkAnimator::DifferenceType diff = fData.fAnim->draw(canvas, &paint, now);
174 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff));
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue_unittest.cc57 TimeStamp now = Time(); local
58 q->PostAt(now, NULL, 3);
59 q->PostAt(now - 2, NULL, 0);
60 q->PostAt(now - 1, NULL, 1);
61 q->PostAt(now, NULL, 4);
62 q->PostAt(now - 1, NULL, 2);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dparser.c229 time_t now; local
231 time(&now);
236 fprintf(o, "%-24s", ctime(&now));
/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence.cc55 void LayerAnimationSequence::Progress(base::TimeTicks now, argument
70 if (!elements_[current_index]->IsFinished(now, &element_duration))
89 if (elements_[current_index]->Progress(now, delegate))
/external/dhcpcd/
H A Deloop.c40 static struct timeval now; variable in typeref:struct:timeval
119 get_monotonic(&now);
120 timeradd(&now, when, &w);
122 if (timercmp(&w, &now, <)) {
299 if (timercmp(&now, &timeouts->when, >)) {
307 timersub(&timeouts->when, &now, &tv);
344 get_monotonic(&now);
351 /* Get the now time and process any triggered events. */
352 get_monotonic(&now);
/external/e2fsprogs/debugfs/
H A Dlsdel.c86 time_t now; local
101 now = current_fs->now ? current_fs->now : time(0);
135 (secs && ((unsigned) abs(now - secs) > inode.i_dtime)))
/external/fio/engines/
H A Dguasi.c135 struct timeval now; local
141 fio_gettime(&now, NULL);
144 memcpy(&io_u->issue_time, &now, sizeof(now));
/external/icu/icu4c/source/test/intltest/
H A Dtsdate.cpp121 UDate now = Calendar::getNow(); local
126 tryDate(now);
129 tryDate(now + 6.0*30*ONEDAY);
131 UDate limit = now * 10; // Arbitrary limit
/external/iproute2/misc/
H A Dlnstat_util.c68 struct timeval *now)
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)
66 time_after(struct timeval *last, struct timeval *tout, struct timeval *now) argument
/external/ipsec-tools/src/racoon/
H A Dschedule.c83 time_t now, delta; local
86 now = current_time();
94 if (now < p->xtime) {
114 now = current_time();
116 delta = p->xtime - now;
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java295 public boolean isStale(long now) { argument
304 public boolean isExpired(long now) { argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Drdpmc.c124 u64 stamp, now, delta; local
131 now = mmap_read_self(addr);
134 delta = now - stamp;
/external/qemu/android/
H A Dqemu-tcpdump.c122 struct timeval now; local
128 gettimeofday(&now, NULL);
129 h.ts_sec = (uint32_t) now.tv_sec;
130 h.ts_usec = (uint32_t) now.tv_usec;
/external/qemu/audio/
H A Dnoaudio.c45 int64_t now; local
49 now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL);
50 ticks = now - no->old_ticks;
55 no->old_ticks = now;
105 int64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); local
106 int64_t ticks = now - no->old_ticks;
110 no->old_ticks = now;
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_keyboard.c576 Uint32 now, interval; local
578 now = SDL_GetTicks();
579 interval = (now - SDL_KeyRepeat.timestamp);
582 SDL_KeyRepeat.timestamp = now;
587 SDL_KeyRepeat.timestamp = now;
/external/qemu/distrib/sdl-1.2.15/src/timer/
H A DSDL_timer.c106 Uint32 now, ms; local
112 now = SDL_GetTicks();
117 if ( (int)(now - t->last_alarm) > (int)ms ) {
120 if ( (now - t->last_alarm) < t->interval ) {
123 t->last_alarm = now;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestvidinfo.c79 Uint32 then, now; local
120 now = SDL_GetTicks();
121 seconds = (float)(now - then) / 1000.0f;
149 now = SDL_GetTicks();
150 seconds = (float)(now - then) / 1000.0f;
180 now = SDL_GetTicks();
181 seconds = (float)(now - then) / 1000.0f;
211 now = SDL_GetTicks();
212 seconds = (float)(now - then) / 1000.0f;
242 now
[all...]
H A Dtestwin.c244 Uint32 then, now; local
369 now = SDL_GetTicks();
370 printf("Time: %d milliseconds\n", now-then);
/external/qemu/telephony/
H A Dtest2.c29 SysTime now = sys_time_ms(); local
32 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. );
34 sys_timer_set( timer, now + DELAY, timer_func, timer );
/external/skia/src/views/animated/
H A DSkImageView.cpp170 SkMSec now = SkTime::GetMSecs(); local
172 SkAnimator::DifferenceType diff = fData.fAnim->draw(canvas, &paint, now);
174 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff));
/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c245 struct os_time now; local
260 os_get_time(&now);
318 now.sec)) {
451 struct os_time now; local
455 os_get_time(&now);
456 hapd->acct_session_id_hi = now.sec;
H A Dap_list.c253 struct os_reltime now; local
262 os_get_reltime(&now);
266 if (!os_reltime_expired(&now, &ap->last_beacon,
H A Dctrl_iface_ap.c436 struct os_reltime now; local
439 os_reltime_age(&iface->dfs_cac_start, &now);
440 left_time = iface->dfs_cac_ms / 1000 - now.sec;
H A Dieee802_11_shared.c27 struct os_reltime now, passed; local
32 os_get_reltime(&now);
33 os_reltime_sub(&now, &sta->sa_query_start, &passed);
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c245 struct os_time now; local
260 os_get_time(&now);
318 now.sec)) {
451 struct os_time now; local
455 os_get_time(&now);
456 hapd->acct_session_id_hi = now.sec;

Completed in 7131 milliseconds

1234567891011>>