Home
last modified time | relevance | path

Searched defs:mock_time (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dbasic_session_run_hooks_test.py101 def test_every_secs(self, mock_time): argument
321 def _validate_print_every_n_secs(self, sess, at_end, mock_time): argument
353 def test_print_every_n_secs(self, mock_time): argument
361 def test_print_every_n_secs_and_end(self, mock_time): argument
574 def test_save_secs_saves_periodically(self, mock_time): argument
618 def test_save_secs_calls_listeners_periodically(self, mock_time): argument
963 def test_step_counter_every_n_steps(self, mock_time): argument
993 def test_step_counter_every_n_secs(self, mock_time): argument
1090 def test_steps_per_run_less_than_every_n_steps(self, mock_time): argument
1113 def test_steps_per_run_equal_every_n_steps(self, mock_time): argument
[all …]
H A Dsaver_test.py1743 def testNonSharded(self, mock_time): argument
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dmodule_info_util_unittest.py83 mock_log, mock_time): argument
105 mock_log, mock_time, mock_build, argument
139 mock_log, mock_time, mock_build, argument
172 mock_log, mock_time, mock_build, argument
203 mock_time, mock_build, mock_judge, argument
284 def test_build_bp_info_normal(self, mock_isfile, mock_build, mock_time): argument
/aosp_15_r20/external/autotest/server/hosts/
H A Dcros_repair_unittest.py364 def test_jetstream_tpm_not_owned(self, mock_sleep, mock_time, mock_logging): argument
376 def test_jetstream_tpm_not_ready(self, mock_sleep, mock_time, mock_logging): argument
391 def test_jetstream_tpm_missing(self, mock_sleep, mock_time, mock_logging): argument
/aosp_15_r20/external/python/oauth2client/tests/contrib/
Dtest_locked_file.py116 def test_lock_timeout_error(self, mock_time, mock_logger, mock_open): argument
131 def test_lock_timeout_error_no_fh(self, mock_time, mock_logger, mock_open): argument
150 def test_lock_retry_success(self, mock_sleep, mock_time, mock_open): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dcheckpoint_management_test.py396 def testSaveRestoreState(self, mock_time): argument
497 def testClockReset(self, mock_time): argument
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dauto_llvm_bisection_unittest.py155 mock_time, argument
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dexperiment_runner_unittest.py150 self, mock_progress_string, mock_status_string, mock_sleep, mock_time argument
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py403 def mock_time(self, start=200, step=20): member in RealFsTestMixin
/aosp_15_r20/external/python/absl-py/absl/logging/tests/
Dlogging_test.py162 self, mock_getpid, mock_unlink, mock_islink, mock_time, argument