/external/autotest/site_utils/ |
D | test_runner_utils_unittest.py | 76 fast_mode = False 147 job1, remote, autotest_path,results_dir, fast_mode, id_digits, 152 job2, remote, autotest_path, results_dir, fast_mode, id_digits, 169 fast_mode = False 207 results_dir, fast_mode, 214 remote, autotest_path, results_dir, fast_mode,id_digits, 219 afe, autotest_path, ['suite:'+suite_name], remote, fast_mode,
|
D | test_runner_utils.py | 212 results_directory, fast_mode, argument 241 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity, 251 def run_job(job, host, autotest_path, results_directory, fast_mode, argument 300 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity, 437 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument 495 results_directory, fast_mode, 540 fast_mode, job_id_digits, ssh_verbosity, ssh_options, args, 622 iterations=1, fast_mode=False, debug=False, argument 678 codes = perform_local_run(afe, autotest_path, tests, remote, fast_mode,
|
D | test_droid.py | 140 fast_mode=arguments.fast_mode, debug=arguments.debug,
|
D | test_that.py | 302 fast_mode=arguments.fast_mode, debug=arguments.debug,
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | accelerate.cc | 49 bool fast_mode, in CheckCriteriaAndStretch() argument 53 const int correlation_threshold = fast_mode ? 8192 : kCorrelationThreshold; in CheckCriteriaAndStretch() 61 if (fast_mode) { in CheckCriteriaAndStretch()
|
D | time_stretch.h | 61 bool fast_mode, 82 bool fast_mode,
|
D | time_stretch_unittest.cc | 78 size_t TestAccelerate(size_t loops, bool fast_mode) { in TestAccelerate() argument 84 UpdateReturnStats(accelerate.Process(Next30Ms(), block_size_, fast_mode, in TestAccelerate()
|
D | time_stretch.cc | 25 bool fast_mode, in Process() argument 144 active_speech, fast_mode, output); in Process()
|
D | accelerate.h | 64 bool fast_mode,
|
/external/autotest/server/ |
D | autoserv_utils.py | 27 write_pidfile=True, fast_mode=False, argument 127 if fast_mode:
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 3938 int fast_mode; in count_new() local 3955 fast_mode = (long_cnt == NULL || PyLong_Check(long_cnt)) && in count_new() 3960 if (fast_mode) { in count_new() 3965 fast_mode = 0; in count_new() 3990 if (fast_mode) { in count_new() 3994 fast_mode = 0; in count_new() 4000 if (fast_mode) in count_new() 4005 assert((cnt != PY_SSIZE_T_MAX && long_cnt == NULL && fast_mode) || in count_new() 4006 (cnt == PY_SSIZE_T_MAX && long_cnt != NULL && !fast_mode)); in count_new() 4007 assert(!fast_mode || in count_new()
|