Lines Matching full:cc
203 def test_flash_nsim(require, cc, test_case, mdb_nsim): argument
206 cc.assert_called_once_with(test_case['o'], cwd=RC_BUILD_DIR)
220 def test_multicores_nsim(require, pii, cc, test_case, mdb_nsim): argument
224 cc.assert_has_calls(cc_calls)
232 def test_flash_hw_no_hl(require, cc, test_case, mdb_hw_no_hl, tmpdir): argument
235 cc.assert_called_once_with(test_case['o'], cwd=tmpdir)
240 def test_flash_hw_hl(require, cc, test_case, mdb_hw_hl, tmpdir): argument
243 cc.assert_called_once_with(test_case['o'], cwd=tmpdir)
248 def test_flash_hw_err(require, cc, test_case, mdb_hw_no_hl): argument
283 def test_multicores_hw_no_hl(require, pii, cc, test_case, mdb_hw_no_hl, tmpdir): argument
287 cc.assert_has_calls(cc_calls)
294 def test_multicores_hw_hl(require, pii, cc, test_case, mdb_hw_hl, tmpdir): argument
298 cc.assert_has_calls(cc_calls)