/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/libepoxy/test/ |
D | wgl_common.c | 28 static int (*test_callback)(HDC hdc); variable 76 ret = test_callback(hdc); in window_proc() 97 test_callback = callback; in make_window_and_test()
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_messagebox.py | 14 def test_callback(dialog, master): function 20 with swap_attr(Dialog, '_test_callback', test_callback):
|
D | test_colorchooser.py | 45 def test_callback(dialog, master): function 51 with swap_attr(Dialog, '_test_callback', test_callback):
|
/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/cffi/testing/cffi1/ |
D | test_unicode_literals.py | 39 def test_callback(): function
|
/external/python/cffi/testing/cffi0/ |
D | test_unicode_literals.py | 75 def test_callback(): function
|
/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 | 949 test_callback = TestCallback() 956 callbacks=[test_callback], 958 self.assertEqual(test_callback.batch_end_call_count, 10) 959 self.assertEqual(test_callback.epoch_end_call_count, 2) 962 set(test_callback.batch_end_logs.keys()), set(['acc', 'loss', 'mae'])) 964 set(test_callback.epoch_end_logs.keys()),
|
/external/python/cpython3/Lib/test/ |
D | test_contextlib.py | 575 def test_callback(self): member in TestBaseExitStack
|
D | test_optparse.py | 1125 def test_callback(self): member in TestCallback
|
/external/python/cpython2/Lib/test/ |
D | test_optparse.py | 1126 def test_callback(self): member in TestCallback
|
/external/python/cffi/c/ |
D | test_c.py | 1313 def test_callback(): function
|