OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_testlib_logf
(Results
1 - 3
of
3
) sorted by null
/external/libusb/tests/
stress.c
36
libusb_testlib_logf
(tctx,
55
libusb_testlib_logf
(tctx, "Failed to init libusb: %d", r);
62
libusb_testlib_logf
(tctx,
84
libusb_testlib_logf
(tctx, "Failed to init libusb: %d", r);
92
libusb_testlib_logf
(tctx,
124
libusb_testlib_logf
(tctx, "Failed to init libusb: %d", r);
135
libusb_testlib_logf
(tctx, "Failed to init libusb: %d", r);
libusb_testlib.h
65
void
libusb_testlib_logf
(libusb_testlib_ctx * ctx,
testlib.c
152
void
libusb_testlib_logf
(libusb_testlib_ctx * ctx,
function
230
libusb_testlib_logf
(&ctx, tests[idx].name);
254
libusb_testlib_logf
(&ctx,
257
libusb_testlib_logf
(&ctx,
268
libusb_testlib_logf
(&ctx, "---");
269
libusb_testlib_logf
(&ctx, "Ran %d tests", run_count);
270
libusb_testlib_logf
(&ctx, "Passed %d tests", pass_count);
271
libusb_testlib_logf
(&ctx, "Failed %d tests", fail_count);
272
libusb_testlib_logf
(&ctx, "Error in %d tests", error_count);
273
libusb_testlib_logf
(&ctx, "Skipped %d tests", skip_count)
[
all
...]
Completed in 506 milliseconds