Home
last modified time | relevance | path

Searched refs:test_cb (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c43 int (*test_cb)(struct addrinfo *)) in verify_res()
64 if (test_cb) in verify_res()
65 ret |= test_cb(p); in verify_res()
110 int (*test_cb)(struct addrinfo *)) in check_addrinfo()
129 verify_res(res, type, servnum, test_cb); in check_addrinfo()
/external/libwebsockets/minimal-examples/api-tests/api-test-lejp/
Dmain.c138 test_cb(struct lejp_ctx *ctx, char reason) in test_cb() function
163 lejp_construct(&ctx, test_cb, NULL, tok, LWS_ARRAY_SIZE(tok)); in main()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c7 typedef int (*test_cb)(struct bpf_object *obj); typedef
58 test_cb cb) in test_fexit_bpf2bpf_common()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py97 def test_cb(arg1, **kw): function
100 test_cb, "hi", **{"msg": "there"}),
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py92 def test_cb(arg1, **kw): function
95 test_cb, "hi", **{"msg": "there"}),
/external/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c4496 test_cb(struct lecp_ctx *ctx, char reason) in test_cb() function
4626 lecp_construct(&ctx, test_cb, &priv, tok, LWS_ARRAY_SIZE(tok)); in main()