Home
last modified time | relevance | path

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

12

/third_party/boost/libs/graph/test/
Dvf2_sub_graph_iso_test_2.cpp18 struct test_callback struct
20 test_callback(bool& got_hit, bool stop) : got_hit(got_hit), stop(stop) {} in test_callback() argument
52 test_callback callback(got_hit, true); in test_empty_graph_cases() argument
60 test_callback callback(got_hit, true); in test_empty_graph_cases()
67 test_callback callback(got_hit, true); in test_empty_graph_cases()
76 test_callback callback(got_hit, true); in test_empty_graph_cases()
83 test_callback callback(got_hit, true); in test_empty_graph_cases()
106 test_callback callback(got_hit, true); in test_return_value()
113 test_callback callback(got_hit, true); in test_return_value()
123 test_callback callback(got_hit, false); in test_return_value()
[all …]
/third_party/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(),
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c188 void (*test_callback) (GstPlay * player, TestPlayerStateChange change, member
281 state->test_callback = test_play_stopped_cb; in stop_player()
398 state->test_callback (player, STATE_CHANGE_URI_LOADED, &old_state, in process_play_messages()
405 state->test_callback (player, STATE_CHANGE_POSITION_UPDATED, in process_play_messages()
414 state->test_callback (player, STATE_CHANGE_DURATION_CHANGED, in process_play_messages()
429 state->test_callback (player, STATE_CHANGE_STATE_CHANGED, &old_state, in process_play_messages()
440 state->test_callback (player, STATE_CHANGE_BUFFERING, &old_state, in process_play_messages()
448 state->test_callback (player, STATE_CHANGE_END_OF_STREAM, &old_state, in process_play_messages()
459 state->test_callback (player, STATE_CHANGE_ERROR, &old_state, state); in process_play_messages()
470 state->test_callback (player, STATE_CHANGE_WARNING, &old_state, in process_play_messages()
[all …]
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_messagebox.py14 def test_callback(dialog, master): function
20 with swap_attr(Dialog, '_test_callback', test_callback):
Dtest_colorchooser.py45 def test_callback(dialog, master): function
51 with swap_attr(Dialog, '_test_callback', test_callback):
/third_party/boost/doc/html/boost_asio/example/cpp14/operations/
Dcomposed_1.cpp54 void test_callback() in test_callback() function
111 test_callback(); in main()
Dcomposed_2.cpp72 void test_callback() in test_callback() function
129 test_callback(); in main()
Dcomposed_3.cpp126 void test_callback() in test_callback() function
184 test_callback(); in main()
Dcomposed_4.cpp142 void test_callback() in test_callback() function
199 test_callback(); in main()
Dcomposed_7.cpp160 void test_callback() in test_callback() function
217 test_callback(); in main()
Dcomposed_8.cpp153 void test_callback() in test_callback() function
210 test_callback(); in main()
/third_party/boost/libs/asio/example/cpp14/operations/
Dcomposed_1.cpp54 void test_callback() in test_callback() function
111 test_callback(); in main()
Dcomposed_2.cpp72 void test_callback() in test_callback() function
129 test_callback(); in main()
Dcomposed_3.cpp126 void test_callback() in test_callback() function
184 test_callback(); in main()
Dcomposed_4.cpp142 void test_callback() in test_callback() function
199 test_callback(); in main()
Dcomposed_8.cpp153 void test_callback() in test_callback() function
210 test_callback(); in main()
/third_party/grpc/test/core/gpr/
Dlog_test.cc34 static void test_callback(gpr_log_func_args* args) { in test_callback() function
70 gpr_set_log_function(test_callback); in main()
/third_party/boost/doc/html/boost_asio/example/cpp11/operations/
Dcomposed_1.cpp54 void test_callback() in test_callback() function
111 test_callback(); in main()
Dcomposed_2.cpp72 void test_callback() in test_callback() function
129 test_callback(); in main()
Dcomposed_3.cpp132 void test_callback() in test_callback() function
190 test_callback(); in main()
Dcomposed_4.cpp148 void test_callback() in test_callback() function
205 test_callback(); in main()
/third_party/boost/libs/asio/example/cpp11/operations/
Dcomposed_1.cpp54 void test_callback() in test_callback() function
111 test_callback(); in main()
Dcomposed_2.cpp72 void test_callback() in test_callback() function
129 test_callback(); in main()
Dcomposed_3.cpp132 void test_callback() in test_callback() function
190 test_callback(); in main()
Dcomposed_4.cpp148 void test_callback() in test_callback() function
205 test_callback(); in main()

12