Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 21 of 21) sorted by relevance

/system/core/fastboot/
Dusbtest.c132 } tests[] = { variable
145 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 …]
/system/extras/tests/bionic/libc/
DAndroid.mk36 $(eval LOCAL_MODULE_TAGS := tests) \
54 $(eval LOCAL_MODULE_TAGS := tests) \
100 LOCAL_MODULE_TAGS := tests
108 LOCAL_MODULE_TAGS := tests
179 LOCAL_MODULE_TAGS := tests
186 LOCAL_MODULE_TAGS := tests
198 LOCAL_MODULE_TAGS := tests
205 LOCAL_MODULE_TAGS := tests
214 LOCAL_MODULE_TAGS := tests
223 LOCAL_MODULE_TAGS := tests
[all …]
DREADME.TXT1 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 the
10 cd system/extras/tests/bionic/libc
19 Contains tests that can be compiled either with Bionic or another
23 Contains tests that come from the GNU C Library. However, they can
27 Contains tests that can *only* be compiled against Bionic
30 Other unrelated tests. These are not run by the test runner
Drun-test.sh162 TMPDIR=/tmp/bionic-tests
/system/extras/tests/bionic/libstdc++/
DREADME.TXT1 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
DAndroid.mk35 $(eval LOCAL_MODULE_TAGS := tests) \
51 $(eval LOCAL_MODULE_TAGS := tests) \
/system/extras/tests/iptables/qtaguid/
DAndroid.mk20 LOCAL_MODULE_TAGS := tests
25 LOCAL_C_INCLUDES += system/extras/tests/include
/system/extras/tests/wifi/stress/
DAndroid.mk20 LOCAL_MODULE_TAGS := tests
26 LOCAL_C_INCLUDES += system/extras/tests/include \
/system/extras/tests/binder/benchmarks/
DAndroid.mk20 LOCAL_MODULE_TAGS := eng tests
39 system/extras/tests/include \
/system/core/libctest/
Dctest.c36 TestCase* tests[MAX_TESTS]; member
64 testSuite->tests[index] = test; in addNamedTest()
93 suite->tests[suite->currentTest](); in runCurrentTest()
/system/extras/tests/lib/testUtil/
DAndroid.mk20 LOCAL_MODULE_TAGS := tests
/system/core/libpixelflinger/tests/codegen/
DAndroid.mk16 LOCAL_MODULE_TAGS := tests
/system/extras/tests/sdcard/
DAndroid.mk32 LOCAL_MODULE_TAGS := eng tests
/system/core/libcutils/tests/memset_mips/
DAndroid.mk19 LOCAL_MODULE_TAGS := tests
/system/core/libion/
DAndroid.mk13 LOCAL_MODULE_TAGS := optional tests
Dion_test.c198 enum tests { in main() enum
/system/core/libsync/
DAndroid.mk13 LOCAL_MODULE_TAGS := optional tests
/system/media/camera/tests/
DAndroid.mk25 LOCAL_MODULE_TAGS := tests
/system/vold/tests/
DAndroid.mk25 module_tags := eng tests
/system/vold/
DAndroid.mk47 LOCAL_MODULE_TAGS := eng tests
/system/core/logcat/
Devent.logtags37 # tests/framework-tests/src/android/util/EventLogFunctionalTest.java.