Home
last modified time | relevance | path

Searched refs:time (Results 3826 - 3850 of 7807) sorted by relevance

1...<<151152153154155156157158159160>>...313

/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_yara_driver.py19 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 Dutil.c106 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 Dmovenc.c109 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 Dhttp_aws_sigv4.c39 #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 Dsunos.c40 #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 Dudp_proxy.c23 #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 D7zMain.c24 #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 Dath.c41 #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 Dns-icmp_redirector.c48 #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 Dutils.c45 #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 Dsunos.c40 #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 Dtest_post.c33 #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 Dconfdata.c14 #include <time.h>
446 time(&now); in conf_write()
716 time(&now); in conf_write_autoconf()
/third_party/toybox/toys/pending/
H A Dmke2fs.c118 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.py19 # 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 Drtc_driver_test.c53 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 Dhdf_audio_server_common.h54 uint64_t frames, struct AudioTimeStamp time);
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/
H A Dgen_cr_by_pr.py21 import time namespace
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Dmedia_key_session_service.h73 void GetDecryptMaxTimes(double time, std::vector<double> &topThreeTimes);
/drivers/peripheral/usb/sample/device/linux/
H A Dacm_speed_read.c17 #include <sys/time.h>
H A Dacm_speed_write.c17 #include <sys/time.h>
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_token_signer.c37 dataPlain->time = GetSystemTime(); in GetAuthTokenDataPlain()
/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_speed_read.c28 #include <sys/time.h>
H A Dacm_speed_write.c28 #include <sys/time.h>
H A Dacm_test.c18 #include <sys/time.h>

Completed in 21 milliseconds

1...<<151152153154155156157158159160>>...313