HomeSort by relevance Sort by last modified time
    Searched refs:test_method (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/Python/unittests/
testbase.py 13 def wrapper(test_method):
16 test_method(*args, **kwargs)
20 raise BrokenTest(test_method.__name__, reason)
21 replacement.__doc__ = test_method.__doc__
22 replacement.__name__ = 'XXX_' + test_method.__name__
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 113 void test_method() __attribute__((no_thread_safety_analysis));
237 void test_method() __attribute__((lockable)); // \
277 void test_method() __attribute__((scoped_lockable)); // \
579 void test_method() __attribute__((exclusive_lock_function));
654 void test_method() __attribute__((shared_lock_function));
727 void test_method() __attribute__((exclusive_trylock_function(1)));
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 45 def wrapper(test_method):
48 test_method(*args, **kwargs)
52 raise BrokenTest(test_method.__name__, reason)
53 replacement.__doc__ = test_method.__doc__
54 replacement.__name__ = 'XXX_' + test_method.__name__
  /development/testrunner/test_defs/
instrumentation_test.py 112 if options.test_method is not None:
113 test_class = "%s#%s" % (test_class, options.test_method)

Completed in 764 milliseconds