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

1234

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dtime.c1 /* $OpenBSD: time.c,v 1.7 2015/10/29 03:58:55 mmcc Exp $ */
31 #include <sys/time.h>
32 #include <time.h>
35 time(time_t *t) function
45 DEF_STRONG(time); variable
H A Dalarm.c34 #include <sys/time.h>
/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/benchmarks/
H A Dtime_benchmark.cpp18 #include <sys/time.h>
19 #include <time.h>
58 time(NULL);
/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 Dsigwait.cpp32 #include <time.h>
H A Dutimes.cpp32 #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
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...]
/bionic/libc/include/sys/
H A Dtimerfd.h33 #include <time.h>
/bionic/libc/private/
H A Dbionic_vdso.h31 #include <time.h>
H A Dbionic_time_conversions.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/libc/kernel/tools/
H A Ddefaults.py5 import time, os, sys namespace
138 *** Any manual change here will be lost the next time this script will
/bionic/tests/
H A Dtime_test.cpp17 #include <time.h>
34 TEST(time, gmtime) {
48 // Ensure we'll actually have to enter tzload by using a time zone that doesn't exist.
58 TEST(time, gmtime_no_stack_overflow_14313703) {
71 TEST(time, mktime_empty_TZ) {
74 // Choose a time where DST is set.
95 TEST(time, mktime_10310929) {
119 TEST(time, strftime) {
136 // Date and time as text.
141 TEST(time, strftime_null_tm_zon
[all...]
/bionic/libc/include/
H A Dtime64.h43 #include <time.h>
H A Dutmp.h33 #include <time.h>
/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 1710 milliseconds

1234