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

123

/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/tests/
H A Dpthread_test.cpp27 #include <time.h>
803 // If the mutex is already locked, pthread_mutex_timedlock should time out.
H A Dsys_time_test.cpp21 #include <sys/time.h>
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/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,

Completed in 173 milliseconds

123