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

123

/bionic/benchmarks/
H A Dtime_benchmark.cpp20 #include <time.h>
74 time(NULL);
/bionic/libc/
H A DAndroid.mk345 upstream-openbsd/lib/libc/gen/time.c \
600 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 Dgetentropy_linux.c38 #include <sys/time.h>
49 #include <time.h>
H A Dlibc_init_common.cpp38 #include <sys/time.h>
H A Dlibc_logging.cpp46 #include <time.h>
H A Dmalloc_debug_check.cpp45 #include <time.h>
H A Dndk_cruft.cpp42 #include <sys/time.h>
273 time_t time; member in struct:timeb
287 tb->time = tv.tv_sec;
291 ++tb->time;
H A Dpthread_cond.cpp34 #include <time.h>
H A Dsemaphore.c30 #include <sys/time.h>
31 #include <time.h>
H A Dsigwait.cpp32 #include <time.h>
H A Dstrftime_l.cpp29 #include <time.h>
H A Dsysconf.cpp38 #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
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...]
H A Dutimes.cpp31 #include <sys/time.h>
H A Dvdso.cpp32 #include <time.h>
/bionic/libc/dns/resolv/
H A Dres_cache.c33 #include <time.h>
50 * It is only used to cache DNS answers for a time defined by the smallest TTL
63 * the smallest TTL value among the answer records are used as the time
97 /* the name of an environment variable that will be checked the first time
1208 /* Maximum time for a thread to wait for an pending request */
H A Dres_data.c34 #include <sys/time.h>
H A Dres_debug.c127 #include <time.h>
561 {ns_r_badtime, "BADTIME", "bad time"},
712 * 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,
H A Dres_send.c93 #include <sys/time.h>
114 #include <time.h>
580 __libc_format_log(ANDROID_LOG_DEBUG, "libc", "time=%ld\n",
581 time(NULL));
/bionic/libc/include/
H A Dpoll.h35 #include <time.h> /* For timespec. */
H A Dpthread.h32 #include <time.h>
H A Dsched.h32 #include <sys/time.h>

Completed in 3943 milliseconds

123