HomeSort by relevance Sort by last modified time
    Searched full:timespec (Results 201 - 225 of 1290) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/include/androidfw/
ZipFileRO.h 178 * Utility function to convert ZIP's time format to a timespec struct.
180 static inline void zipTimeToTimespec(long when, struct tm* timespec) {
182 timespec->tm_year = ((date >> 9) & 0x7F) + 80; // Zip is years since 1980
183 timespec->tm_mon = (date >> 5) & 0x0F;
184 timespec->tm_mday = date & 0x1F;
186 timespec->tm_hour = (when >> 11) & 0x1F;
187 timespec->tm_min = (when >> 5) & 0x3F;
188 timespec->tm_sec = (when & 0x1F) << 1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
yield_k.hpp 115 struct timespec rqtp = { 0, 0 };
117 // POSIX says that timespec has tv_sec and tv_nsec
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 127 int nanosleep (const struct timespec *, struct timespec *);
128 int clock_gettime (clockid_t clk_id, struct timespec *tp);
129 int clock_settime (clockid_t clk_id, const struct timespec *tp);
130 int clock_getres (clockid_t clk_id, struct timespec *res);
131 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
185 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 124 int nanosleep (const struct timespec *, struct timespec *);
125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
127 int clock_getres (clockid_t clk_id, struct timespec *res);
128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 127 int nanosleep (const struct timespec *, struct timespec *);
128 int clock_gettime (clockid_t clk_id, struct timespec *tp);
129 int clock_settime (clockid_t clk_id, const struct timespec *tp);
130 int clock_getres (clockid_t clk_id, struct timespec *res);
131 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
185 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 127 int nanosleep (const struct timespec *, struct timespec *);
128 int clock_gettime (clockid_t clk_id, struct timespec *tp);
129 int clock_settime (clockid_t clk_id, const struct timespec *tp);
130 int clock_getres (clockid_t clk_id, struct timespec *res);
131 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
185 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
linux-unistd.h 127 int nanosleep (const struct timespec *, struct timespec *);
128 int clock_gettime (clockid_t clk_id, struct timespec *tp);
129 int clock_settime (clockid_t clk_id, const struct timespec *tp);
130 int clock_getres (clockid_t clk_id, struct timespec *res);
131 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
185 int sched_rr_get_interval (pid_t pid, struct timespec *interval);

Completed in 1427 milliseconds

1 2 3 4 5 6 7 891011>>