Searched refs:test_callback (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/python/tests/ |
D | input_callback.py | 47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None, argument 63 if test_callback is not None: 64 test_callback() 112 test_callback=lambda: libxml2.popInputCallbacks(),
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 116 void SetTimerFiredCallbackForTest(base::Closure test_callback); 266 base::Closure test_callback) { in SetTimerFiredCallbackForTest() argument 267 on_timer_fired_callback_for_test_ = test_callback; in SetTimerFiredCallbackForTest() 355 void AlarmTimer::SetTimerFiredCallbackForTest(base::Closure test_callback) { in SetTimerFiredCallbackForTest() argument 356 delegate_->SetTimerFiredCallbackForTest(test_callback); in SetTimerFiredCallbackForTest()
|
D | alarm_timer_chromeos.h | 38 void SetTimerFiredCallbackForTest(base::Closure test_callback);
|
/external/autotest/scheduler/ |
D | scheduler_models_unittest.py | 74 def test_callback(): function 75 test_callback.calls += 1 76 test_callback.calls = 0 78 delay_seconds=2, callback=test_callback, 82 self.assertEqual(0, test_callback.calls, "callback called early") 84 self.assertEqual(0, test_callback.calls, "callback called early") 86 self.assertEqual(1, test_callback.calls)
|
/external/libmicrohttpd/src/testcurl/ |
D | Makefile.am | 50 test_callback \ program 116 test_callback.c
|
D | Makefile.in | 98 @HAVE_CURL_TRUE@ test_timeout$(EXEEXT) test_callback$(EXEEXT) \ 191 am_test_callback_OBJECTS = test_callback.$(OBJEXT) 889 test_callback.c 1168 test_callback$(EXEEXT): $(test_callback_OBJECTS) $(test_callback_DEPENDENCIES) $(EXTRA_test_callbac… 1169 @rm -f test_callback$(EXEEXT) 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_callback.Po@am__quote@ 1766 test_callback.log: test_callback$(EXEEXT)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_refcounts.py | 85 def test_callback(self): member in AnotherLeak
|
/external/clang/test/Sema/ |
D | warn-documentation.cpp | 658 unsigned (*test_callback)(BaseFlags inFlags); variable
|
/external/python/cpython2/Lib/test/ |
D | test_optparse.py | 1126 def test_callback(self): member in TestCallback
|