HomeSort by relevance Sort by last modified time
    Searched defs:minute (Results 76 - 100 of 325) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/
cdrom.h 71 __u8 minute; member in struct:cdrom_msf0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 413 "minute must be in 0..59");
574 int *hour, int *minute, int *second,
578 normalize_pair(minute, second, 60);
579 normalize_pair(hour, minute, 60);
671 new_datetime_ex(int year, int month, int day, int hour, int minute,
682 DATE_SET_MINUTE(self, minute);
699 new_time_ex(int hour, int minute, int second, int usecond,
710 TIME_SET_MINUTE(self, minute);
1938 PyObject *minute = NULL; local
3147 int minute = 0; local
3414 int minute; local
3677 int minute = 0; local
4080 int minute = DATE_GET_MINUTE(date); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 413 "minute must be in 0..59");
574 int *hour, int *minute, int *second,
578 normalize_pair(minute, second, 60);
579 normalize_pair(hour, minute, 60);
671 new_datetime_ex(int year, int month, int day, int hour, int minute,
682 DATE_SET_MINUTE(self, minute);
699 new_time_ex(int hour, int minute, int second, int usecond,
710 TIME_SET_MINUTE(self, minute);
1938 PyObject *minute = NULL; local
3147 int minute = 0; local
3414 int minute; local
3677 int minute = 0; local
4080 int minute = DATE_GET_MINUTE(date); local
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 669 uint16_t minute; member in struct:__anon20870
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 4248 int32_t minute; member in struct:__anon21702
    [all...]
  /external/kernel-headers/original/uapi/linux/
cdrom.h 157 __u8 minute; member in struct:cdrom_msf0
172 __u8 cdmsf_min0; /* start minute */
175 __u8 cdmsf_min1; /* end minute */
331 #define CD_SECS 60 /* seconds per minute */
356 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
  /external/libpng/
png.h 637 png_byte minute; /* minute of hour, 0 - 59 */ member in struct:png_time_struct
638 png_byte second; /* second of minute, 0 - 60 (for leap seconds) */
    [all...]
  /external/pdfium/third_party/libpng16/
png.h 642 png_byte minute; /* minute of hour, 0 - 59 */ member in struct:png_time_struct
643 png_byte second; /* second of minute, 0 - 60 (for leap seconds) */
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 413 "minute must be in 0..59");
574 int *hour, int *minute, int *second,
578 normalize_pair(minute, second, 60);
579 normalize_pair(hour, minute, 60);
671 new_datetime_ex(int year, int month, int day, int hour, int minute,
682 DATE_SET_MINUTE(self, minute);
699 new_time_ex(int hour, int minute, int second, int usecond,
710 TIME_SET_MINUTE(self, minute);
1938 PyObject *minute = NULL; local
3147 int minute = 0; local
3414 int minute; local
3677 int minute = 0; local
4080 int minute = DATE_GET_MINUTE(date); local
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
R.java 136 public static final int minute = 0x7f030001; field in class:R.plurals
  /external/syslinux/com32/include/
png.h 740 png_byte minute; \/* minute of hour, 0 - 59 *\/ member in struct:png_time_struct
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 629 unsigned char minute; /* 0x00-0x59 */ member in struct:__anon52847
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdrom.h 156 __u8 minute; member in struct:cdrom_msf0
171 __u8 cdmsf_min0; /* start minute */
174 __u8 cdmsf_min1; /* end minute */
330 #define CD_SECS 60 /* seconds per minute */
355 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
  /external/ImageMagick/coders/
png.c 7852 minute, local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 118 {DateFormat.MINUTE, "m", "en", "m"},
427 DateFormat.Field.MINUTE,
519 DateFormat.Field.MINUTE, // m
4299 public int minute; field in class:DateFormatTest.CalAndFmtTestItem
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 115 {DateFormat.MINUTE, "m", "en", "m"},
424 DateFormat.Field.MINUTE,
516 DateFormat.Field.MINUTE, // m
4296 public int minute; field in class:DateFormatTest.CalAndFmtTestItem
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 434 "minute must be in 0..59");
590 int *hour, int *minute, int *second,
594 normalize_pair(minute, second, 60);
595 normalize_pair(hour, minute, 60);
691 new_datetime_ex2(int year, int month, int day, int hour, int minute,
700 if (check_time_args(hour, minute, second, usecond, fold) < 0) {
712 DATE_SET_MINUTE(self, minute);
725 new_datetime_ex(int year, int month, int day, int hour, int minute,
728 return new_datetime_ex2(year, month, day, hour, minute, second, usecond,
738 new_time_ex2(int hour, int minute, int second, int usecond
2163 PyObject *minute = NULL; local
3559 int minute = 0; local
4145 int minute = 0; local
4259 int year, month, day, hour, minute, second, fold = 0; local
4530 int minute = DATE_GET_MINUTE(date); local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 83 u_char minute; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 77 u_char minute; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 99 u_char minute; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 83 u_char minute; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 77 u_char minute; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 99 u_char minute; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 99 u_char minute; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 83 u_char minute; member in struct:rpc_loc_calendar_time_s_type
    [all...]

Completed in 2066 milliseconds

1 2 34 5 6 7 8 91011>>