/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | insertbin.c | 66 fail_cb (GstInsertBin * insertbin, GstElement * element, gboolean success, in fail_cb() function 171 fail_cb, NULL)); in GST_START_TEST() 210 gst_insert_bin_append (GST_INSERT_BIN (insertbin), elem, fail_cb, NULL); in GST_START_TEST() 294 gst_insert_bin_append (GST_INSERT_BIN (insertbin), elem, fail_cb, NULL); in GST_START_TEST() 303 gst_insert_bin_append (GST_INSERT_BIN (insertbin), elem2, fail_cb, NULL); in GST_START_TEST() 305 gst_insert_bin_remove (GST_INSERT_BIN (insertbin), elem2, fail_cb, NULL); in GST_START_TEST() 336 fail_cb, NULL); in GST_START_TEST() 350 gst_insert_bin_remove (GST_INSERT_BIN (insertbin), elem, fail_cb, NULL); in GST_START_TEST()
|
/third_party/libuv/test/ |
D | test-ref.c | 56 static void fail_cb(void) { in fail_cb() function 187 uv_timer_start(&h, (uv_timer_cb)fail_cb, 42, 42); in TEST_IMPL() 202 uv_fs_event_start(&h, (uv_fs_event_cb)fail_cb, ".", 0); in TEST_IMPL() 237 uv_listen((uv_stream_t*)&h, 128, (uv_connection_cb)fail_cb); in TEST_IMPL() 249 uv_listen((uv_stream_t*)&h, 128, (uv_connection_cb)fail_cb); in TEST_IMPL() 315 uv_udp_recv_start(&h, (uv_alloc_cb)fail_cb, (uv_udp_recv_cb)fail_cb); in TEST_IMPL() 362 uv_listen((uv_stream_t*)&h, 128, (uv_connection_cb)fail_cb); in TEST_IMPL()
|
D | test-tcp-read-stop.c | 30 static void fail_cb(void) { in fail_cb() function 56 (uv_alloc_cb) fail_cb, in connect_cb() 57 (uv_read_cb) fail_cb)); in connect_cb()
|
D | test-fs-copyfile.c | 41 static void fail_cb(uv_fs_t* req) { in fail_cb() function 182 r = uv_fs_copyfile(loop, &req, fixture, dst, -1, fail_cb); in TEST_IMPL()
|
D | test-fs-event.c | 125 static void fail_cb(uv_fs_event_t* handle, in fail_cb() function 686 ASSERT(0 == uv_fs_event_start(watchers + 0, fail_cb, path, 0)); in TEST_IMPL() 688 ASSERT(0 == uv_fs_event_start(watchers + 1, fail_cb, path, 0)); in TEST_IMPL() 766 r = uv_fs_event_start(&fs_event, fail_cb, path, 0); in TEST_IMPL() 1029 r = uv_fs_event_start(&fs_event, fail_cb, watch_dir[i], 0); in TEST_IMPL()
|
D | test-spawn.c | 74 static void fail_cb(uv_process_t* process, in fail_cb() function 187 init_process_options("", fail_cb); in TEST_IMPL() 207 init_process_options("", fail_cb); in TEST_IMPL() 1375 init_process_options("spawn_helper1", fail_cb); in TEST_IMPL() 1410 init_process_options("spawn_helper1", fail_cb); in TEST_IMPL() 1838 dummy_options.exit_cb = fail_cb; in TEST_IMPL()
|
D | test-fs.c | 345 static void fail_cb(uv_fs_t* req) { in fail_cb() function 3654 r = uv_fs_read(loop, &read_req, 0, NULL, 0, -1, fail_cb); in TEST_IMPL() 3659 r = uv_fs_write(loop, &write_req, 0, NULL, 0, -1, fail_cb); in TEST_IMPL() 3665 r = uv_fs_read(loop, &read_req, 0, &iov, 0, -1, fail_cb); in TEST_IMPL() 3671 r = uv_fs_write(loop, &write_req, 0, &iov, 0, -1, fail_cb); in TEST_IMPL()
|