Searched refs:test_cb (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/network/lib6/ |
D | getaddrinfo_01.c | 43 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/ |
D | main.c | 138 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/ |
D | fexit_bpf2bpf.c | 7 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/ |
D | test_widgets.py | 97 def test_cb(arg1, **kw): function 100 test_cb, "hi", **{"msg": "there"}),
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 92 def test_cb(arg1, **kw): function 95 test_cb, "hi", **{"msg": "there"}),
|
/external/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 4496 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()
|