HomeSort by relevance Sort by last modified time
    Searched refs:timespec (Results 1 - 25 of 1508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/bench/
BenchSysTimer_posix.h 21 timespec fCpu;
22 timespec fWall;
BenchSysTimer_posix.cpp 13 static double intervalInMSec(const timespec start_clock
14 , const timespec end_clock)
30 timespec none = {0, 0};
36 timespec none = {0, 0};
42 timespec end_cpu;
44 timespec none = {0, 0};
51 timespec end_wall;
53 timespec none = {0, 0};
  /external/skia/tools/timer/
SysTimer_posix.h 19 timespec fCpu;
20 timespec fWall;
SysTimer_posix.cpp 9 static double interval_in_ms(timespec start_clock, timespec end_clock)
24 timespec none = {0, 0};
30 timespec none = {0, 0};
36 timespec end_cpu;
38 timespec none = {0, 0};
45 timespec end_wall;
47 timespec none = {0, 0};
  /external/lldb/source/Utility/
TimeSpecTimeout.h 31 /// Sets the timespec pointer correctly given a timeout relative to the
40 /// filled into the timespec and \a timeout_usec is added to the
45 /// a pointer to the timespec with the appropriate timeout value.
47 const struct timespec *
51 /// Sets the timespec pointer correctly given a relative time in micro
57 /// is correctly placed into the timespec.
61 /// a pointer to the timespec with the appropriate timeout value.
63 const struct timespec *
67 /// Gets the timespec pointer that is appropriate for the timeout
73 /// a pointer to the timespec with the appropriate timeout value
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostime.h 16 int clock_gettime(clockid_t clock_id, struct timespec* tp);
17 int clock_settime(clockid_t clock_id, const struct timespec* tp);
  /bionic/libc/private/
bionic_time_conversions.h 37 __LIBC_HIDDEN__ bool timespec_from_timeval(timespec& ts, const timeval& tv);
38 __LIBC_HIDDEN__ void timespec_from_ms(timespec& ts, const int ms);
40 __LIBC_HIDDEN__ void timeval_from_timespec(timeval& tv, const timespec& ts);
  /external/chromium_org/components/nacl/loader/nonsfi/
abi_conversion.h 9 struct timespec;
16 // Converts the timespec struct from NaCl's to host's ABI.
18 struct timespec* host_timespec);
20 // Converts the timespec struct from host's to NaCl's ABI.
21 void TimeSpecToNaClAbiTimeSpec(const struct timespec& host_timespec,
  /frameworks/base/include/androidfw/
ZipUtils.h 64 * Utility function to convert ZIP's time format to a timespec struct.
66 static inline void zipTimeToTimespec(long when, struct tm* timespec) {
68 timespec->tm_year = ((date >> 9) & 0x7F) + 80; // Zip is years since 1980
69 timespec->tm_mon = (date >> 5) & 0x0F;
70 timespec->tm_mday = date & 0x1F;
72 timespec->tm_hour = (when >> 11) & 0x1F;
73 timespec->tm_min = (when >> 5) & 0x3F;
74 timespec->tm_sec = (when & 0x1F) << 1;
  /bionic/libc/bionic/
bionic_time_conversions.cpp 31 bool timespec_from_timeval(timespec& ts, const timeval& tv) {
43 void timespec_from_ms(timespec& ts, const int ms) {
48 void timeval_from_timespec(timeval& tv, const timespec& ts) {
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) {
poll.cpp 35 extern "C" int __ppoll(pollfd*, unsigned int, timespec*, const kernel_sigset_t*, size_t);
36 extern "C" int __pselect6(int, fd_set*, fd_set*, fd_set*, timespec*, void*);
39 timespec ts;
40 timespec* ts_ptr = NULL;
48 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) {
49 timespec mutable_ts;
50 timespec* mutable_ts_ptr = NULL;
67 timespec ts;
68 timespec* ts_ptr = NULL;
84 const timespec* ts, const sigset_t* ss)
    [all...]
  /external/chromium_org/media/audio/cras/
cras_unified.h 48 uint32 GetBytesLatency(const struct timespec& latency);
56 const timespec* input_ts,
57 const timespec* output_ts,
70 const timespec* input_ts,
71 const timespec* output_ts);
77 const timespec* input_ts,
78 const timespec* output_ts);
81 uint32 WriteAudio(size_t frames, uint8* buffer, const timespec* sample_ts);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
sleep.cc 28 struct timespec short_wait;
29 struct timespec remainder;
  /external/webrtc/src/system_wrappers/source/
sleep.cc 28 struct timespec short_wait;
29 struct timespec remainder;
  /system/extras/tests/include/
testUtil.h 28 struct timespec double2ts(double amt);
30 double ts2double(const struct timespec *val);
32 struct timespec tsDelta(const struct timespec *first,
33 const struct timespec *second);
  /system/extras/tests/timetest/
timetest.c 15 struct timespec t;
26 static struct timespec ts_sub(struct timespec a, struct timespec b)
28 struct timespec r;
42 static struct timespec ts_min(struct timespec a, struct timespec b)
50 static struct timespec ts_max(struct timespec a, struct timespec b
    [all...]
  /bionic/libc/kernel/uapi/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
android_alarm.h 50 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec)
51 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec)
52 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec)
54 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /development/ndk/platforms/android-L/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /external/kernel-headers/original/uapi/linux/
time.h 9 struct timespec { struct
35 struct timespec it_interval; /* timer period */
36 struct timespec it_value; /* timer expiration */
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.h 50 struct timespec AKFS_CalcSleep(
51 const struct timespec* end,
52 const struct timespec* start,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;

Completed in 872 milliseconds

1 2 3 4 5 6 7 8 91011>>