Home
last modified time | relevance | path

Searched refs:libusb_testlib_result (Results 1 – 3 of 3) sorted by relevance

/third_party/libusb/tests/
Dstress.c29 static libusb_testlib_result test_init_and_exit(void) in test_init_and_exit()
49 static libusb_testlib_result test_get_device_list(void) in test_get_device_list()
78 static libusb_testlib_result test_many_device_lists(void) in test_many_device_lists()
81 libusb_testlib_result result = TEST_STATUS_SUCCESS; in test_many_device_lists()
120 static libusb_testlib_result test_default_context_change(void) in test_default_context_change()
Dlibusb_testlib.h36 } libusb_testlib_result; typedef
53 libusb_testlib_result (*function)(void);
Dtestlib.c39 static const char *test_result_to_str(libusb_testlib_result result) in test_result_to_str()
148 libusb_testlib_result test_result; in libusb_testlib_run_tests()