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

  /external/libxml2/python/tests/
input_callback.py 47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None,
63 if test_callback is not None:
64 test_callback()
112 test_callback=lambda: libxml2.popInputCallbacks(),
  /external/libchrome/components/timers/
alarm_timer_chromeos.h 38 void SetTimerFiredCallbackForTest(base::Closure test_callback);
alarm_timer_chromeos.cc 116 void SetTimerFiredCallbackForTest(base::Closure test_callback);
266 base::Closure test_callback) {
267 on_timer_fired_callback_for_test_ = test_callback;
355 void AlarmTimer::SetTimerFiredCallbackForTest(base::Closure test_callback) {
356 delegate_->SetTimerFiredCallbackForTest(test_callback);
  /external/autotest/scheduler/
scheduler_models_unittest.py 74 def test_callback(): function in function:DelayedCallTaskTest.test_delayed_call
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/python/cpython2/Lib/ctypes/test/
test_refcounts.py 85 def test_callback(self): member in class:AnotherLeak
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_refcounts.py 85 def test_callback(self): member in class:AnotherLeak
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_refcounts.py 85 def test_callback(self): member in class:AnotherLeak
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_refcounts.py 85 def test_callback(self): member in class:AnotherLeak
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_refcounts.py 85 def test_callback(self): member in class:AnotherLeak
  /external/clang/test/Sema/
warn-documentation.cpp 655 /*! @callback test_callback
658 unsigned (*test_callback)(BaseFlags inFlags); variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_optparse.py 1118 def test_callback(self): member in class:TestCallback
    [all...]
  /external/python/cpython2/Lib/test/
test_optparse.py 1126 def test_callback(self): member in class:TestCallback
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_optparse.py 1125 def test_callback(self): member in class:TestCallback
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_optparse.py 1125 def test_callback(self): member in class:TestCallback
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 1125 def test_callback(self): member in class:TestCallback
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 1125 def test_callback(self): member in class:TestCallback
    [all...]

Completed in 2565 milliseconds