Home
last modified time | relevance | path

Searched refs:test_callback (Results 1 – 12 of 12) sorted by relevance

/external/libxml2/python/tests/
Dinput_callback.py47 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/
Dlog_test.cc29 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/
Dtsd.c250 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/
Dtest_refcounts.py85 def test_callback(self): member in AnotherLeak
/external/python/cpython3/Lib/ctypes/test/
Dtest_refcounts.py88 def test_callback(self): member in AnotherLeak
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc360 static void test_callback(void) { in test_callback() function
455 test_callback(); in main()
/external/jemalloc_new/include/jemalloc/internal/
Dtsd.h55 O(test_callback, test_callback_t, int)
/external/clang/test/Sema/
Dwarn-documentation.cpp658 unsigned (*test_callback)(BaseFlags inFlags); variable
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_test.py696 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/
Dtest_contextlib.py570 def test_callback(self): member in TestBaseExitStack
Dtest_optparse.py1124 def test_callback(self): member in TestCallback
/external/python/cpython2/Lib/test/
Dtest_optparse.py1126 def test_callback(self): member in TestCallback