/external/autotest/site_utils/ |
D | test_runner_utils.py | 272 results_directory, fast_mode, argument 301 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity, 311 def run_job(job, host, autotest_path, results_directory, fast_mode, argument 360 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity, 497 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument 556 results_directory, fast_mode, 616 fast_mode, job_id_digits, ssh_verbosity, ssh_options, args, 764 iterations=1, fast_mode=False, debug=False, argument 820 codes = perform_local_run(afe, autotest_path, tests, remote, fast_mode,
|
D | test_runner_utils_unittest.py | 178 fast_mode = False 248 job1, remote, autotest_path,results_dir, fast_mode, id_digits, 253 job2, remote, autotest_path, results_dir, fast_mode, id_digits, 268 fast_mode = False 333 results_dir, fast_mode, 343 fast_mode, 354 afe, autotest_path, ['suite:'+suite_name], remote, fast_mode,
|
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 | 21 write_pidfile=True, fast_mode=False, argument 118 if fast_mode:
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.h | 81 int sharpness, int fast_mode);
|
D | encodemb.h | 69 const TXB_CTX *const txb_ctx, int fast_mode, int *rate_cost);
|
D | encodetxb.c | 1043 int fast_mode, int *rate_cost) { argument 1044 (void)fast_mode; 1152 int fast_mode, int *rate_cost) { argument 1167 txb_eob_costs, p, block, fast_mode, rate_cost); 1175 int fast_mode, int *rate_cost) { argument 1294 txb_eob_costs, p, block, fast_mode, rate_cost); 1656 int sharpness, int fast_mode) { argument 1669 if (fast_mode) { 1750 for (; si >= 0 && nz_num <= max_nz_num && !fast_mode; --si) { \ 1815 TXB_CTX *txb_ctx, int fast_mode, int *rate_cost) { argument [all …]
|
D | encodemb.c | 101 const TXB_CTX *const txb_ctx, int fast_mode, in av1_optimize_b() argument 115 rate_cost, cpi->oxcf.sharpness, fast_mode); in av1_optimize_b()
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 3962 int fast_mode; in count_new() local 3979 fast_mode = (long_cnt == NULL || PyLong_Check(long_cnt)) && in count_new() 3984 if (fast_mode) { in count_new() 3989 fast_mode = 0; in count_new() 4006 if (fast_mode) { in count_new() 4010 fast_mode = 0; in count_new() 4016 if (fast_mode) in count_new() 4021 assert((cnt != PY_SSIZE_T_MAX && long_cnt == NULL && fast_mode) || in count_new() 4022 (cnt == PY_SSIZE_T_MAX && long_cnt != NULL && !fast_mode)); in count_new() 4023 assert(!fast_mode || in count_new()
|