/hardware/google/gfxstream/guest/mesa/bin/ |
D | gen_calendar_entries.py | 88 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 …]
|
D | gen_calendar_entries_test.py | 64 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/ |
D | keymint_utils.cpp | 101 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/ |
D | keymint_utils.cpp | 102 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/ |
D | keymint_utils.cpp | 104 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/ |
D | METADATA | 10 last_upgrade_date { year: 2020 month: 1 day: 10 }
|
/hardware/ti/am57x/libhwcomposer/ |
D | METADATA | 15 last_upgrade_date { year: 2018 month: 8 day: 15 }
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurementCallback.hal | 42 * 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/ |
D | IGnssMeasurementCallback.hal | 423 * 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.
|
D | IGnssDebug.hal | 156 * start of the server predicted information. For example, a 1 day
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 42 * Sometimes at night, we need it to be day.
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 1352 /* 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/ |
D | ril_cdma_sms.h | 627 unsigned char day; /* 0x01-0x31 */ member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 2727 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/ |
D | loc_api_common.xdr | 114 unsigned char day;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_common.xdr | 114 unsigned char day;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_common.xdr | 114 unsigned char day;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-3200/ |
D | loc_api_common.h | 75 u_char day; member
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/ |
D | loc_api_common.h | 75 u_char day; member
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_common.xdr | 114 unsigned char day;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_common.xdr | 114 unsigned char day;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_common.xdr | 114 unsigned char day;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/ |
D | loc_api_common.h | 75 u_char day; member
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/ |
D | loc_api_common.h | 81 u_char day; member
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/ |
D | loc_api_common.h | 81 u_char day; member
|