Searched refs:time (Results 1 - 25 of 73) sorted by relevance
123
/bionic/libc/private/ |
H A D | bionic_time.h | 31 #include <time.h>
|
H A D | bionic_time_conversions.h | 32 #include <time.h>
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
H A D | time.c | 1 /* $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 D | alarm.c | 34 #include <sys/time.h>
|
/bionic/libc/bionic/ |
H A D | strftime_l.cpp | 29 #include <time.h>
|
H A D | clock.cpp | 29 #include <time.h>
|
H A D | sigwait.cpp | 32 #include <time.h>
|
H A D | utimes.cpp | 31 #include <sys/time.h>
|
H A D | time64.c | 37 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 D | port_before.h | 22 #include <time.h>
|
/bionic/libstdc++/include/ |
H A D | ctime | 34 * Standard C++ Library wrapper around the C time.h header file. 38 #include <time.h> 53 using ::time;
|
/bionic/libc/include/ |
H A D | poll.h | 35 #include <time.h> /* For timespec. */
|
H A D | time64.h | 43 #include <time.h>
|
H A D | utmp.h | 33 #include <time.h>
|
/bionic/libc/include/sys/ |
H A D | timerfd.h | 33 #include <time.h>
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
H A D | usleep.c | 37 #include <time.h>
|
H A D | sleep.c | 39 #include <time.h>
|
/bionic/tests/ |
H A D | time_test.cpp | 17 #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 D | time_benchmark.cpp | 20 #include <time.h> 74 time(NULL);
|
/bionic/libc/kernel/tools/ |
H A D | defaults.py | 5 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 D | mce.h | 14 *** 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 D | nice.c | 43 #include <sys/time.h>
|
H A D | utime.c | 42 #include <sys/time.h>
|
/bionic/libc/kernel/uapi/linux/ |
H A D | android_alarm.h | 14 *** Any manual change here will be lost the next time this script will 22 #include <linux/time.h>
|
H A D | resource.h | 14 *** Any manual change here will be lost the next time this script will 21 #include <linux/time.h>
|
Completed in 467 milliseconds
123