Searched refs:tests (Results 1 - 20 of 20) sorted by relevance

/system/extras/tests/iptables/qtaguid/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests
25 LOCAL_C_INCLUDES += system/extras/tests/include
/system/extras/tests/wifi/stress/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests
26 LOCAL_C_INCLUDES += system/extras/tests/include \
/system/core/fastboot/
H A Dusbtest.c132 } tests[] = { variable in typeref:struct:__anon25
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/libpixelflinger/tests/codegen/
H A DAndroid.mk16 LOCAL_MODULE_TAGS := tests
/system/extras/tests/binder/benchmarks/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := eng tests
39 system/extras/tests/include \
/system/core/libutils/tests/
H A DAndroid.mk1 # Build the unit tests.
5 # Build the unit tests.
/system/extras/tests/lib/testUtil/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests
/system/media/camera/tests/
H A DAndroid.mk1 # Build the unit tests.
25 LOCAL_MODULE_TAGS := tests
/system/core/libcutils/tests/memset_mips/
H A DAndroid.mk19 LOCAL_MODULE_TAGS := tests
/system/core/libion/
H A DAndroid.mk13 LOCAL_MODULE_TAGS := optional tests
H A Dion_test.c198 enum tests { enum
/system/core/libsync/
H A DAndroid.mk13 LOCAL_MODULE_TAGS := optional tests
/system/vold/tests/
H A DAndroid.mk1 # Build the unit tests.
25 module_tags := eng tests
/system/extras/tests/bionic/libc/
H A DAndroid.mk36 $(eval LOCAL_MODULE_TAGS := tests) \
54 $(eval LOCAL_MODULE_TAGS := tests) \
61 # First, the tests in 'common'
100 LOCAL_MODULE_TAGS := tests
108 LOCAL_MODULE_TAGS := tests
112 # The 'test_dlopen_null' tests requires specific linker flags
138 # Second, the Bionic-specific tests
151 # Third, the other tests
179 LOCAL_MODULE_TAGS := tests
186 LOCAL_MODULE_TAGS := tests
[all...]
H A Drun-test.sh70 echo " --adb=<file> Specify adb executable for device tests"
162 TMPDIR=/tmp/bionic-tests
/system/core/libctest/
H A Dctest.c32 /** A suite of tests. */
36 TestCase* tests[MAX_TESTS]; member in struct:__anon164
64 testSuite->tests[index] = test;
73 fprintf(stderr, "FAILURE! %d of %d tests failed. Failures:\n",
93 suite->tests[suite->currentTest]();
146 printf("SUCCESS! %d tests ran successfully.\n", suite->size);
/system/extras/tests/sdcard/
H A DAndroid.mk32 LOCAL_MODULE_TAGS := eng tests
/system/vold/
H A DAndroid.mk58 LOCAL_MODULE_TAGS := eng tests
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk35 $(eval LOCAL_MODULE_TAGS := tests) \
51 $(eval LOCAL_MODULE_TAGS := tests) \
/system/media/camera/docs/
H A DCameraCharacteristicsTest.mako22 * This file contains only the auto-generated CameraCharacteristics CTS tests; it does
23 * not contain any additional manual tests, which would be in a separate file.

Completed in 238 milliseconds