Home
last modified time | relevance | path

Searched defs:test_callback (Results 1 – 25 of 45) sorted by relevance

12

/third_party/boost/libs/graph/test/
Dvf2_sub_graph_iso_test.cpp162 struct test_callback struct
165 test_callback(const Graph1& graph1, const Graph2& graph2, in test_callback() argument
177 bool operator()(CorrespondenceMap1To2 f, CorrespondenceMap2To1) in operator ()()
201 const Graph1& graph1_;
202 const Graph2& graph2_;
203 EdgeEquivalencePredicate edge_comp_;
204 VertexEquivalencePredicate vertex_comp_;
205 bool output_;
Dmcgregor_subgraphs_test.cpp33 template < typename Graph > struct test_callback struct
36 test_callback( in test_callback() argument
44 bool operator()(CorrespondenceMapFirstToSecond correspondence_map_1_to_2, in operator ()()
205 const Graph &m_graph1, m_graph2;
206 Graph& m_common_subgraph;
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
23 bool operator()(Map1To2 map1to2, Map2To1 map2to1) in operator ()()
52 test_callback callback(got_hit, true); in test_empty_graph_cases() argument
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_messagebox.py14 def test_callback(dialog, master): function
Dtest_colorchooser.py45 def test_callback(dialog, master): function
/third_party/grpc/test/core/gpr/
Dlog_test.cc34 static void test_callback(gpr_log_func_args* args) { in test_callback() function
/third_party/boost/doc/html/boost_asio/example/cpp14/operations/
Dcomposed_1.cpp54 void test_callback() in test_callback() function
Dcomposed_2.cpp72 void test_callback() in test_callback() function
Dcomposed_3.cpp126 void test_callback() in test_callback() function
Dcomposed_4.cpp142 void test_callback() in test_callback() function
/third_party/boost/doc/html/boost_asio/example/cpp11/operations/
Dcomposed_1.cpp54 void test_callback() in test_callback() function
Dcomposed_2.cpp72 void test_callback() in test_callback() function
Dcomposed_3.cpp132 void test_callback() in test_callback() function
Dcomposed_4.cpp148 void test_callback() in test_callback() function
/third_party/boost/libs/asio/example/cpp14/operations/
Dcomposed_1.cpp54 void test_callback() in test_callback() function
Dcomposed_2.cpp72 void test_callback() in test_callback() function
Dcomposed_3.cpp126 void test_callback() in test_callback() function
Dcomposed_4.cpp142 void test_callback() in test_callback() function
Dcomposed_8.cpp153 void test_callback() in test_callback() function
/third_party/boost/libs/asio/example/cpp11/operations/
Dcomposed_1.cpp54 void test_callback() in test_callback() function
Dcomposed_2.cpp72 void test_callback() in test_callback() function
Dcomposed_3.cpp132 void test_callback() in test_callback() function
Dcomposed_4.cpp148 void test_callback() in test_callback() function
/third_party/python/Lib/ctypes/test/
Dtest_refcounts.py88 def test_callback(self): member in AnotherLeak
/third_party/libxml2/python/tests/
Dinput_callback.py47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None, argument

12