HomeSort by relevance Sort by last modified time
    Searched defs:time (Results 851 - 875 of 2276) sorted by null

<<31323334353637383940>>

  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 201 String time = String.format("%d:%02d", minutes, (millisUntilFinished % 60000) / 1000); local
203 R.plurals.phone_in_ecm_notification_time, minutes).toString(), time);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
sync.h 198 Time time; /* milliseconds */ member in struct:__anon30370
211 Time time; /* milliseconds */ member in struct:__anon30371
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
joystick.h 48 __u32 time; /* event timestamp in milliseconds */ member in struct:js_event
rtc.h 3 * This version contains the part of the user interface to the Real Time Clock
16 * struct tm in <time.h>, but it needs to be here so that the kernel
39 struct rtc_time time; /* time the alarm is set to */ member in struct:rtc_wkalrm
79 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
80 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
82 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 55 * as money, time, and number printing.
92 * The standard category values are none, ctype, numeric, collate, time,
102 static const category time = 1L << 3; member in class:locale
106 time | monetary | messages);
295 // collate, ctype, monetary, numeric, time, and messages. These
333 * money, time, and number printing. It provides common support for facets
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
sync.h 200 Time time; /* milliseconds */ member in struct:__anon32229
213 Time time; /* milliseconds */ member in struct:__anon32230
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
timex.h 27 long int offset; /* time offset (usec) */
32 long int constant; /* pll time constant */
35 struct timeval time; /* (read only) */ member in struct:timex
56 #define ADJ_OFFSET 0x0001 /* time offset */
58 #define ADJ_MAXERROR 0x0004 /* maximum time error */
59 #define ADJ_ESTERROR 0x0008 /* estimated time error */
61 #define ADJ_TIMECONST 0x0020 /* pll time constant */
86 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
joystick.h 48 __u32 time; /* event timestamp in milliseconds */ member in struct:js_event
rtc.h 3 * This version contains the part of the user interface to the Real Time Clock
16 * struct tm in <time.h>, but it needs to be here so that the kernel
39 struct rtc_time time; /* time the alarm is set to */ member in struct:rtc_wkalrm
79 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
80 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
82 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
timex.h 27 long int offset; /* time offset (usec) */
32 long int constant; /* pll time constant */
35 struct timeval time; /* (read only) */ member in struct:timex
56 #define ADJ_OFFSET 0x0001 /* time offset */
58 #define ADJ_MAXERROR 0x0004 /* maximum time error */
59 #define ADJ_ESTERROR 0x0008 /* estimated time error */
61 #define ADJ_TIMECONST 0x0020 /* pll time constant */
86 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 55 * as money, time, and number printing.
92 * The standard category values are none, ctype, numeric, collate, time,
102 static const category time = 1L << 3; member in class:locale
106 time | monetary | messages);
295 // collate, ctype, monetary, numeric, time, and messages. These
333 * money, time, and number printing. It provides common support for facets
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 55 * as money, time, and number printing.
92 * The standard category values are none, ctype, numeric, collate, time,
102 static const category time = 1L << 3; member in class:locale
106 time | monetary | messages);
295 // collate, ctype, monetary, numeric, time, and messages. These
333 * money, time, and number printing. It provides common support for facets
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 222 time_t __cdecl time(time_t *_Time);
233 __CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); } function
242 __CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time32(_Time); } function
258 #ifndef _TIMEZONE_DEFINED /* also in sys/time.h */
279 /* POSIX 2008 says clock_gettime and timespec are defined in time.h header,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 54 * as money, time, and number printing.
91 * The standard category values are none, ctype, numeric, collate, time,
101 static const category time = 1L << 3; member in class:locale
105 time | monetary | messages);
293 // collate, ctype, monetary, numeric, time, and messages. These
330 * money, time, and number printing. It provides common support for facets
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 54 * as money, time, and number printing.
91 * The standard category values are none, ctype, numeric, collate, time,
101 static const category time = 1L << 3; member in class:locale
105 time | monetary | messages);
293 // collate, ctype, monetary, numeric, time, and messages. These
330 * money, time, and number printing. It provides common support for facets
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
rtc.h 30 struct rtc_time time; member in struct:rtc_wkalrm

Completed in 312 milliseconds

<<31323334353637383940>>