Searched refs:tests (Results 1 – 21 of 21) sorted by relevance
132 } tests[] = { variable145 for(i = 0; tests[i].cmd; i++) { in usage()146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help); in usage()191 for(i = 0; tests[i].cmd; i++) { in main()192 if(!strcmp(argv[1], tests[i].cmd)) { in main()193 usb = usb_open(tests[i].match); in main()194 if(tests[i].test) { in main()197 tests[i].cmd); in main()200 if(tests[i].test(usb)) { in main()201 fprintf(stderr,"usbtest: %s: FAIL\n", tests[i].cmd); in main()[all …]
36 $(eval LOCAL_MODULE_TAGS := tests) \54 $(eval LOCAL_MODULE_TAGS := tests) \100 LOCAL_MODULE_TAGS := tests108 LOCAL_MODULE_TAGS := tests179 LOCAL_MODULE_TAGS := tests186 LOCAL_MODULE_TAGS := tests198 LOCAL_MODULE_TAGS := tests205 LOCAL_MODULE_TAGS := tests214 LOCAL_MODULE_TAGS := tests223 LOCAL_MODULE_TAGS := tests[all …]
1 This directory contains a set of tests for Android's Bionic C library.4 these tests come from the GNU C Library, and are licensed under the10 cd system/extras/tests/bionic/libc19 Contains tests that can be compiled either with Bionic or another23 Contains tests that come from the GNU C Library. However, they can27 Contains tests that can *only* be compiled against Bionic30 Other unrelated tests. These are not run by the test runner
162 TMPDIR=/tmp/bionic-tests
1 This directory contains a set of tests for Android's Bionic Standard C++ library.6 cd system/extras/tests/bionic/libstdc++17 want to add GNU STDC++ or benchmark tests, look in tests/bionic/libc as an
35 $(eval LOCAL_MODULE_TAGS := tests) \51 $(eval LOCAL_MODULE_TAGS := tests) \
20 LOCAL_MODULE_TAGS := tests25 LOCAL_C_INCLUDES += system/extras/tests/include
20 LOCAL_MODULE_TAGS := tests26 LOCAL_C_INCLUDES += system/extras/tests/include \
20 LOCAL_MODULE_TAGS := eng tests39 system/extras/tests/include \
36 TestCase* tests[MAX_TESTS]; member64 testSuite->tests[index] = test; in addNamedTest()93 suite->tests[suite->currentTest](); in runCurrentTest()
20 LOCAL_MODULE_TAGS := tests
16 LOCAL_MODULE_TAGS := tests
32 LOCAL_MODULE_TAGS := eng tests
19 LOCAL_MODULE_TAGS := tests
13 LOCAL_MODULE_TAGS := optional tests
198 enum tests { in main() enum
25 LOCAL_MODULE_TAGS := tests
25 module_tags := eng tests
47 LOCAL_MODULE_TAGS := eng tests
37 # tests/framework-tests/src/android/util/EventLogFunctionalTest.java.