Home
last modified time | relevance | path

Searched refs:fast_mode (Results 1 – 11 of 11) sorted by relevance

/external/autotest/site_utils/
Dtest_runner_utils_unittest.py76 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,
Dtest_runner_utils.py212 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,
Dtest_droid.py140 fast_mode=arguments.fast_mode, debug=arguments.debug,
Dtest_that.py302 fast_mode=arguments.fast_mode, debug=arguments.debug,
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daccelerate.cc49 bool fast_mode, in CheckCriteriaAndStretch() argument
53 const int correlation_threshold = fast_mode ? 8192 : kCorrelationThreshold; in CheckCriteriaAndStretch()
61 if (fast_mode) { in CheckCriteriaAndStretch()
Dtime_stretch.h61 bool fast_mode,
82 bool fast_mode,
Dtime_stretch_unittest.cc78 size_t TestAccelerate(size_t loops, bool fast_mode) { in TestAccelerate() argument
84 UpdateReturnStats(accelerate.Process(Next30Ms(), block_size_, fast_mode, in TestAccelerate()
Dtime_stretch.cc25 bool fast_mode, in Process() argument
144 active_speech, fast_mode, output); in Process()
Daccelerate.h64 bool fast_mode,
/external/autotest/server/
Dautoserv_utils.py27 write_pidfile=True, fast_mode=False, argument
127 if fast_mode:
/external/python/cpython3/Modules/
Ditertoolsmodule.c3938 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()