Searched refs:test_shadow (Results 1 – 2 of 2) sorted by relevance
17 void test_shadow(char *p, size_t size) { in test_shadow() function25 test_shadow(p, 100); in main()35 test_shadow(mainptr, 1); in main()38 test_shadow((char *)&p, 1); in main()
318 def wait_for_next_event(self, expected_state, test_shadow=False):320 If test_shadow is true, we also check that the shadow listener only327 if test_shadow:317 wait_for_next_event(self, expected_state, test_shadow=False) global() argument