Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 5 of 5) sorted by relevance

/system/bt/tools/bdtool/
DAndroid.mk27 ../../test/suite/support/callbacks.c \
28 ../../test/suite/support/gatt.c \
29 ../../test/suite/support/hal.c \
30 ../../test/suite/support/pan.c
39 $(LOCAL_PATH)/../../test/suite \
/system/core/base/
Dlogging_test.cpp29 #define HOST_TEST(suite, name) TEST(suite, DISABLED_ ## name) argument
31 #define HOST_TEST(suite, name) TEST(suite, name) argument
/system/bt/doc/
Ddirectory_layout.md26 * test - *Test suite* - Stack level validiation and stress test suite.
/system/extras/perfprofd/tests/
DREADME.txt6 1. One of the testpoints in this test suite performs a live 'perf'
/system/core/adb/tests/
Dtest_adb.py436 suite = unittest.TestLoader().loadTestsFromName(__name__) variable
437 unittest.TextTestRunner(verbosity=3).run(suite)