/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zdump.c | 9 ** This code has been made independent of the rest of the time 24 #include "time.h" /* for struct tm */ 218 /* The minimum and maximum finite time values. */ 516 (void) time(&now); in main() 581 /* skip displaying info for the lowest time, which is actually not in main() 649 /* skip displaying info for the highest time, which is actually not in main()
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
H A D | proxy.c | 1004 srand(time(NULL)); in run() 1237 PRINT_VERBOSE2 ("time now %lld %lld", in run() 1285 " -T, --timeout Maximum time in seconds for each HTTP transfer.\n" in display_usage()
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 15 from time import asctime
|
/third_party/toybox/generated/ |
H A D | globals.h | 1465 long long ticks, bits, time; member
|
/third_party/toybox/toys/posix/ |
H A D | find.c | 40 -newerXY FILE X=acm time > FILE's Y=acm time (Y=t: FILE is literal time) 63 %s size in bytes %T@ mod time as unixtime 426 && (!strcmp(s+1, "time") || !strcmp(s+1, "min"))) in do_find() 710 TT.now = time(0); in find_main()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | proto_writer.cc | 43 #include <google/protobuf/stubs/time.h>
|
H A D | json_stream_parser_test.cc | 38 #include <google/protobuf/stubs/time.h> 82 // do a final test of the entire test case one character at a time. 95 // Special case for split == length, test parsing one character at a time. in RunTest()
|
/third_party/python/Lib/ |
H A D | threading.py | 8 from time import monotonic as _time 95 without blocking; the thread must release it once for each time it has 108 again without blocking; the thread must release it once for each time it 146 blocked waiting until the lock is unlocked, only one at a time will be 340 boolean value. A timeout may be provided giving the maximum time to 826 Calling this from time to time avoids an ever-growing _shutdown_locks
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format.cc | 28 #include "absl/time/internal/cctz/include/cctz/time_zone.h" 30 // Include time.h directly since, by C++ standards, ctime doesn't have to 32 #include <time.h> 48 #include "absl/time/internal/cctz/include/cctz/civil_time.h" 320 // - %ET - The RFC3339 "date-time" separator "T" 327 // to use mktime() to generate it, and that assumes the local time zone. 688 // use localtime_r() to generate it, and that assumes the local time zone. 731 // Steps through format, one specifier at a time. in parse() 947 // If we saw %s then we ignore anything else and return that time. in parse() 995 // Accounts for the offset adjustment before converting to absolute time in parse() [all...] |
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_ser.rs | 24 use std::time::{Duration, UNIX_EPOCH};
|
H A D | test_de_error.rs | 17 use std::time::{Duration, SystemTime};
|
/third_party/rust/crates/once_cell/tests/ |
H A D | it.rs | 453 std::thread::sleep(std::time::Duration::from_secs(2)); in reentrant_init()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 4 use crate::sys::time::TimeVal; 361 /// Set or read the time-to-live value of outgoing multicast packets for 512 /// Specify the amount of time, in seconds, that the connection must be idle 529 /// The time (in seconds) the connection needs to remain idle before TCP 574 /// The time (in seconds) between individual keepalive probes. 585 /// Specifies the maximum amount of time in milliseconds that transmitted 888 /// Configures the behavior of time-based transmission of packets, for use 946 /// Set or retrieve the current time-to-live field that is used in every
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509.rs | 203 pub fn X509_gmtime_adj(time: *mut ASN1_TIME, adj: c_long) -> *mut ASN1_TIME; in X509_gmtime_adj()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 337 struct os_reltime time; member 686 int scan_interval; /* time in sec between scans to find suitable AP */ 871 int p2p_long_listen; /* remaining time in long Listen state in ms */
|
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/ |
H A D | mission_list_manager.cpp | 529 * 1. start by call, but this time is not start by call in HandleReusedMissionAndAbility() 544 info.missionInfo.time = GetCurrentTime(); in HandleReusedMissionAndAbility() 549 targetMission->UpdateMissionTime(info.missionInfo.time); in HandleReusedMissionAndAbility() 642 targetMission->UpdateMissionTime(info.missionInfo.time); in GetTargetMissionAndAbility() 690 info.missionInfo.time = GetCurrentTime(); in BuildInnerMissionInfo() 1308 TAG_LOGI(AAFwkTag::ABILITYMGR, "bundle:%{public}s,ability:%{public}s,time:%{public}lld", in CompleteForegroundSuccess() 1313 TAG_LOGI(AAFwkTag::ABILITYMGR, "bundle:%{public}s,ability:%{public}s,time:%{public}ld", in CompleteForegroundSuccess() 1326 info.missionInfo.time = currentTime; in CompleteForegroundSuccess() 1895 // update inner mission info time in CompleteTerminateAndUpdateMission() 2094 // update inner mission info time in SetMissionLockedState() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 2825 void InnerBundleInfo::SetBundleInstallTime(const int64_t time, int32_t userId) in SetBundleInstallTime() argument 2833 infoItem->second.installTime = time; in SetBundleInstallTime() 2834 infoItem->second.updateTime = time; in SetBundleInstallTime() 2899 void InnerBundleInfo::SetBundleUpdateTime(const int64_t time, int32_t userId) in SetBundleUpdateTime() argument 2907 infoItem->second.updateTime = time; in SetBundleUpdateTime()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | gdth.c | 96 #include <linux/time.h> 147 static int gdth_wait(gdth_ha_str *ha, int index,u32 time); 1058 static int gdth_wait(gdth_ha_str *ha, int index, u32 time) in gdth_wait() argument 1063 TRACE(("gdth_wait() hanum %d index %d time %d\n", ha->hanum, index, time)); in gdth_wait() 1075 } while (--time); in gdth_wait()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_enc.c | 1760 s->last_non_b_time = s->time - s->pp_time; in ff_mpv_encode_picture() 3469 s->time = s->current_picture_ptr->f->pts * s->avctx->time_base.num; in set_frame_distances() 3472 s->pb_time= s->pp_time - (s->last_non_b_time - s->time); in set_frame_distances() 3475 s->pp_time= s->time - s->last_non_b_time; in set_frame_distances() 3476 s->last_non_b_time= s->time; in set_frame_distances() 3493 /* we need to initialize some time vars before we can encode B-frames */ in encode_picture()
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 39 #include <time.h> 72 #include <sys/time.h> // NOLINT 78 #include <sys/time.h> // NOLINT 103 #include <sys/time.h> // NOLINT 110 #include <sys/time.h> // NOLINT 318 " should display elapsed time in text output."); 328 "[1, 99999], or 0 to use a seed based on the current time."); 693 // This function implements a linear-time string globbing algorithm based on 1136 // Return time elapsed in milliseconds since the timer was created. 1154 // Returns a timestamp as milliseconds since the epoch. Note this time ma [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.cpp | 260 * Instantiate a SimpleDateFormat set up to produce a full time in TestWallyWedel() 265 * A String array for the time zone ids. in TestWallyWedel() 313 * Instantiate a date so we can display the time zone name. in TestWallyWedel() 993 dataerrln("could not create date time instance"); in TestBadInput135() 1212 * Test the formatting of time zones. 1246 * Test the formatting of time zones. 1268 // now try to use the default GMT time zone in TestDateFormatZone146() 1278 // get time in TestDateFormatZone146() 1402 DateFormat *date=0, *time=0, *full=0; in TestDateFormatCalendar() local 1416 /* Create a formatter for time field in TestDateFormatCalendar() [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 39 #include <time.h> 77 #include <sys/time.h> // NOLINT 83 #include <sys/time.h> // NOLINT 108 #include <sys/time.h> // NOLINT 115 #include <sys/time.h> // NOLINT 326 " should display elapsed time in text output."); 336 "[1, 99999], or 0 to use a seed based on the current time."); 701 // This function implements a linear-time string globbing algorithm based on 1153 // Return time elapsed in milliseconds since the timer was created. 1171 // Returns a timestamp as milliseconds since the epoch. Note this time ma [all...] |
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 1065 u8 time[8]; member 1094 put_unaligned_le16(sizeof(buffer->time), in pqi_write_current_time_to_host_wellness() 1101 buffer->time[0] = bin2bcd(tm.tm_hour); in pqi_write_current_time_to_host_wellness() 1102 buffer->time[1] = bin2bcd(tm.tm_min); in pqi_write_current_time_to_host_wellness() 1103 buffer->time[2] = bin2bcd(tm.tm_sec); in pqi_write_current_time_to_host_wellness() 1104 buffer->time[3] = 0; in pqi_write_current_time_to_host_wellness() 1105 buffer->time[4] = bin2bcd(tm.tm_mon + 1); in pqi_write_current_time_to_host_wellness() 1106 buffer->time[5] = bin2bcd(tm.tm_mday); in pqi_write_current_time_to_host_wellness() 1107 buffer->time[6] = bin2bcd(year / 100); in pqi_write_current_time_to_host_wellness() 1108 buffer->time[ in pqi_write_current_time_to_host_wellness() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_proc.c | 643 osal_seq_printf(file, "%-15s: %-20d \n", "ZeroDrmSendTime", hdr_info->zero_drm_if_timer.time);
in proc_hdr_status() 645 osal_seq_printf(file, "%-15s: %-20d ", "HdrModeChnTime", hdr_info->hdr_mode_chn_timer.time);
in proc_hdr_status() 1786 /* to avoid the hal pointer is null when call the proc and deinit at the same time. */
in drv_hdmi_read_proc() 1813 /* to avoid the hal pointer is null when call the proc and deinit at the same time. */
in drv_hdmi_vo_read_proc() 1834 /* to avoid the hal pointer is null when call the proc and deinit at the same time. */
in drv_hdmi_ao_read_proc() 1855 /* to avoid the hal pointer is null when call the proc and deinit at the same time. */
in drv_hdmi_sink_read_proc()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/ |
H A D | base.mak | 165 CFG_HI_KMOD_CFLAGS +=-Wno-error=date-time 166 CFG_HI_KMOD_CFLAGS +=-Wno-date-time
|