Searched refs:now (Results 201 - 225 of 659) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
H A D15.9.5.10-4.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-5.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-6.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-7.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-8.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-9.js47 var now = (new Date()).valueOf();
H A D15.9.5.12-1.js48 var now = (new Date()).valueOf();
60 // We don't use |now| because it fails every night at midnight.
62 addTestCase( now );
H A D15.9.5.12-2.js48 var now = (new Date()).valueOf();
H A D15.9.5.12-3.js48 var now = (new Date()).valueOf();
H A D15.9.5.12-4.js48 var now = (new Date()).valueOf();
H A D15.9.5.12-5.js48 var now = (new Date()).valueOf();
H A D15.9.5.12-6.js48 var now = (new Date()).valueOf();
H A D15.9.5.12-7.js48 var now = (new Date()).valueOf();
H A D15.9.5.12-8.js48 var now = (new Date()).valueOf();
H A D15.9.5.13-8.js47 var now = (new Date()).valueOf();
H A D15.9.5.22-1.js48 var now = (new Date()).valueOf();
59 // addTestCase( now );
H A D15.9.5.22-8.js48 var now = (new Date()).valueOf();
/external/webkit/Source/WebCore/platform/android/
H A DScrollViewAndroid.cpp119 void ScrollView::platformRepaintContentRectangle(const IntRect &rect, bool now) argument
/external/webkit/Tools/QueueStatusServer/handlers/
H A Drecentstatus.py66 return self.last_heard_from() > (datetime.datetime.now() - datetime.timedelta(minutes=30))
H A Dupdateworkitems.py58 work_items.date = datetime.now()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_common.c243 struct os_time now; local
244 os_get_time(&now);
245 val = os_random() ^ now.sec ^ now.usec;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c259 else if (0) /* !!! FIXME: we handle some commandlines elsewhere now */
366 Uint32 now = 0; local
376 now = SDL_GetTicks();
377 end = now + testms;
382 if (now - last > 1000)
384 last = now;
396 now = SDL_GetTicks();
397 } while (now < end);
/external/qemu/telephony/
H A Dsysdeps_posix.c290 /* we can't free the channel right now because it */
385 SysTime now = sys_time_ms(); local
387 if (now >= when) {
432 SysTime now = sys_time_ms(); local
436 if (first->when <= now) {
440 SysTime diff = first->when - now;
487 SysTime now = sys_time_ms(); local
492 if (timer->when > now)
/external/quake/quake/src/QW/client/
H A Dsys_win.c376 DWORD now; local
379 now = timeGetTime();
383 starttime = now;
387 if (now < starttime) // wrapped?
388 return (now / 1000.0) + (LONG_MAX - starttime / 1000.0);
390 if (now - starttime == 0)
393 return (now - starttime) / 1000.0;
/external/libvorbis/vq/
H A Dvqgen.c24 considering the undertaking is almost withering. For now, we brute
203 float now=rint((val-last-mindel)/delta); local
205 _now(v,j)[k]=now;
206 if(now<0){
212 if(now>maxquant){
217 if(q->sequencep)last=(now*delta)+mindel+last;
232 float now=_now(v,j)[k]; local
233 now=fabs(now)*delta+last+mindel;
234 if(q->sequencep)last=now;
[all...]

Completed in 3803 milliseconds

1234567891011>>