Home
last modified time | relevance | path

Searched refs:check_handle (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/test/
H A Dtest-idle.c27 static uv_check_t check_handle; variable
45 uv_close((uv_handle_t*) &check_handle, close_cb); in timer_cb()
64 ASSERT_PTR_EQ(handle, &check_handle); in check_cb()
80 r = uv_check_init(uv_default_loop(), &check_handle); in TEST_IMPL()
82 r = uv_check_start(&check_handle, check_cb); in TEST_IMPL()
111 ASSERT_OK(uv_check_init(uv_default_loop(), &check_handle)); in TEST_IMPL()
112 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
119 uv_close((uv_handle_t*) &check_handle, close_cb); in TEST_IMPL()
H A Dtest-timer-from-check.c26 static uv_check_t check_handle; variable
53 ASSERT_OK(uv_check_stop(&check_handle)); in check_cb()
66 ASSERT_OK(uv_check_init(uv_default_loop(), &check_handle)); in TEST_IMPL()
67 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
75 uv_close((uv_handle_t*) &check_handle, NULL); in TEST_IMPL()
H A Dtest-async-null-cb.c27 static uv_check_t check_handle; variable
41 uv_close((uv_handle_t*) &check_handle, NULL); in check_cb()
56 ASSERT_OK(uv_check_init(uv_default_loop(), &check_handle)); in TEST_IMPL()
57 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
H A Dtest-udp-recv-in-a-row.c31 static uv_check_t check_handle; variable
61 ASSERT_PTR_EQ(&check_handle, handle); in check_cb()
74 uv_close((uv_handle_t*) &check_handle, NULL); in check_cb()
82 ASSERT_OK(uv_check_init(uv_default_loop(), &check_handle)); in TEST_IMPL()
83 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
H A Dtest-loop-handles.c81 static uv_check_t check_handle; variable
191 ASSERT_PTR_EQ(handle, (uv_handle_t*)&check_handle); in check_close_cb()
211 ASSERT_PTR_EQ(handle, &check_handle); in check_cb()
224 uv_close((uv_handle_t*)&check_handle, check_close_cb); in check_cb()
290 r = uv_check_init(uv_default_loop(), &check_handle); in TEST_IMPL()
292 r = uv_check_start(&check_handle, check_cb); in TEST_IMPL()
H A Dtest-close-order.c29 static uv_check_t check_handle; variable
61 uv_check_init(loop, &check_handle); in TEST_IMPL()
62 uv_check_start(&check_handle, check_cb); in TEST_IMPL()
H A Dtest-tcp-unexpected-read.c25 static uv_check_t check_handle; variable
42 uv_close((uv_handle_t*) &check_handle, NULL); in timer_cb()
96 ASSERT_OK(uv_check_init(loop, &check_handle)); in TEST_IMPL()
97 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
/third_party/backends/backend/
H A Dtest.c307 check_handle (SANE_Handle handle) in check_handle() function
2039 if (!check_handle (handle)) in sane_close()
2067 if (!check_handle (handle)) in sane_get_option_descriptor()
2106 if (!check_handle (handle)) in sane_control_option()
2633 if (!check_handle (handle)) in sane_get_parameters()
2776 if (!check_handle (handle)) in sane_start()
2887 if (!check_handle (handle)) in sane_read()
3020 if (!check_handle (handle)) in sane_cancel()
3060 if (!check_handle (handle)) in sane_set_io_mode()
3105 if (!check_handle (handl in sane_get_select_fd()
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.c82 #define DECL_CTX pixma_sane_t *ss = check_handle(h)
288 check_handle (SANE_Handle h) in check_handle() function

Completed in 9 milliseconds