Home
last modified time | relevance | path

Searched defs:current_time (Results 1 – 25 of 100) sorted by relevance

1234

/external/python/cryptography/src/cryptography/
Dfernet.py51 def encrypt_at_time(self, data, current_time): argument
55 def _encrypt_from_parts(self, data, current_time, iv): argument
78 def decrypt_at_time(self, token, ttl, current_time): argument
117 def _decrypt_data(self, data, timestamp, ttl, current_time): argument
159 def encrypt_at_time(self, msg, current_time): argument
184 def decrypt_at_time(self, msg, ttl, current_time): argument
/external/webrtc/rtc_base/
Drate_tracker.cc41 int64_t current_time = Time(); in ComputeRateForInterval() local
97 int64_t current_time = Time(); in ComputeTotalRate() local
/external/webrtc/test/time_controller/
Dsimulated_time_controller.cc90 Timestamp current_time = CurrentTime(); in RunReadyRunners() local
125 Timestamp current_time = CurrentTime(); in NextRunTime() local
197 Timestamp current_time = impl_.CurrentTime(); in AdvanceTime() local
/external/cronet/net/http/
Dtransport_security_state_unittest.cc320 const base::Time current_time(base::Time::Now()); in TEST_F() local
378 const base::Time current_time(base::Time::Now()); in TEST_F() local
392 const base::Time current_time(base::Time::Now()); in TEST_F() local
403 const base::Time current_time(base::Time::Now()); in TEST_F() local
420 const base::Time current_time(base::Time::Now()); in TEST_F() local
440 const base::Time current_time(base::Time::Now()); in TEST_F() local
470 const base::Time current_time(base::Time::Now()); in TEST_F() local
498 const base::Time current_time(base::Time::Now()); in TEST_F() local
515 const base::Time current_time(base::Time::Now()); in TEST_F() local
564 const base::Time current_time(base::Time::Now()); in TEST_F() local
[all …]
Dtransport_security_persister_unittest.cc78 const base::Time current_time(base::Time::Now()); in TEST_F() local
107 const base::Time current_time(base::Time::Now()); in TEST_F() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/time/
D1-1.c21 time_t current_time; in main() local
/external/webrtc/modules/video_coding/test/
Dstream_generator.cc22 StreamGenerator::StreamGenerator(uint16_t start_seq_num, int64_t current_time) in StreamGenerator()
25 void StreamGenerator::Init(uint16_t start_seq_num, int64_t current_time) { in Init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/
D1-1.c19 time_t current_time; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/ctime/
D1-1.c19 time_t current_time; in main() local
/external/perfetto/protos/perfetto/trace/ftrace/
Dcros_ec.proto9 optional int64 current_time = 1; field
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.c58 int64_t current_time) in release_expired_buffers_locked()
93 int64_t current_time = os_time_get(); in pb_cache_add_buffer() local
/external/pigweed/pw_chrono/
Dsystem_clock.cc42 pw_chrono_SystemClock_TimePoint current_time) { in pw_chrono_SystemClock_TimeElapsed()
Dsystem_clock_facade_test_c.c26 pw_chrono_SystemClock_TimePoint current_time) { in pw_chrono_SystemClock_CallTimeElapsed()
/external/python/oauth2client/oauth2client/contrib/
Dxsrfutil.py66 def validate_token(key, token, user_id, action_id="", current_time=None): argument
/external/autotest/utils/frozen_chromite/third_party/oauth2client/
Dxsrfutil.py67 def validate_token(key, token, user_id, action_id="", current_time=None): argument
/external/openscreen/platform/test/
Dfake_task_runner.cc29 const auto current_time = FakeClock::now(); in RunTasksUntilIdle() local
/external/pigweed/pw_trace_tokenized/public/pw_trace_tokenized/
Dconfig.h64 #define PW_TRACE_GET_TIME_DELTA(last_time, current_time) \ argument
/external/perfetto/src/perfetto_cmd/
Drate_limiter.h32 base::TimeSeconds current_time = base::TimeSeconds(0); member
/external/e2fsprogs/ext2ed/
Ddisk.c145 time_t current_time; in log_changes() local
/external/toybox/toys/pending/
Ddumpleases.c41 int64_t written_time , current_time, exp; in dumpleases_main() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dmpmcqueue.cc130 auto current_time = gpr_now(GPR_CLOCK_MONOTONIC); in Put() local
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
Dpthread_cond_wait_2.c84 struct timespec start_time, current_time; in low_prio_thread() local
Dpthread_cond_wait_1.c84 struct timespec start_time, current_time; in low_prio_thread() local
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
D1-2.c83 struct timespec current_time, start_time; in low_prio_thread() local
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control_unittest.cc109 Timestamp& current_time) { in PacketTransmissionAndFeedbackBlock()
275 Timestamp current_time = Timestamp::Millis(123); in TEST() local
300 Timestamp current_time = Timestamp::Millis(123); in TEST() local
322 Timestamp current_time = Timestamp::Millis(123); in TEST() local
345 Timestamp current_time = Timestamp::Millis(123); in TEST() local
369 Timestamp current_time = Timestamp::Millis(123); in TEST() local

1234