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

1234

/system/tools/aidl/tests/android/aidl/tests/
H A DINamedCallback.aidl17 package android.aidl.tests;
H A DSimpleParcelable.aidl17 package android.aidl.tests;
19 parcelable SimpleParcelable cpp_header "tests/simple_parcelable.h";
/system/tools/aidl/tests/
H A Daidl_test_client_utf8_strings.h22 #include "android/aidl/tests/ITestService.h"
27 namespace tests { namespace in namespace:android::aidl
31 const android::sp<android::aidl::tests::ITestService>& s);
33 const android::sp<android::aidl::tests::ITestService>& s);
35 const android::sp<android::aidl::tests::ITestService>& s);
38 } // namespace tests
H A Daidl_test_client_nullables.h22 #include "android/aidl/tests/ITestService.h"
27 namespace tests { namespace in namespace:android::aidl
33 } // namespace tests
H A Daidl_test_client_service_exceptions.h22 #include "android/aidl/tests/ITestService.h"
26 namespace tests { namespace in namespace:android::aidl
33 } // namespace tests
/system/extras/tests/net_test/
H A Dall_tests.sh31 readonly tests=$(find . -name '*_test.py' -type f -executable)
32 readonly count=$(echo $tests | wc -w)
33 echo "$PREFIX Found $count $(maybePlural $count test tests)."
38 for test in $tests; do
47 echo "$PREFIX $exit_code failed $(maybePlural $exit_code test tests)."
/system/extras/tests/audio/alsa/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests
25 LOCAL_C_INCLUDES += system/extras/tests/include external/tinyalsa/include
/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
25 LOCAL_C_INCLUDES += system/extras/tests/include \
/system/tools/aidl/
H A DAndroid.mk89 # Unit tests
104 tests/end_to_end_tests.cpp \
105 tests/fake_io_delegate.cpp \
106 tests/main.cpp \
107 tests/test_data_example_interface.cpp \
108 tests/test_data_ping_responder.cpp \
109 tests/test_util.cpp \
138 system/tools/aidl/tests/ \
141 tests/android/aidl/tests/ITestServic
[all...]
/system/core/libmemunreachable/
H A DAndroid.mk15 tests/Allocator_test.cpp \
16 tests/DisableMalloc_test.cpp \
17 tests/HeapWalker_test.cpp \
18 tests/LeakFolding_test.cpp \
19 tests/MemUnreachable_test.cpp \
20 tests/ThreadCapture_test.cpp \
55 tests/Allocator_test.cpp \
56 tests/HeapWalker_test.cpp \
57 tests/HostMallocStub.cpp \
58 tests/LeakFolding_tes
[all...]
/system/bt/test/
H A Drun_unit_tests.sh30 tests=()
60 tests+=( "${known_tests[@]}" )
68 tests+=( "$1" )
74 if [ "${#tests[@]}" -eq 0 ]; then
75 tests+=( "${known_tests[@]}" )
84 for spec in "${tests[@]}"
/system/core/adf/libadf/tests/
H A DAndroid.mk20 LOCAL_MODULE := adf-unit-tests
/system/extras/memory_replay/
H A DAndroid.mk33 tests/ActionTest.cpp \
34 tests/LineBufferTest.cpp \
35 tests/NativeInfoTest.cpp \
36 tests/PointersTest.cpp \
37 tests/ThreadTest.cpp \
38 tests/ThreadsTest.cpp \
47 LOCAL_C_INCLUDES := $(LOCAL_PATH)/tests
65 LOCAL_C_INCLUDES := $(LOCAL_PATH)/tests
/system/netd/tests/dns_responder/
H A DAndroid.mk32 system/extras/tests/include \
35 system/netd/tests/dns_responder \
36 system/extras/tests/include \
44 LOCAL_MODULE_TAGS := eng tests
/system/vold/tests/
H A DAndroid.mk1 # Build the unit tests.
17 LOCAL_MODULE_TAGS := eng tests
/system/core/logd/tests/
H A DAndroid.mk20 # Benchmarks. (see ../../liblog/tests)
24 test_tags := tests
27 # Unit tests.
40 # Build tests for the logger. Run with:
41 # adb shell /data/nativetest/logd-unit-tests/logd-unit-tests
43 LOCAL_MODULE := $(test_module_prefix)unit-tests
/system/extras/tests/binder/benchmarks/
H A DAndroid.mk22 LOCAL_MODULE_TAGS := eng tests
33 system/extras/tests/include \
/system/extras/tests/timetest/
H A DAndroid.mk22 # Unit tests.
37 LOCAL_MODULE := time-unit-tests
38 LOCAL_MODULE_TAGS := tests
/system/core/fastboot/
H A Dusbtest.cpp132 } tests[] = { variable in typeref:struct:__anon1523
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/liblog/tests/
H A DAndroid.mk24 test_tags := tests
27 -Ibionic/tests \
48 # Unit tests.
70 # Build tests for the device (with .so). Run with:
71 # adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests
73 LOCAL_MODULE := $(test_module_prefix)unit-tests
/system/core/healthd/tests/
H A DAndroid.mk11 LOCAL_MODULE_TAGS := tests
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A DAndroid.mk17 LOCAL_MODULE_TAGS := tests
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
H A DAndroid.mk14 LOCAL_MODULE_TAGS := tests
/system/core/libpixelflinger/tests/arch-arm64/disassembler/
H A DAndroid.mk12 LOCAL_MODULE_TAGS := tests

Completed in 388 milliseconds

1234