/third_party/openssl/crypto/rsa/ |
H A D | rsa_depr.c | 24 #include <time.h>
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | stopwatch.h | 10 // Helper functions to measure elapsed time. 43 #include <sys/time.h>
|
/third_party/python/Modules/_decimal/libmpdec/examples/ |
H A D | sqrt.c | 31 #include <time.h> 60 fprintf(stderr, "time: %f\n\n", in main()
|
H A D | multiply.c | 31 #include <time.h> 62 fprintf(stderr, "time: %f\n\n", in main()
|
H A D | compare.c | 31 #include <time.h> 62 fprintf(stderr, "time: %f\n\n", in main()
|
H A D | shift.c | 31 #include <time.h> 62 fprintf(stderr, "time: %f\n\n", in main()
|
H A D | div.c | 31 #include <time.h> 62 fprintf(stderr, "time: %f\n\n", in main()
|
H A D | pow.c | 31 #include <time.h> 62 fprintf(stderr, "time: %f\n\n", in main()
|
/third_party/vixl/benchmarks/aarch32/ |
H A D | bench-dataop.cc | 29 #include <sys/time.h> 64 printf("%s: time for %d instructions: %gs\n", in benchmark()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_types.h | 99 #include <time.h>
|
/third_party/python/Lib/test/ |
H A D | _test_venv_multiprocessing.py | 4 import time namespace
|
H A D | test_logging.py | 53 import time namespace 640 self.deletion_time = time.time() 643 time.sleep(0.004 * random.randint(0, 4)) 662 time.sleep(0.005) 665 self.handle_time = time.time() 725 # time before releasing our locks. To avoid a timing based 991 some later time before calling :meth:`start`, so that 1024 :meth:`server_activate` at some later time [all...] |
/third_party/python/Lib/turtledemo/ |
H A D | tree.py | 19 from time import perf_counter as clock
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_posix.h | 34 // time { 46 // time { 65 // The date/time of the transition. The date is specified as either: 69 // The time, specified as a day offset, identifies the particular moment 102 Time time; member 105 // The entirety of a POSIX-string specified time-zone rule. The standard 106 // abbreviation and offset are always given. If the time zone includes 110 // daylight time occurs first in any particular year. 121 // Breaks down a POSIX time-zone specification into its constituent pieces,
|
/third_party/rust/crates/syn/tests/repo/ |
H A D | progress.rs | 2 use std::time::{Duration, Instant};
|
/third_party/rust/crates/once_cell/examples/ |
H A D | test_synchronization.rs | 19 let start = std::time::Instant::now(); in main()
|
H A D | bench.rs | 11 let start = std::time::Instant::now(); in main()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | mod.rs | 22 #[cfg(any(feature = "time", target_arch = "x86"))] 24 #[cfg(any(feature = "time", target_arch = "x86"))] 39 feature = "time", 52 pub(crate) mod time;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | eventhistory.h | 29 void addEvent(QString time, QString msg);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | eventhistory.h | 29 void addEvent(QString time, QString msg);
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4videoenc.c | 879 s->time_base = FFUDIV(s->time, s->avctx->time_base.den); in ff_set_mpeg4_time() 886 int64_t time; in mpeg4_encode_gop_header() local 891 time = s->current_picture_ptr->f->pts; in mpeg4_encode_gop_header() 893 time = FFMIN(time, s->reordered_input_picture[1]->f->pts); in mpeg4_encode_gop_header() 894 time = time * s->avctx->time_base.num; in mpeg4_encode_gop_header() 895 s->last_time_base = FFUDIV(time, s->avctx->time_base.den); in mpeg4_encode_gop_header() 897 seconds = FFUDIV(time, s->avctx->time_base.den); in mpeg4_encode_gop_header() 1080 time_div = FFUDIV(s->time, in ff_mpeg4_encode_picture_header() [all...] |
/third_party/libsnd/tests/ |
H A D | command_test.c | 26 #include <time.h> 1118 snprintf (bc_write.originator_reference, sizeof (bc_write.originator_reference), "%08x-%08x", (unsigned int) time (NULL), (unsigned int) (~ time (NULL))) ; in broadcast_test() 1204 snprintf (binfo.originator_reference, sizeof (binfo.originator_reference), "%08x-%08x", (unsigned int) time (NULL), (unsigned int) (~ time (NULL))) ; in broadcast_rdwr_test() 1241 snprintf (bc_write.originator_reference, sizeof (bc_write.originator_reference), "%08x-%08x", (unsigned int) time (NULL), (unsigned int) (~ time (NULL))) ; in check_coding_history_newlines() 1316 snprintf (bc_write.originator_reference, sizeof (bc_write.originator_reference), "%08x-%08x", (unsigned int) time (NULL), (unsigned int) (~ time (NULL))) ; in broadcast_coding_history_test() 1417 snprintf (bc_write.originator_reference, sizeof (bc_write.originator_reference), "%08x-%08x", (unsigned int) time (NUL in broadcast_coding_history_size() [all...] |
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 6 immediately or at a given time in the future. 27 import time namespace 400 self._clock_resolution = time.get_clock_info('monotonic').resolution 700 def time(self): member in BaseEventLoop 701 """Return the time according to the event loop's clock. 707 return time.monotonic() 710 """Arrange for a callback to be called at a given time. 716 always relative to the current time. 719 are scheduled for exactly the same time, it undefined which 727 timer = self.call_at(self.time() [all...] |
/test/xts/acts/multimedia/av_codec/demuxer/src/ |
H A D | func_test.cpp | 1123 * @tc.name : seek to the start time, previous mode 1132 srand(time(nullptr)); in HWTEST_F() 1184 * @tc.name : seek to the start time, next mode 1194 srand(time(nullptr)); in HWTEST_F() 1245 * @tc.name : seek to the start time, closest mode 1255 srand(time(nullptr)); in HWTEST_F() 1305 * @tc.name : seek to the end time, previous mode 1315 srand(time(nullptr)); in HWTEST_F() 1360 * @tc.name : seek to the end time, next mode 1370 srand(time(nullpt in HWTEST_F() [all...] |
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/ |
H A D | audio_render_interface_impl_test.cpp | 20 #include "sys/time.h" 122 AudioTimeStamp time; in HWTEST_F() local 123 EXPECT_EQ(HDF_SUCCESS, audioRenderInterfaceImpl_->GetRenderPosition(frames, time)); in HWTEST_F() 630 AudioTimeStamp time = {1, 1}; in HWTEST_F() local 631 EXPECT_EQ(HDF_SUCCESS, audioRenderInterfaceImpl_->GetMmapPosition(frame, time)); in HWTEST_F()
|