Home
last modified time | relevance | path

Searched defs:mock_handle (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/tests/
Dalsa_helpers_unittest.cc166 snd_pcm_t* mock_handle = reinterpret_cast<snd_pcm_t*>(0x1); in TEST() local
187 snd_pcm_t* mock_handle = reinterpret_cast<snd_pcm_t*>(0x1); in TEST() local
/external/python/cpython3/Lib/test/
Dtest_logging.py3649 def test_handle_called_with_queue_queue(self, mock_handle): argument
3657 def test_handle_called_with_mp_queue(self, mock_handle): argument