Home
last modified time | relevance | path

Searched refs:day (Results 1 – 25 of 49) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/bin/
Dgen_calendar_entries.py88 day = quarter.isoweekday()
89 if day > 3:
93 return quarter.replace(day=quarter.day - day + 3 + 14)
94 elif day < 3:
95 quarter = quarter.replace(day=quarter.day + 3 - day)
96 return quarter.replace(day=quarter.day + 14)
129 day = date.isoweekday()
130 if day < 3:
131 delta = 3 - day
132 elif day > 3:
[all …]
Dgen_calendar_entries_test.py64 assert d.day == 15
70 assert d.day == 16
76 assert d.day == 13
107 assert date.day == expected
126 assert date.day == expected
145 assert date.day == expected
/hardware/nxp/keymint/KM200/
Dkeymint_utils.cpp101 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel() local
102 if (day < 1 || day > 31) { in getPatchlevel()
105 return year * 10000 + month * 100 + day; in getPatchlevel()
/hardware/interfaces/security/keymint/support/
Dkeymint_utils.cpp102 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel() local
103 if (day < 1 || day > 31) { in getPatchlevel()
106 return year * 10000 + month * 100 + day; in getPatchlevel()
/hardware/nxp/keymint/KM300/
Dkeymint_utils.cpp104 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel() local
105 if (day < 1 || day > 31) { in getPatchlevel()
108 return year * 10000 + month * 100 + day; in getPatchlevel()
/hardware/st/secure_element2/
DMETADATA10 last_upgrade_date { year: 2020 month: 1 day: 10 }
/hardware/ti/am57x/libhwcomposer/
DMETADATA15 last_upgrade_date { year: 2018 month: 8 day: 15 }
/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal42 * day.
156 * <td>1 day</td>
167 * <td>1 day</td>
194 * <td>1 day</td>
209 * <td>1 day</td>
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal423 * For Glonass, this is the received Glonass time of day, at the
433 * Time of day decoded : [ 0 1day ] : STATE_GLO_TOD_DECODED set
434 * Time of day known : [ 0 1day ] : STATE_GLO_TOD_KNOWN set
436 * Note: Time of day known refers to the case where it is possibly not
438 * Time of day decoded is set then Time of day known must also be set.
DIGnssDebug.hal156 * start of the server predicted information. For example, a 1 day
/hardware/interfaces/tests/extension/light/2.0/
Dtypes.hal42 * Sometimes at night, we need it to be day.
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto1352 /* The number of calls in a day where CCA is active.
1373 /* total_call_count_per_day: count total number of call per day. */
1977 /* Active duration in milliseconds per day for volume range 0. */
1979 /* Active duration in milliseconds per day for volume range 1. */
1981 /* Active duration in milliseconds per day for volume range 2. */
1983 /* Active duration in milliseconds per day for volume range 3. */
1985 /* Active duration in milliseconds per day for volume range 4. */
1987 /* Active duration in milliseconds per day for volume range 5. */
1989 /* Active duration in milliseconds per day for volume range 6. */
1991 /* Active duration in milliseconds per day for volume range 7. */
[all …]
/hardware/ril/include/telephony/
Dril_cdma_sms.h627 unsigned char day; /* 0x01-0x31 */ member
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c2727 unsigned int maj, year, month, day, build; in ver2str() local
2734 day = (vls >> 16) & 0xFFFF; in ver2str()
2737 month, day, year, build); in ver2str()
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr114 unsigned char day;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr114 unsigned char day;
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr114 unsigned char day;
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-3200/
Dloc_api_common.h75 u_char day; member
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
Dloc_api_common.h75 u_char day; member
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr114 unsigned char day;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr114 unsigned char day;
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr114 unsigned char day;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
Dloc_api_common.h75 u_char day; member
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
Dloc_api_common.h81 u_char day; member
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
Dloc_api_common.h81 u_char day; member

12