Searched defs:tests (Results 1 - 4 of 4) sorted by relevance

/system/core/fastboot/
H A Dusbtest.c132 } tests[] = { variable in typeref:struct:__anon1315
144 fprintf(stderr,"usage: usbtest <testname>\n\navailable tests:\n");
145 for(i = 0; tests[i].cmd; i++) {
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);
191 for(i = 0; tests[i].cmd; i++) {
192 if(!strcmp(argv[1], tests[i].cmd)) {
193 usb = usb_open(tests[i].match);
194 if(tests[i].test) {
197 tests[
[all...]
/system/core/libion/
H A Dion_test.c215 enum tests { enum
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
H A Dcol32cb16blend_test.c49 struct test_t tests[] = variable in typeref:struct:test_t
89 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
91 struct test_t test = tests[i];
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
H A Dt32cb16blend_test.c48 struct test_t tests[] = variable in typeref:struct:test_t
98 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
100 struct test_t test = tests[i];

Completed in 350 milliseconds