Home
last modified time | relevance | path

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

12345678910>>...17

/system/bt/packet/
DAndroid.bp18 test_suites: ["device-tests"],
20 local_include_dirs: ["tests"],
26 "tests/avrcp/avrcp_browse_packet_test.cc",
27 "tests/avrcp/avrcp_packet_test.cc",
28 "tests/avrcp/avrcp_reject_packet_test.cc",
29 "tests/avrcp/change_path_packet_test.cc",
30 "tests/avrcp/general_reject_packet_test.cc",
31 "tests/avrcp/get_capabilities_packet_test.cc",
32 "tests/avrcp/get_element_attributes_packet_test.cc",
33 "tests/avrcp/get_folder_items_packet_test.cc",
[all …]
/system/core/libunwindstack/
DAndroid.bp187 srcs: ["tests/TestLocal.cpp"],
205 "tests/ArmExidxDecodeTest.cpp",
206 "tests/ArmExidxExtractTest.cpp",
207 "tests/DexFileTest.cpp",
208 "tests/DexFilesTest.cpp",
209 "tests/DwarfCfaLogTest.cpp",
210 "tests/DwarfCfaTest.cpp",
211 "tests/DwarfDebugFrameTest.cpp",
212 "tests/DwarfEhFrameTest.cpp",
213 "tests/DwarfEhFrameWithHdrTest.cpp",
[all …]
/system/tools/aidl/
DAndroid.bp115 // Unit tests
120 test_suites: ["general-tests"],
137 "tests/end_to_end_tests.cpp",
138 "tests/fake_io_delegate.cpp",
139 "tests/main.cpp",
140 "tests/test_data_example_interface.cpp",
141 "tests/test_data_ping_responder.cpp",
142 "tests/test_data_string_constants.cpp",
143 "tests/test_util.cpp",
158 dictionary: "tests/aidl_parser_fuzzer.dict",
[all …]
/system/keymaster/
DMakefile69 tests/android_keymaster_messages_test.cpp \
70 tests/android_keymaster_test.cpp \
71 tests/android_keymaster_test_utils.cpp \
77 tests/attestation_record_test.cpp \
80 tests/authorization_set_test.cpp \
88 tests/ecies_kem_test.cpp \
89 tests/gtest_main.cpp \
91 tests/hkdf_test.cpp \
93 tests/hkdf_test.cpp \
97 tests/hmac_test.cpp \
[all …]
/system/tools/hidl/test/hidl_test/
DAndroid.bp25 "android.hardware.tests.expression@1.0",
26 "android.hardware.tests.foo@1.0",
27 "android.hardware.tests.bar@1.0",
28 "android.hardware.tests.baz@1.0",
29 "android.hardware.tests.hash@1.0",
30 "android.hardware.tests.inheritance@1.0",
31 "android.hardware.tests.memory@1.0",
32 "android.hardware.tests.multithread@1.0",
33 "android.hardware.tests.trie@1.0",
34 "android.hardware.tests.safeunion.cpp@1.0",
[all …]
Dhidl_test.h34 using ::android::hardware::tests::bar::V1_0::IBar; in runOnEachServer()
35 using ::android::hardware::tests::baz::V1_0::IBaz; in runOnEachServer()
36 using ::android::hardware::tests::hash::V1_0::IHash; in runOnEachServer()
37 using ::android::hardware::tests::inheritance::V1_0::IChild; in runOnEachServer()
38 using ::android::hardware::tests::inheritance::V1_0::IFetcher; in runOnEachServer()
39 using ::android::hardware::tests::inheritance::V1_0::IParent; in runOnEachServer()
40 using ::android::hardware::tests::memory::V1_0::IMemoryTest; in runOnEachServer()
41 using ::android::hardware::tests::multithread::V1_0::IMultithread; in runOnEachServer()
42 using ::android::hardware::tests::safeunion::cpp::V1_0::ICppSafeUnion; in runOnEachServer()
43 using ::android::hardware::tests::safeunion::V1_0::ISafeUnion; in runOnEachServer()
[all …]
/system/chre/util/
Dutil.mk22 GOOGLETEST_SRCS += util/tests/array_queue_test.cc
23 GOOGLETEST_SRCS += util/tests/blocking_queue_test.cc
24 GOOGLETEST_SRCS += util/tests/buffer_test.cc
25 GOOGLETEST_SRCS += util/tests/dynamic_vector_test.cc
26 GOOGLETEST_SRCS += util/tests/fixed_size_vector_test.cc
27 GOOGLETEST_SRCS += util/tests/heap_test.cc
28 GOOGLETEST_SRCS += util/tests/lock_guard_test.cc
29 GOOGLETEST_SRCS += util/tests/memory_pool_test.cc
30 GOOGLETEST_SRCS += util/tests/optional_test.cc
31 GOOGLETEST_SRCS += util/tests/priority_queue_test.cc
[all …]
/system/connectivity/wifilogd/
DAndroid.bp47 // wifilogd unit tests.
50 test_suites: ["device-tests"],
53 "tests/byte_buffer_unittest.cpp",
54 "tests/command_processor_unittest.cpp",
55 "tests/local_utils_unittest.cpp",
56 "tests/main.cpp",
57 "tests/main_loop_unittest.cpp",
58 "tests/memory_reader_unittest.cpp",
59 "tests/message_buffer_unittest.cpp",
60 "tests/mock_command_processor.cpp",
[all …]
/system/tools/hidl/test/java_test/
DAndroid.bp20 "android.hardware.tests.baz@1.0",
21 "android.hardware.tests.expression@1.0",
22 "android.hardware.tests.inheritance@1.0",
23 "android.hardware.tests.memory@2.0",
24 "android.hardware.tests.safeunion@1.0",
32 "android.hardware.tests.baz@1.0-impl",
33 "android.hardware.tests.safeunion@1.0-impl",
45 "android.hardware.tests.baz-V1.0-java",
46 "android.hardware.tests.expression-V1.0-java",
47 "android.hardware.tests.inheritance-V1.0-java",
[all …]
/system/tools/hidl/test/cpp_impl_test/
DAndroid.bp7 "android.hardware.tests.foo@1.0",
8 "hidl.tests.vendor.android@1.0",
10 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-headers android.hardware.tests.foo@1.0 && " +
11 "$(location hidl-gen) -o $(genDir) -r hidl.tests:system/tools/hidl/test/ " +
12 "-Lc++-impl-headers hidl.tests.vendor.android@1.0",
29 "android.hardware.tests.foo@1.0",
30 "hidl.tests.vendor.android@1.0",
32 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-sources android.hardware.tests.foo@1.0 && " +
33 "$(location hidl-gen) -o $(genDir) -r hidl.tests:system/tools/hidl/test/ " +
34 "-Lc++-impl-sources hidl.tests.vendor.android@1.0",
[all …]
/system/connectivity/wificond/
DAndroid.bp183 "tests/integration/process_utils.cpp",
184 "tests/shell_utils.cpp",
195 // wificond unit tests.
200 test_suites: ["device-tests"],
202 "tests/ap_interface_impl_unittest.cpp",
203 "tests/client_interface_impl_unittest.cpp",
204 "tests/looper_backed_event_loop_unittest.cpp",
205 "tests/main.cpp",
206 "tests/mock_client_interface_impl.cpp",
207 "tests/mock_netlink_manager.cpp",
[all …]
/system/memory/libmemunreachable/
DAndroid.bp67 "tests/MemUnreachable_test.cpp",
71 test_suites: ["device-tests"],
79 "tests/Allocator_test.cpp",
80 "tests/HeapWalker_test.cpp",
81 "tests/LeakFolding_test.cpp",
87 "tests/DisableMalloc_test.cpp",
88 "tests/MemUnreachable_test.cpp",
89 "tests/ThreadCapture_test.cpp",
101 "tests/HostMallocStub.cpp",
109 test_suites: ["device-tests"],
[all …]
/system/bt/packet/tests/fuzzers/
DAndroid.bp10 "system/bt/packet/tests",
11 "system/bt/packet/tests/avrcp",
39 "system/bt/packet/tests",
40 "system/bt/packet/tests/avrcp",
69 "system/bt/packet/tests",
70 "system/bt/packet/tests/avrcp",
99 "system/bt/packet/tests",
100 "system/bt/packet/tests/avrcp",
129 "system/bt/packet/tests",
130 "system/bt/packet/tests/avrcp",
[all …]
/system/libziparchive/
Drun-ziptool-tests-on-android.sh4 adb shell rm -rf /data/local/tmp/ziptool-tests/
5 adb shell mkdir /data/local/tmp/ziptool-tests/
6 adb push cli-tests/ /data/local/tmp/ziptool-tests/
15 exec adb shell $dash_t cli-test /data/local/tmp/ziptool-tests/cli-tests/*.test
/system/connectivity/wificond/tests/integration/
Dlife_cycle_test.cpp24 using android::wificond::tests::integration::RunShellCommand;
25 using android::wificond::tests::integration::WaitForTrue;
26 using android::wificond::tests::integration::IsBinderServiceRegistered;
27 using android::wificond::tests::integration::ScopedDevModeWificond;
28 using android::wificond::tests::integration::WificondIsRunning;
29 using android::wificond::tests::integration::WificondIsDead;
30 using android::wificond::tests::integration::WificondSetDevMode;
/system/extras/memory_replay/
DAndroid.bp75 "tests/AllocTest.cpp",
76 "tests/FileTest.cpp",
77 "tests/NativeInfoTest.cpp",
78 "tests/PointersTest.cpp",
79 "tests/ThreadTest.cpp",
80 "tests/ThreadsTest.cpp",
83 local_include_dirs: ["tests"],
87 test_suites: ["device-tests"],
92 "tests/test.txt",
93 "tests/test.zip",
/system/core/fs_mgr/libfs_avb/
DAndroid.bp57 "tests/data/*",
86 "tests/fs_avb_test_util.cpp",
93 test_suites: ["general-tests"],
101 "tests/basic_test.cpp",
102 "tests/fs_avb_test.cpp",
103 "tests/fs_avb_util_test.cpp",
110 test_suites: ["general-tests"],
117 "tests/avb_util_test.cpp",
118 "tests/util_test.cpp",
124 test_suites: ["device-tests"],
[all …]
/system/bt/test/
DREADME.md3 This document refers to the tests in the system/bt/test directory.
5 The tests are designed to be run when the Android runtime is not running. From a terminal, run:
7 ## Before you run tests
17 ## Running tests
24 But for the impatient, run specific groups of tests like this:
45 [==========] Running 11 tests from 2 test cases.
47 [----------] 6 tests from BluetoothTest
60 [----------] 6 tests from BluetoothTest (32789 ms total)
62 [----------] 5 tests from GattTest
73 [----------] 5 tests from GattTest (11706 ms total)
[all …]
/system/extras/tests/workloads/
Dpwrtest.sh257 tests=""
285 tests="$tests idle"
298 tests="$tests recentfling"
314 tests="$tests suntemple"
324 tests="$tests chrome"
341 tests="$tests shadowgrid2"
351 tests="$tests youtube"
361 tests="$tests sysapps"
364 echo Ran tests: $tests
365 echo $tests > tests
/system/chre/pal/
Dpal.mk12 GOOGLETEST_CFLAGS += -Ipal/tests/include
13 GOOGLETEST_SRCS += pal/tests/src/version_test.cc
14 GOOGLETEST_PAL_IMPL_SRCS += pal/tests/src/gnss_pal_impl_test.cc
15 GOOGLETEST_PAL_IMPL_SRCS += pal/tests/src/wifi_pal_impl_test.cc
/system/core/logcat/tests/
DAndroid.bp18 name: "logcat-tests-defaults",
37 defaults: ["logcat-tests-defaults"],
43 // Unit tests.
46 // Build tests for the device (with .so). Run with:
47 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
49 name: "logcat-unit-tests",
50 defaults: ["logcat-tests-defaults"],
/system/apex/tests/
DAndroid.bp36 test_config: "timezone-data-e2e-tests.xml",
37 test_suites: ["device-tests"],
47 test_config: "media-e2e-tests.xml",
48 test_suites: ["device-tests"],
58 test_config: "media-swcodec-e2e-tests.xml",
59 test_suites: ["device-tests"],
67 test_config: "apex-targetprep-tests.xml",
68 test_suites: ["general-tests"],
144 test_config: "apex-rollback-tests.xml",
145 test_suites: ["general-tests"],
[all …]
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test_server.rc2 interface android.hardware.tests.lazy@1.0::ILazy default1
3 interface android.hardware.tests.lazy@1.0::ILazy default2
4 interface android.hardware.tests.lazy@1.1::ILazy default1
5 interface android.hardware.tests.lazy@1.1::ILazy default2
/system/core/liblog/tests/
DAndroid.bp41 // Unit tests.
45 name: "liblog-tests-defaults",
78 // Build tests for the device (with .so). Run with:
79 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests
81 name: "liblog-unit-tests",
82 defaults: ["liblog-tests-defaults"],
87 defaults: ["liblog-tests-defaults"],
100 "device-tests",
/system/tools/hidl/test/vendor/1.1/
DAndroid.bp4 name: "hidl.tests.vendor@1.1",
6 root: "hidl.tests",
14 "android.hardware.tests.baz@1.0",
16 "hidl.tests.vendor@1.0",

12345678910>>...17