/external/libusb/libusb/os/ |
D | threads_windows.h | 40 struct timespec { struct 41 long tv_sec; 42 long tv_nsec;
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 73 struct timespec { struct 78 int nanosleep(const struct timespec *, struct timespec *); argument
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | time.pxd.pxi | 19 cdef double _time_from_timespec(gpr_timespec timespec)
|
D | time.pyx.pxi | 27 cdef double _time_from_timespec(gpr_timespec timespec):
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 10 struct timespec { struct 11 __kernel_time_t tv_sec; /* seconds */ 12 long tv_nsec; /* nanoseconds */
|
D | coda.h | 89 struct timespec { struct 90 long ts_sec; 114 struct timespec { struct 115 time_t tv_sec; /* seconds */ 116 long tv_nsec; /* nanoseconds */
|
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/ |
D | ProfilerEntry.cs | 42 public Timespec timespec; field
|
/external/mesa3d/include/c11/ |
D | threads_win32.h | 87 struct timespec { struct 88 time_t tv_sec; 89 long tv_nsec;
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx06.c | 57 struct timespec *timespec) in timestamp_to_timespec()
|
/external/libxcam/xcore/base/ |
D | xcam_defs.h | 97 #define XCAM_TIMESPEC_2_USEC(timespec) ((timespec).tv_sec*1000000LL + (timespec).tv_nsec/1000) argument
|
/external/python/cpython3/Lib/ |
D | datetime.py | 156 def _format_time(hh, mm, ss, us, timespec='auto'): argument 1365 def isoformat(self, timespec='auto'): argument 1850 def isoformat(self, sep='T', timespec='auto'): argument
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 395 #define EXT4_INODE_SET_XTIME(xtime, timespec, raw_inode) \ argument 403 #define EXT4_EINODE_SET_XTIME(xtime, timespec, raw_inode) \ argument 412 #define EXT4_INODE_GET_XTIME(xtime, timespec, raw_inode) \ argument 422 #define EXT4_EINODE_GET_XTIME(xtime, timespec, raw_inode) \ argument
|
/external/bcc/src/python/bcc/ |
D | __init__.py | 181 class timespec(ct.Structure): class in BPF
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 74 struct timespec { struct 79 static struct timespec current_fs_time(struct super_block *sb) in current_fs_time() argument
|
/external/openssh/ |
D | ssh-keygen.c | 1744 parse_cert_times(char *timespec) in parse_cert_times()
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2452 class timespec(Structure): class
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2452 class timespec(Structure): class
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 4085 char *timespec = NULL; in time_isoformat() local 5315 char *timespec = NULL; in datetime_isoformat() local
|