Home | History | Annotate | Download | only in scriptc

Lines Matching full:time

18  *  \brief RenderScript time routines
20 * This file contains RenderScript functions relating to time and date
28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
29 * January 1, 1970, Coordinated Universal Time (UTC)).
34 * Data structure for broken-down time components.
45 * tm_isdst - Flag to indicate whether daylight saving time is in effect. The
58 int tm_isdst; ///< daylight savings time
66 * @param timer Location to also store the returned calendar time.
74 * Converts the time specified by @p timer into broken-down time and stores it
78 * @param local Broken-down time.
79 * @param timer Input time as calendar time.
81 * @return Pointer to broken-down time (same as input @p local).
103 * Returns the time in seconds since this function was last called in this
106 * @return Time in seconds.