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

1234567

/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/kernel-headers/original/linux/
H A Dvideodev2.h442 __u8 seconds; member in struct:v4l2_timecode
596 struct v4l2_fract timeperframe; /* Time per frame in seconds */
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.m950 static AbsoluteTime QZ_SecondsToAbsolute ( double seconds ) {
958 temp.i = seconds * 1000000000.0;
/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/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/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp2138 void FrameLoader::clientRedirected(const KURL& url, double seconds, double fireDate, bool lockBackForwardList) argument
2140 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...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2778 PRE_REG_READ1(unsigned long, "alarm", unsigned int, seconds);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp285 Syscall param alarm(seconds) contains uninitialised byte(s)
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/sqlite/dist/
H A Dsqlite3.c.orig12785 ** fractional seconds FFFF can be one or more digits.
12929 ** seconds extension (the ".FFF") is optional. The seconds portion
13094 ** NNN.NNNN seconds
13140 ** seconds since 1970. Convert to a real julian day number.
13232 ** specified number of hours, minutes, seconds, and fractional seconds
13430 ** %f ** fractional seconds SS.SSS
13436 ** %s seconds since 1970-01-01
13437 ** %S seconds 0
[all...]
H A Dsqlite3.c12792 ** fractional seconds FFFF can be one or more digits.
12936 ** seconds extension (the ".FFF") is optional. The seconds portion
13101 ** NNN.NNNN seconds
13147 ** seconds since 1970. Convert to a real julian day number.
13239 ** specified number of hours, minutes, seconds, and fractional seconds
13437 ** %f ** fractional seconds SS.SSS
13443 ** %s seconds since 1970-01-01
13444 ** %S seconds 0
[all...]

Completed in 520 milliseconds

1234567