Home
last modified time | relevance | path

Searched full:maxjobs (Results 1 – 25 of 35) sorted by relevance

12

/external/grpc-grpc/tools/run_tests/
Drun_microbenchmark.py121 benchmarks, maxjobs=max(1,
123 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
124 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
130 jobset.run(benchmarks, maxjobs=max(1, multiprocessing.cpu_count() / 2))
131 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
132 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
175 jobset.run(benchmarks, maxjobs=1)
176 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
177 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
183 jobset.run(benchmarks, maxjobs=1)
[all …]
Dtask_runner.py93 prebuild_jobs, newline_on_success=True, maxjobs=args.jobs)
107 build_jobs, newline_on_success=True, maxjobs=args.jobs)
Drun_performance_tests.py211 [archive_job], newline_on_success=True, maxjobs=1)
244 prepare_jobs, newline_on_success=True, maxjobs=10)
283 build_jobs, newline_on_success=True, maxjobs=10)
475 perf_report_jobs, newline_on_success=True, maxjobs=1)
668 jobs, newline_on_success=True, maxjobs=1)
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_microbenchmark.py127 maxjobs=max(1,
129 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
130 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
136 jobset.run(benchmarks, maxjobs=max(1, multiprocessing.cpu_count() / 2))
137 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
138 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
179 jobset.run(benchmarks, maxjobs=1)
180 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
181 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
187 jobset.run(benchmarks, maxjobs=1)
[all …]
Dtask_runner.py95 maxjobs=args.jobs)
110 maxjobs=args.jobs)
Drun_performance_tests.py208 maxjobs=1)
242 maxjobs=10)
292 maxjobs=10)
485 maxjobs=1)
673 jobs, newline_on_success=True, maxjobs=1)
Drun_grpclb_interop_tests.py441 maxjobs=args.jobs)
568 maxjobs=args.jobs)
/external/grpc-grpc/tools/buildgen/
Dgenerate_projects.py94 jobset.run(pre_jobs, maxjobs=args.jobs)
95 jobset.run(jobs, maxjobs=args.jobs)
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Djobset.py417 def __init__(self, check_cancelled, maxjobs, maxjobs_cpu_agnostic, argument
425 self._maxjobs = maxjobs
554 maxjobs=None, argument
573 check_cancelled, maxjobs if maxjobs is not None else _DEFAULT_MAX_JOBS,
/external/grpc-grpc/tools/run_tests/python_utils/
Djobset.py408 def __init__(self, check_cancelled, maxjobs, maxjobs_cpu_agnostic, argument
416 self._maxjobs = maxjobs
545 maxjobs=None, argument
563 js = Jobset(check_cancelled, maxjobs if maxjobs is not None else
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/
Dgenerate_projects.py92 err_cnt, _ = jobset.run(pre_jobs, maxjobs=args.jobs)
98 err_cnt, _ = jobset.run(jobs, maxjobs=args.jobs)
/external/libcups/man/
Dcupsd.conf.5316 .\"#MaxJobs
318 \fBMaxJobs \fInumber\fR
326 The default is "0" which allows up to MaxJobs jobs per printer.
331 The default is "0" which allows up to MaxJobs jobs per user.
376 If "Yes", the job history is preserved until the MaxJobs limit is reached.
/external/libpcap/
D.cirrus.yml4 MAXJOBS: 2
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Drun_clang_tidy.py63 num_fails, res_set = jobset.run(jobs, maxjobs=args.jobs, quiet_success=True)
/external/grpc-grpc/tools/distrib/
Drun_clang_tidy.py66 num_fails, res_set = jobset.run(jobs, maxjobs=args.jobs)
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/
Drun_interop_matrix_tests.py232 maxjobs=args.jobs,
274 maxjobs=max_pull_jobs)
Dcreate_matrix_images.py221 maxjobs=multiprocessing.cpu_count())
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py119 jobset.run(jobs_list, maxjobs=args.jobs)
Dbm_main.py136 jobset.run(jobs_list, maxjobs=args.jobs)
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py124 jobset.run(jobs_list, maxjobs=args.jobs)
Dbm_main.py143 jobset.run(jobs_list, maxjobs=args.jobs)
/external/libcups/scheduler/
Djob.h106 VAR int MaxJobs VALUE(0),
/external/libcups/doc/help/
Dman-cupsd.conf.html206 <dt><a name="MaxJobs"></a><b>MaxJobs </b><i>number</i>
212 The default is "0" which allows up to MaxJobs jobs per printer.
215 The default is "0" which allows up to MaxJobs jobs per user.
242 If "Yes", the job history is preserved until the MaxJobs limit is reached.
/external/grpc-grpc/tools/interop_matrix/
Drun_interop_matrix_tests.py235 maxjobs=args.jobs)
Dcreate_matrix_images.py231 maxjobs=multiprocessing.cpu_count())

12