Searched refs:test_method (Results 1 – 9 of 9) sorted by relevance
13 def wrapper(test_method): argument16 test_method(*args, **kwargs)20 raise BrokenTest(test_method.__name__, reason)21 replacement.__doc__ = test_method.__doc__22 replacement.__name__ = 'XXX_' + test_method.__name__
10 invoke-static {}, LBracketedMemberNames;->test_method()V15 .method public static test_method()V27 .method public static <test_method>()V37 invoke-static {}, LBracketedMemberNames;-><test_method>()V
35 void test_method(void);38 void S::test_method() { in test_method() function in S
123 void test_method() NO_THREAD_SAFETY_ANALYSIS;247 void test_method() LOCKABLE; // \287 void test_method() SCOPED_LOCKABLE; // \591 void test_method() EXCLUSIVE_LOCK_FUNCTION();666 void test_method() SHARED_LOCK_FUNCTION();739 void test_method() EXCLUSIVE_TRYLOCK_FUNCTION(1);816 void test_method() SHARED_TRYLOCK_FUNCTION(1);882 void test_method() UNLOCK_FUNCTION();961 void test_method() LOCK_RETURNED(mu1);1028 void test_method() LOCKS_EXCLUDED(mu1);[all …]
29 void test_method() NO_SANITIZE_ADDRESS;
29 void test_method() NO_SANITIZE_THREAD;
29 void test_method() NO_SANITIZE_MEMORY;
45 def wrapper(test_method): argument48 test_method(*args, **kwargs)52 raise BrokenTest(test_method.__name__, reason)53 replacement.__doc__ = test_method.__doc__54 replacement.__name__ = 'XXX_' + test_method.__name__
1466 test_method = getattr(test,"_testMethodName")1467 test_method = getattr(test,test_method)1469 test_method = None1470 if test_method != None and hasattr(test_method,"getCategories"):1471 test_categories = test_method.getCategories(test)