Home
last modified time | relevance | path

Searched refs:run_check (Results 1 – 10 of 10) sorted by relevance

/external/toolchain-utils/afdo_tools/bisection/
Dafdo_prof_analysis_e2e_test.py71 self.run_check(good, bad, self.expected)
85 self.run_check(good, bad, expected_cp)
103 self.run_check(
113 self.run_check(
134 self.run_check(
185 initial_seed = self.run_check(
202 self.run_check(
226 def run_check(self, member in AfdoProfAnalysisE2ETest
/external/autotest/server/site_tests/native_Benchmarks/
Dvp8.py27 declog = run_check(self.client, cmd, "Error occurred while running vp8")
32 enclog = run_check(self.client, cmd,
51 run_check(self.client, 'rm -f %s/vp8.yuv' % self.scratch_cli,
Dnative_Benchmarks.py12 from native_Benchmarks_common import run_check
41 run_check(client, cmd, err_msg)
Doctane.py25 run_check(client, cmd, 'Error occurred while unpacking octane')
32 log = run_check(self.client, cmd, "Error occurred while running v8")
Dv8.py21 run_check(utils, cmd, 'Error occurred while unpacking v8')
45 run_check(utils, cmd, 'Error occurred building v8')
Dwebm.py21 run_check(utils, cmd, 'Error occurred while unpacking webm')
53 run_check(utils, cmd, 'Error occurred building vpxenc')
Dnative_Benchmarks_common.py12 def run_check(host, cmd, err_msg): function
/external/toolchain-utils/toolchain_utils_githooks/
Dcheck-presubmit.py618 def run_check(check_fn): function
629 for check_name, result in pool.imap_unordered(run_check, checks):
Dcheck-presubmit618 def run_check(check_fn): function
629 for check_name, result in pool.imap_unordered(run_check, checks):
/external/dtc/
Dchecks.c146 static bool run_check(struct check *c, struct dt_info *dti) in run_check() function
161 error = error || run_check(prq, dti); in run_check()
1942 error = error || run_check(c, dti); in process_checks()