Searched refs:_test_params (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/clique_lib/ |
D | clique_dut_control.py | 90 self._test_params = test_params 102 if not self._test_params.has_key(param_key): 104 (param_key, self._test_params)) 105 return self._test_params.get(param_key)
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_reset_stats.c | 622 static int _test_params(int fd, int ctx, uint32_t flags, uint32_t pad) in _test_params() function 647 igt_assert_eq(_test_params(fd, ctx, 0, 0), 0); in _check_param_ctx() 654 igt_assert_eq(_test_params(fd, ctx, 0, bad), -EINVAL); in _check_param_ctx() 655 igt_assert_eq(_test_params(fd, ctx, bad, 0), -EINVAL); in _check_param_ctx() 656 igt_assert_eq(_test_params(fd, ctx, bad, bad), -EINVAL); in _check_param_ctx() 662 igt_assert_eq(_test_params(fd, 0xbadbad, 0, 0), -ENOENT); in check_params()
|