Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_ttl.c82 int secs, mins, hours, days, weeks, x; in ns_format_ttl() local
87 hours = (int)(src % 24); src /= 24; in ns_format_ttl()
100 if (hours) { in ns_format_ttl()
101 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl()
108 if (secs || !(weeks || days || hours || mins)) { in ns_format_ttl()
/device/google/trout/hal/common/agl/watchdog/test/
Dservice.cpp39 while (true) std::this_thread::sleep_for(std::chrono::hours(1)); in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dutils.py152 hours, minutes = divmod(abs(offset), 3600)
159 zone = '%s%02d%02d' % (sign, hours, minutes // 60)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_datetime.py175 eq(td(), td(weeks=0, days=0, hours=0, minutes=0, seconds=0,
181 eq(td(days=1), td(hours=24))
182 eq(td(hours=1), td(minutes=60))
189 eq(td(days=1.0/24), td(hours=1))
190 eq(td(hours=1.0/60), td(minutes=1))
290 hours=-24*(100-49),
300 hours=-24*(100-49),
378 eq(str(td(hours=12, minutes=58, seconds=59)), "12:58:59")
379 eq(str(td(hours=2, minutes=3, seconds=4)), "2:03:04")
380 eq(str(td(weeks=-30, hours=23, minutes=12, seconds=34)),
[all …]
/device/generic/goldfish/network/wifi_forwarder/
Dwifi_forwarder.cpp29 static constexpr auto kAliasesCacheTimeout = std::chrono::hours(8);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcalendar.py614 hours = days*24 + hour
615 minutes = hours*60 + minute
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcalendar.py609 hours = days*24 + hour
610 minutes = hours*60 + minute
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c1081 format_ctime(PyDateTime_Date *date, int hours, int minutes, int seconds) in format_ctime() argument
1096 GET_DAY(date), hours, minutes, seconds, in format_ctime()
1116 int hours; in format_utcoffset() local
1135 hours = divmod(offset, 60, &minutes); in format_utcoffset()
1136 PyOS_snprintf(buf, buflen, "%c%02d%s%02d", sign, hours, sep, minutes); in format_utcoffset()
2049 int hours; in delta_str() local
2057 hours = divmod(minutes, 60, &minutes); in delta_str()
2069 hours, minutes, seconds); in delta_str()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c1081 format_ctime(PyDateTime_Date *date, int hours, int minutes, int seconds) in format_ctime() argument
1096 GET_DAY(date), hours, minutes, seconds, in format_ctime()
1116 int hours; in format_utcoffset() local
1135 hours = divmod(offset, 60, &minutes); in format_utcoffset()
1136 PyOS_snprintf(buf, buflen, "%c%02d%s%02d", sign, hours, sep, minutes); in format_utcoffset()
2049 int hours; in delta_str() local
2057 hours = divmod(minutes, 60, &minutes); in delta_str()
2069 hours, minutes, seconds); in delta_str()
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTheory.txt80 calls to off-peak hours.)
89 name followed by a number of hours and an optional three-letter
520 about 24 hours 39 minutes 35.244 seconds in terrestrial time. It is
/device/linaro/hikey/self-extractors_hikey960/hisilicon/
DLICENSE111 business hours on seven (7) days’ notice. HISILICON shall bear the auditors’ costs for that audit u…
/device/linaro/poplar/proprietary/hisilicon/
DLICENSE50 …g on behalf of HISILICON by prior appointment during your normal business hours on seven (7) days’…
/device/amlogic/yukawa/gpu/
DEND_USER_LICENCE_AGREEMENT.txt173 business hours on seven (7) days' notice. ARM shall bear the auditors'
/device/linaro/hikey/mali/bifrost/
DEND_USER_LICENCE_AGREEMENT.txt173 business hours on seven (7) days' notice. ARM shall bear the auditors'
/device/linaro/hikey/mali/utgard/
DEND_USER_LICENCE_AGREEMENT.txt173 business hours on seven (7) days' notice. ARM shall bear the auditors'
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dvideodev2.h484 __u8 hours; member
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dvideodev2.h457 __u8 hours; member
/device/google/sunfish-kernel/sm7150/kernel-headers/linux/
Dvideodev2.h484 __u8 hours; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dvideodev2.h841 __u8 hours; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dvideodev2.h457 __u8 hours; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/
Dvideodev2.h886 __u8 hours; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dvideodev2.h841 __u8 hours; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dvideodev2.h886 __u8 hours; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt32 + Across about four hours of generating random arrays, and sorting them
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt32 + Across about four hours of generating random arrays, and sorting them

12