Home
last modified time | relevance | path

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

12345

/system/tools/aidl/
DAndroid.mk104 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/ITestService.aidl \
142 tests/android/aidl/tests/INamedCallback.aidl \
143 tests/simple_parcelable.cpp
[all …]
/system/core/libmemunreachable/
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_test.cpp \
/system/core/fastboot/
Dusbtest.cpp132 } 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/memory_replay/
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/extras/tests/workloads/
Dpwrtest.sh256 tests=""
284 tests="$tests idle"
297 tests="$tests recentfling"
313 tests="$tests suntemple"
323 tests="$tests chrome"
340 tests="$tests shadowgrid2"
350 tests="$tests youtube"
360 tests="$tests sysapps"
363 echo Ran tests: $tests
364 echo $tests > tests
/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.h27 namespace tests {
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);
Dtest_helpers.h28 namespace tests {
33 const android::sp<android::aidl::tests::ITestService>& service, in RepeatPrimitive()
34 android::binder::Status(android::aidl::tests::ITestService::*func)(T, T*), in RepeatPrimitive()
48 const android::sp<android::aidl::tests::ITestService>& service, in ReverseArray()
49 android::binder::Status(android::aidl::tests::ITestService::*func)( in ReverseArray()
Daidl_test_client.cpp43 using android::aidl::tests::ITestService;
51 namespace tests { namespace
76 namespace client_tests = android::aidl::tests::client; in main()
/system/bt/test/
Drun_unit_tests.sh30 tests=()
60 tests+=( "${known_tests[@]}" )
68 tests+=( "$1" )
75 tests+=( "${known_tests[@]}" )
/system/connectivity/shill/
DTESTING18 We test shill using two sets of tests: unit tests, and integration
19 tests. The unit tests are built using Google Test [1] and Google Mock
20 [2]; the integration tests use autotest [3].
22 Running unit tests for Chrome OS
27 - run the unit tests from your host machine under gdb
31 (Of course if the unit tests segfaulted, you wouldn't need the emerge
59 Running unit tests for Chrome OS with the address sanitizer
63 This also turns on "wimax" and its tests, since this is disabled on most
66 Running unit tests for Android
68 Currently, only native unit tests are supported on Android, meaning that unit tests
[all …]
/system/extras/tests/net_test/
Dall_tests.sh31 readonly tests=$(find . -name '*_test.py' -type f -executable)
32 readonly count=$(echo $tests | wc -w)
38 for test in $tests; do
/system/netd/tests/
DAndroid.mk27 LOCAL_C_INCLUDES += system/netd/include system/extras/tests/include system/netd/binder/include \
30 system/extras/tests/include bionic/libc/dns/include
38 LOCAL_MODULE_TAGS := eng tests
/system/core/liblog/tests/
DAndroid.mk24 test_tags := tests
27 -Ibionic/tests \
73 LOCAL_MODULE := $(test_module_prefix)unit-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
25 LOCAL_C_INCLUDES += system/extras/tests/include \
/system/extras/tests/audio/alsa/
DAndroid.mk20 LOCAL_MODULE_TAGS := tests
25 LOCAL_C_INCLUDES += system/extras/tests/include external/tinyalsa/include
/system/extras/tests/binder/benchmarks/
DAndroid.mk22 LOCAL_MODULE_TAGS := eng tests
33 system/extras/tests/include \
/system/extras/tests/fstest/
DAndroid.mk18 LOCAL_MODULE_TAGS := tests
23 LOCAL_C_INCLUDES += system/extras/tests/include \
/system/core/logd/tests/
DAndroid.mk24 test_tags := tests
43 LOCAL_MODULE := $(test_module_prefix)unit-tests
/system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
Dcol32cb16blend_test.c49 struct test_t tests[] = variable
90 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i) in scanline_col32cb16blend_test()
92 struct test_t test = tests[i]; in scanline_col32cb16blend_test()
/system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
Dcol32cb16blend_test.c49 struct test_t tests[] = variable
90 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i) in scanline_col32cb16blend_test()
92 struct test_t test = tests[i]; in scanline_col32cb16blend_test()
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
Dcol32cb16blend_test.c49 struct test_t tests[] = variable
89 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i) in scanline_col32cb16blend_test()
91 struct test_t test = tests[i]; in scanline_col32cb16blend_test()
/system/extras/tests/timetest/
DAndroid.mk37 LOCAL_MODULE := time-unit-tests
38 LOCAL_MODULE_TAGS := tests
/system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
Dt32cb16blend_test.c48 struct test_t tests[] = variable
98 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i) in scanline_t32cb16blend_test()
100 struct test_t test = tests[i]; in scanline_t32cb16blend_test()
/system/core/logcat/tests/
DAndroid.mk20 test_tags := tests
56 LOCAL_MODULE := $(test_module_prefix)unit-tests

12345