Searched refs:time (Results 1 - 25 of 72) sorted by relevance

123

/bionic/libc/private/
H A Dbionic_time.h31 #include <time.h>
H A Dbionic_time_conversions.h32 #include <time.h>
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dtime.c1 /* $OpenBSD: time.c,v 1.5 2005/08/08 08:05:34 espie Exp $ */
32 #include <sys/time.h>
35 time(time_t *t) function
H A Dalarm.c34 #include <sys/time.h>
/bionic/libc/bionic/
H A Dstrftime_l.cpp29 #include <time.h>
H A Dclock.cpp29 #include <time.h>
H A Dsigwait.cpp32 #include <time.h>
H A Dutimes.cpp31 #include <sys/time.h>
H A Dtime64.c37 Programmers who have available to them 64-bit time values as a 'long
39 converts the time even on 32-bit systems. Whether you have 64-bit time
52 #include <time.h>
111 /* Year range we can trust the time funcitons with */
310 wind up on Dec 31st the previous year when doing a -UTC time zone.
313 is for Dec 31st with a +UTC time zone.
489 Time64_T time; local
502 time = (Time64_T)mktime(&safe_date);
504 time
522 Time64_T time = *in_time; local
643 localtime64_r(const Time64_T *time, struct TM *local_tm) argument
765 ctime64_r( const Time64_T* time, char* result ) argument
774 localtime64(const Time64_T *time) argument
778 gmtime64(const Time64_T *time) argument
[all...]
/bionic/libc/upstream-netbsd/android/include/
H A Dport_before.h22 #include <time.h>
/bionic/libstdc++/include/
H A Dctime34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
/bionic/libc/include/
H A Dpoll.h35 #include <time.h> /* For timespec. */
H A Dtime64.h43 #include <time.h>
H A Dutmp.h33 #include <time.h>
/bionic/libc/include/sys/
H A Dtimerfd.h33 #include <time.h>
/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dusleep.c37 #include <time.h>
H A Dsleep.c39 #include <time.h>
/bionic/benchmarks/
H A Dtime_benchmark.cpp20 #include <time.h>
74 time(NULL);
/bionic/tests/
H A Dtime_test.cpp17 #include <time.h>
30 TEST(time, gmtime) {
44 // Ensure we'll actually have to enter tzload by using a time zone that doesn't exist.
54 TEST(time, gmtime_no_stack_overflow_14313703) {
73 TEST(time, mktime_10310929) {
97 TEST(time, strftime) {
114 // Date and time as text.
119 TEST(time, strptime) {
148 TEST(time, timer_create) {
180 TEST(time, timer_create_SIGEV_SIGNA
[all...]
/bionic/libc/kernel/tools/
H A Ddefaults.py5 import time, os, sys namespace
144 *** Any manual change here will be lost the next time this script will
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dmce.h14 *** Any manual change here will be lost the next time this script will
32 __u64 time; member in struct:mce
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dnice.c43 #include <sys/time.h>
H A Dutime.c42 #include <sys/time.h>
/bionic/libc/kernel/uapi/linux/
H A Dandroid_alarm.h14 *** Any manual change here will be lost the next time this script will
22 #include <linux/time.h>
H A Dresource.h14 *** Any manual change here will be lost the next time this script will
21 #include <linux/time.h>

Completed in 2506 milliseconds

123