Home
last modified time | relevance | path

Searched refs:time (Results 1626 - 1650 of 3860) sorted by relevance

1...<<61626364656667686970>>...155

/third_party/openssl/crypto/rsa/
H A Drsa_depr.c24 #include <time.h>
/third_party/skia/third_party/externals/libwebp/examples/
H A Dstopwatch.h10 // Helper functions to measure elapsed time.
43 #include <sys/time.h>
/third_party/python/Modules/_decimal/libmpdec/examples/
H A Dsqrt.c31 #include <time.h>
60 fprintf(stderr, "time: %f\n\n", in main()
H A Dmultiply.c31 #include <time.h>
62 fprintf(stderr, "time: %f\n\n", in main()
H A Dcompare.c31 #include <time.h>
62 fprintf(stderr, "time: %f\n\n", in main()
H A Dshift.c31 #include <time.h>
62 fprintf(stderr, "time: %f\n\n", in main()
H A Ddiv.c31 #include <time.h>
62 fprintf(stderr, "time: %f\n\n", in main()
H A Dpow.c31 #include <time.h>
62 fprintf(stderr, "time: %f\n\n", in main()
/third_party/vixl/benchmarks/aarch32/
H A Dbench-dataop.cc29 #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 Ddng_types.h99 #include <time.h>
/third_party/python/Lib/test/
H A D_test_venv_multiprocessing.py4 import time namespace
H A Dtest_logging.py53 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 Dtree.py19 from time import perf_counter as clock
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h34 // 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 Dprogress.rs2 use std::time::{Duration, Instant};
/third_party/rust/crates/once_cell/examples/
H A Dtest_synchronization.rs19 let start = std::time::Instant::now(); in main()
H A Dbench.rs11 let start = std::time::Instant::now(); in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dmod.rs22 #[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 Deventhistory.h29 void addEvent(QString time, QString msg);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h29 void addEvent(QString time, QString msg);
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videoenc.c879 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 Dcommand_test.c26 #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 Dbase_events.py6 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 Dfunc_test.cpp1123 * @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 Daudio_render_interface_impl_test.cpp20 #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()

Completed in 15 milliseconds

1...<<61626364656667686970>>...155