Searched refs:time (Results 1 - 25 of 80) sorted by last modified time

1234

/bionic/benchmarks/
H A Dtime_benchmark.cpp18 #include <sys/time.h>
19 #include <time.h>
58 time(NULL);
/bionic/libc/
H A DAndroid.mk406 upstream-openbsd/lib/libc/gen/time.c \
735 LOCAL_SRC_FILES += upstream-openbsd/lib/libc/time/wcsftime.c
H A Dcrt.mk1 # Define the libc run-time (crt) support object files that must be built,
/bionic/libc/bionic/
H A Dclock.cpp29 #include <time.h>
H A Dclock_getcpuclockid.cpp30 #include <time.h>
H A Dclock_nanosleep.cpp29 #include <time.h>
H A Dgetentropy_linux.c38 #include <sys/time.h>
49 #include <time.h>
H A Dlibc_init_common.cpp41 #include <sys/time.h>
H A Dlibc_logging.cpp47 #include <time.h>
H A Dlocale.cpp35 #include <time.h>
H A Dndk_cruft.cpp42 #include <sys/time.h>
292 time_t time; member in struct:timeb
306 tb->time = tv.tv_sec;
310 ++tb->time;
368 // In the M time frame, over 1000 apps have a reference to this!
H A Dposix_timers.cpp37 #include <time.h>
48 // into SIGEV_THREAD_ID timers so the kernel handles all the time-related stuff and we just
H A Dpthread_cond.cpp35 #include <time.h>
H A Dsemaphore.cpp39 #include <sys/time.h>
40 #include <time.h>
H A Dsigwait.cpp32 #include <time.h>
H A Dsysconf.cpp39 #include <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
779 ctime64_r( const Time64_T* time, char* result ) argument
788 localtime64(const Time64_T *time) argument
792 gmtime64(const Time64_T *time) argument
[all...]
H A Dutimes.cpp32 #include <sys/time.h>
H A Dvdso.cpp26 #include <sys/time.h>
27 #include <time.h>
/bionic/libc/dns/include/
H A Dresolv_private.h64 #include <time.h>
157 int retrans; /* retransmission time interval */
H A Dresolv_stats.h23 #include <time.h>
31 * Resolver reachability statistics and run-time parameters.
35 time_t at; // time in s at which the sample was recorded
36 uint16_t rtt; // round-trip time in ms
49 /* Calculate the round-trip-time from start time t0 and end time t1. */
/bionic/libc/dns/resolv/
H A Dres_cache.c36 #include <time.h>
55 * It is only used to cache DNS answers for a time defined by the smallest TTL
68 * the smallest TTL value among the answer records are used as the time
102 /* the name of an environment variable that will be checked the first time
1214 /* Maximum time for a thread to wait for an pending request */
1966 // As a side effect this also reduces the time the lock is kept.
H A Dres_data.c34 #include <sys/time.h>
H A Dres_debug.c127 #include <time.h>
553 {ns_r_badtime, "BADTIME", "bad time"},
704 * Return a mnemonic for a time to live.
H A Dres_init.c88 #include <sys/time.h>
146 * you "ifconfig"'d at boot time'' and if this was a SLIP or PPP interface,

Completed in 224 milliseconds

1234