Home
last modified time | relevance | path

Searched defs:test_callback (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_refcounts.py85 def test_callback(self): member in AnotherLeak
/external/libxml2/python/tests/
Dinput_callback.py47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None, argument
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc266 base::Closure test_callback) { in SetTimerFiredCallbackForTest()
355 void AlarmTimer::SetTimerFiredCallbackForTest(base::Closure test_callback) { in SetTimerFiredCallbackForTest()
/external/autotest/scheduler/
Dscheduler_models_unittest.py74 def test_callback(): function
/external/clang/test/Sema/
Dwarn-documentation.cpp658 unsigned (*test_callback)(BaseFlags inFlags); variable
/external/libmicrohttpd/src/testcurl/
DMakefile.am50 test_callback \ program
/external/python/cpython2/Lib/test/
Dtest_optparse.py1126 def test_callback(self): member in TestCallback