Searched refs:seconds (Results 151 - 175 of 185) sorted by relevance

12345678

/external/webkit/Tools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm350 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp105 int32_t offset, hours, minutes, seconds; local
153 seconds = (offset%60000)/1000;
156 if (seconds != 0) {
157 dstOffset = dstOffset + ":" + (seconds < 10 ? "0" : "") + seconds;
245 // hour is the expected hour of day, in units of seconds
/external/icu4c/tools/tzcode/
H A Dzic.c1004 _("%s: Leap line in non leap seconds file %s\n"),
1037 ** into a number of seconds.
1660 ** Correct for leap seconds.
1932 register int seconds; local
1939 seconds = offset % SECSPERMIN;
1949 if (minutes != 0 || seconds != 0) {
1951 if (seconds != 0)
1952 (void) sprintf(end(result), ":%02d", seconds); local
2568 error(_("too many leap seconds"));
2599 ** propagate leap seconds forwar
[all...]
/external/qemu/
H A Dvl-android.c613 time_t seconds; local
617 seconds = mktimegm(tm);
619 seconds = mktime(tm);
621 seconds = mktimegm(tm) + rtc_date_offset;
623 return seconds - time(NULL);
H A Dvl.c396 time_t seconds; local
400 seconds = mktimegm(tm);
402 seconds = mktime(tm);
404 seconds = mktimegm(tm) + rtc_date_offset;
406 return seconds - time(NULL);
/external/libxslt/libxslt/
H A Dxsltutils.c1820 double seconds; local
1839 seconds = (quadCount - startupQuadCount) / (double) startupQuadFreq;
1840 return (long) (seconds * XSLT_TIMESTAMP_TICS_PER_SEC);
/external/libvpx/examples/includes/geshi/contrib/
H A Dlangcheck.php662 ?> seconds.</p>
/external/skia/samplecode/
H A DSampleApp.cpp515 double seconds = (double)gAnimTime / 1000.0; local
516 double value = SkScalarToDouble(speed) * seconds;
/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.mm489 hours:0 minutes:0 seconds:0];
591 LOG(Timing, "loading %d history entries from %@ took %f seconds", numberOfItems, URL, duration);
621 LOG(Timing, "saving history to %@ took %f seconds", URL, duration);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java203 public void setQueryTimeout(int seconds) throws SQLException { argument
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php481 protected $timestamp_threshold = 300; // in seconds, five minutes
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m1289 static AbsoluteTime QZ_SecondsToAbsolute ( double seconds )
1297 temp.i = seconds * 1000000000.0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/ipsec-tools/src/racoon/
H A Dcftoken.l564 sec|secs|second|seconds { YYD; return(UNITTYPE_SEC); }
/external/netperf/
H A Dnetlib.c873 emulate_alarm( int seconds )
877 /* Wait on this event for parm seconds. */
879 ErrorCode = WaitForSingleObject(hAlarm, seconds*1000);
955 fprintf(where,"About to start a timer for %d seconds.\n",time);
978 /* this is the easy case - just set the timer for so many seconds */
1189 will imply seconds, u will imply microseconds. in the future n
2357 want to simply add 40 seconds to the select() timeout from that call,
2400 than 60 seconds would allow.
3220 /* milliseconds, or 10,000 to go to micro seconds. With revision */
3319 /* we know that calibration will last at least 40 seconds, s
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/doc/
H A Dip-cref.tex1032 and \verb|used| is a triplet of time intervals in seconds
1036 \item the entry was used 12 seconds ago.
1037 \item the entry was confirmed 13 seconds ago.
1038 \item the entry was updated 20 seconds ago.
3017 \# Send two probes and wait for result for 3 seconds.\\
3262 \# Send two probes and wait for result for 3 seconds.\\
/external/kernel-headers/original/linux/
H A Dvideodev2.h545 __u8 seconds; member in struct:v4l2_timecode
768 struct v4l2_fract timeperframe; /* Time per frame in seconds */
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp2130 void FrameLoader::clientRedirected(const KURL& url, double seconds, double fireDate, bool lockBackForwardList) argument
2132 m_client->dispatchWillPerformClientRedirect(url, seconds, fireDate);
/external/bison/tests/
H A Dtestsuite10980 # define alarm(seconds) /* empty */
11180 according to Nelson H. F. Beebe. 100 seconds is enough. */
12189 # define alarm(seconds) /* empty */
12389 according to Nelson H. F. Beebe. 100 seconds is enough. */
13398 # define alarm(seconds) /* empty */
13629 according to Nelson H. F. Beebe. 100 seconds is enough. */
14629 # define alarm(seconds) /* empty */
14829 according to Nelson H. F. Beebe. 100 seconds is enough. */
15838 # define alarm(seconds) /* empty */
16038 according to Nelson H. F. Beebe. 100 seconds i
[all...]
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests169 # DumpRenderTree has an internal timeout of 30 seconds, so this must be > 30.
318 --timeout t Sets the number of seconds before a test times out (default: $timeoutSeconds)
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml7 (* Note: It takes several seconds for ocamlopt to link an executable with
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c143 #define BX_FLOPPY_ON_CNT 37 /* 2 seconds */
2034 delay_ticks_and_check_for_keystroke(11, 5); /* ~3 seconds */
2429 #define IDE_TIMEOUT 32000u //32 seconds max for IDE ops
3475 * 30 seconds is added. */
3492 /* Allow 30 seconds more */
9176 ;; ticks = (BcdToBin(seconds) * 18.206507) +
9181 ;; ticks = (BcdToBin(seconds) * 18206507) / 1000000 +
9187 ;; get CMOS seconds
9191 in al, #0x71 ;; AL has CMOS seconds in BCD
9192 call BcdToBin ;; EAX now has seconds i
[all...]

Completed in 686 milliseconds

12345678