Home
last modified time | relevance | path

Searched full:job_priority (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/.gitlab-ci/lava/utils/
Dconstants.py10 JOB_PRIORITY = int(getenv("JOB_PRIORITY", 75)) variable
Dlava_job_definition.py26 from .constants import FORCE_UART, JOB_PRIORITY, NUMBER_OF_ATTEMPTS_LAVA_BOOT
146 "priority": JOB_PRIORITY,
/external/cronet/tot/net/base/
Dprioritized_dispatcher.cc128 Priority job_priority) { in MaybeDispatchJob() argument
129 DCHECK_LT(job_priority, num_priorities()); in MaybeDispatchJob()
130 if (num_running_jobs_ >= max_running_jobs_[job_priority]) in MaybeDispatchJob()
/external/cronet/stable/net/base/
Dprioritized_dispatcher.cc128 Priority job_priority) { in MaybeDispatchJob() argument
129 DCHECK_LT(job_priority, num_priorities()); in MaybeDispatchJob()
130 if (num_running_jobs_ >= max_running_jobs_[job_priority]) in MaybeDispatchJob()
/external/mesa3d/
D.gitlab-ci.yml38 JOB_PRIORITY: 75
50 JOB_PRIORITY: 45
58 JOB_PRIORITY: 70
106 JOB_PRIORITY: 50
/external/mesa3d/src/gallium/drivers/virgl/ci/
Dgitlab-ci-inc.yml40 JOB_PRIORITY: 40
/external/mesa3d/.gitlab-ci/tests/utils/
Dtest_lava_job_definition.py77 # reload lava.utils.constants to update the JOB_PRIORITY value
/external/mesa3d/.gitlab-ci/
Dtest-source-dep.yml110 JOB_PRIORITY: 40
/external/mesa3d/src/freedreno/ci/
Dgitlab-ci-inc.yml213 JOB_PRIORITY: 40
/external/mesa3d/src/intel/ci/
Dgitlab-ci-inc.yml130 JOB_PRIORITY: 40
/external/cronet/tot/net/url_request/
Durl_request_unittest.cc1652 RequestPriority job_priority; in TEST_F() local
1655 &job_priority); in TEST_F()
1657 EXPECT_EQ(DEFAULT_PRIORITY, job_priority); in TEST_F()
1662 EXPECT_EQ(LOW, job_priority); in TEST_F()
1673 RequestPriority job_priority; in TEST_F() local
1676 &job_priority); in TEST_F()
1681 EXPECT_EQ(LOW, job_priority); in TEST_F()
1685 EXPECT_EQ(MEDIUM, job_priority); in TEST_F()
1697 RequestPriority job_priority; in TEST_F() local
1700 &job_priority); in TEST_F()
[all …]
/external/cronet/stable/net/url_request/
Durl_request_unittest.cc1652 RequestPriority job_priority; in TEST_F() local
1655 &job_priority); in TEST_F()
1657 EXPECT_EQ(DEFAULT_PRIORITY, job_priority); in TEST_F()
1662 EXPECT_EQ(LOW, job_priority); in TEST_F()
1673 RequestPriority job_priority; in TEST_F() local
1676 &job_priority); in TEST_F()
1681 EXPECT_EQ(LOW, job_priority); in TEST_F()
1685 EXPECT_EQ(MEDIUM, job_priority); in TEST_F()
1697 RequestPriority job_priority; in TEST_F() local
1700 &job_priority); in TEST_F()
[all …]