Searched refs:test_callback (Results 1 – 12 of 12) 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/grpc-grpc/test/core/gpr/ |
D | log_test.cc | 29 static void test_callback(gpr_log_func_args* args) { in test_callback() function 63 gpr_set_log_function(test_callback); in main()
|
/external/jemalloc_new/src/ |
D | tsd.c | 250 test_callback_t test_callback = *tsd_test_callbackp_get_unsafe(tsd); in tsd_cleanup() local 252 if (test_callback != NULL) { in tsd_cleanup() 253 test_callback(data); in tsd_cleanup()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_refcounts.py | 85 def test_callback(self): member in AnotherLeak
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_refcounts.py | 88 def test_callback(self): member in AnotherLeak
|
/external/grpc-grpc/test/core/surface/ |
D | completion_queue_test.cc | 360 static void test_callback(void) { in test_callback() function 455 test_callback(); in main()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tsd.h | 55 O(test_callback, test_callback_t, int)
|
/external/clang/test/Sema/ |
D | warn-documentation.cpp | 658 unsigned (*test_callback)(BaseFlags inFlags); variable
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_test.py | 696 test_callback = TestCallback() 703 callbacks=[test_callback], 705 self.assertEqual(test_callback.batch_end_call_count, 10) 706 self.assertEqual(test_callback.epoch_end_call_count, 2) 711 set(test_callback.batch_end_logs.keys()), 714 set(test_callback.epoch_end_logs.keys()),
|
/external/python/cpython3/Lib/test/ |
D | test_contextlib.py | 570 def test_callback(self): member in TestBaseExitStack
|
D | test_optparse.py | 1124 def test_callback(self): member in TestCallback
|
/external/python/cpython2/Lib/test/ |
D | test_optparse.py | 1126 def test_callback(self): member in TestCallback
|