/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_yara_driver.py | 19 import time namespace 122 serial = "{}_{}".format(str(request.config.device.__get_serial__()), time.time_ns()) 281 # vul time after security patch time no risk 282 LOG.debug("Security patch time: {}, vul time: {}, delta_months: {}" 289 # check if security patch time expire current time 2 months 290 LOG.debug("Security patch time: {}, current time [all...] |
/third_party/curl/tests/server/ |
H A D | util.c | 106 epoch_offset = time(NULL) - tv.tv_sec; in logmsg() 401 ** could be the system start-up time, the Epoch, or something else, in tvnow() 402 ** in any case the time starting point does not change once that the in tvnow() 414 ** run-time. When this occurs simply fallback to other time source. in tvnow() 421 now.tv_sec = time(NULL); in tvnow() 434 ** clock drifting and external source time synchronization it can jump in tvnow() 435 ** forward or backward in time. in tvnow() 447 ** time() returns the value of time i in tvnow() [all...] |
/third_party/ffmpeg/libavformat/tests/ |
H A D | movenc.c | 109 enum AVIODataMarkerType type, int64_t time) in io_write_data_type() 121 if (time == AV_NOPTS_VALUE) in io_write_data_type() 124 snprintf(timebuf, sizeof(timebuf), "%"PRId64, time); in io_write_data_type() 134 printf("write_data len %d, time %s, type %s atom %s\n", size, timebuf, str, content); in io_write_data_type() 108 io_write_data_type(void *opaque, uint8_t *buf, int size, enum AVIODataMarkerType type, int64_t time) io_write_data_type() argument
|
/third_party/curl/lib/ |
H A D | http_aws_sigv4.c | 39 #include <time.h> 671 time(&clock); in Curl_output_aws_sigv4() 674 time(&clock); in Curl_output_aws_sigv4()
|
/third_party/libuv/src/unix/ |
H A D | sunos.c | 40 #include <sys/time.h> 201 base = loop->time; in uv__io_poll() 254 /* Update loop->time unconditionally. It's tempting to skip the update when in uv__io_poll() 343 /* Poll for more events but don't block this time. */ in uv__io_poll() 364 diff = loop->time - base; in uv__io_poll()
|
/third_party/mbedtls/programs/test/ |
H A D | udp_proxy.c | 23 #include <time.h> 24 #define mbedtls_time time 64 #include <sys/time.h> 127 " seed=%%d default: (use current time)\n" \ 352 /* Return elapsed time in milliseconds since the first call */
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 24 #include <time.h>
26 #include <sys/time.h>
331 const time_t utc = time(NULL);
in TIME_GetBias() 395 // ts.tv_nsec = UTIME_NOW; // set to the current time
in FILETIME_To_timespec()
|
/third_party/lame/misc/ |
H A D | ath.c | 41 #include <time.h> 44 #include <sys/time.h> 319 srand ( time (NULL) ); in open_amplifier()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmp_redirector.c | 48 #include <time.h> 742 double start_time; /* capture starting time */ in capture_frames() 760 start_time = time(NULL); in capture_frames() 793 difftime(time(NULL), start_time)) in capture_frames()
|
/third_party/lwip/src/netif/ppp/ |
H A D | utils.c | 45 #include <time.h> 51 #include <sys/time.h> 116 * %q (quoted string), %t (current time) and %I (IP address) formats. 277 time(&t); in ppp_vslprintf()
|
/third_party/node/deps/uv/src/unix/ |
H A D | sunos.c | 40 #include <sys/time.h> 201 base = loop->time; in uv__io_poll() 254 /* Update loop->time unconditionally. It's tempting to skip the update when in uv__io_poll() 341 /* Poll for more events but don't block this time. */ in uv__io_poll() 362 diff = loop->time - base; in uv__io_poll()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_post.c | 33 #include <time.h> 387 start = time (NULL); in testExternalPost() 388 while ((time (NULL) - start < 5) && (multi != NULL)) in testExternalPost()
|
/third_party/toybox/kconfig/ |
H A D | confdata.c | 14 #include <time.h> 446 time(&now); in conf_write() 716 time(&now); in conf_write_autoconf()
|
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 118 uint32_t mtime; // Mount time 119 uint32_t wtime; // Write time 126 uint32_t lastcheck; // time of last check 127 uint32_t checkinterval; // max. time between checks 184 uint32_t atime; // Access time 185 uint32_t ctime; // Creation time 186 uint32_t mtime; // Modification time 406 sb->wtime = sb->lastcheck = sb->mkfs_time = SWAP_LE32(time(NULL)); in init_superblock() 583 dti->st.st_ctime = dti->st.st_mtime = time(NULL); in mke2fs_main() 592 dtb->st.st_ctime = dtb->st.st_mtime = time(NUL in mke2fs_main() [all...] |
/third_party/python/Lib/zoneinfo/ |
H A D | _zoneinfo.py | 19 # Loading every time zone in the 2020a version of the time zone database 115 """Convert from datetime in UTC to datetime in local time""" 234 # Convert all the transition times (UTC) into "seconds since 1970-01-01 local time" 260 # Set the "fallback" time zone 265 raise ValueError("No time zone information found.") 289 # zones should almost certainly not be used with datetime.time (the 321 # We're only going to look at daylight saving time 363 """Generate number of seconds since 1970 *in the local time*. 365 This is necessary to easily find the transition times in local time""" [all...] |
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | rtc_driver_test.c | 53 ret = drsOps->GetUint32(node, "time", &config->time, 0); in RtcTestReadConfig() 55 HDF_LOGE("RtcTestReadConfig: read time fail, ret: %d!", ret); in RtcTestReadConfig()
|
/drivers/peripheral/audio/hal/hdi_binder/server/include/ |
H A D | hdf_audio_server_common.h | 54 uint64_t frames, struct AudioTimeStamp time);
|
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/ |
H A D | gen_cr_by_pr.py | 21 import time namespace
|
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_key_session_service.h | 73 void GetDecryptMaxTimes(double time, std::vector<double> &topThreeTimes);
|
/drivers/peripheral/usb/sample/device/linux/ |
H A D | acm_speed_read.c | 17 #include <sys/time.h>
|
H A D | acm_speed_write.c | 17 #include <sys/time.h>
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | auth_token_signer.c | 37 dataPlain->time = GetSystemTime(); in GetAuthTokenDataPlain()
|
/drivers/peripheral/usb/sample/device/liteos/ |
H A D | acm_speed_read.c | 28 #include <sys/time.h>
|
H A D | acm_speed_write.c | 28 #include <sys/time.h>
|
H A D | acm_test.c | 18 #include <sys/time.h>
|