Searched refs:test_method (Results 1 – 9 of 9) sorted by relevance
35 void test_method(void);38 void S::test_method() { in test_method() function in S
125 void test_method() NO_THREAD_SAFETY_ANALYSIS;249 void test_method() LOCKABLE; // \289 void test_method() SCOPED_LOCKABLE; // \594 void test_method() EXCLUSIVE_LOCK_FUNCTION(); // \670 void test_method() SHARED_LOCK_FUNCTION(); // \827 void test_method() SHARED_TRYLOCK_FUNCTION(1); // \898 void test_method() UNLOCK_FUNCTION(); // \978 void test_method() LOCK_RETURNED(mu1);1045 void test_method() LOCKS_EXCLUDED(mu1);1112 void test_method() EXCLUSIVE_LOCKS_REQUIRED(mu1);[all …]
28 void test_method() NO_SANITIZE_ADDRESS;
31 void test_method() NO_SANITIZE_MEMORY;
31 void test_method() NO_SANITIZE_THREAD;
144 test_method = getattr(test, test._testMethodName)145 if test_method is not None and hasattr(test_method, "categories"):146 test_categories.extend(test_method.categories)
1672 def test_method(self, attrvalue=attrvalue): function1676 test_method.__name__ = method_name1677 test_method.debug_info = cat1678 newattrs[method_name] = test_method
46 void test_method() { in test_method() function
51 def test_method(self, attrvalue=attrvalue): function55 test_method.__name__ = method_name56 test_method.debug_server = cat57 newattrs[method_name] = test_method