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

123456

/system/tools/hidl/test/vendor/1.1/
H A DIVendor.hal17 package tests.vendor@1.1;
19 import tests.vendor@1.0::IVendor;
/system/chre/util/
H A Dutil.mk19 GOOGLETEST_SRCS += util/tests/array_queue_test.cc
20 GOOGLETEST_SRCS += util/tests/blocking_queue_test.cc
21 GOOGLETEST_SRCS += util/tests/dynamic_vector_test.cc
22 GOOGLETEST_SRCS += util/tests/fixed_size_vector_test.cc
23 GOOGLETEST_SRCS += util/tests/heap_test.cc
24 GOOGLETEST_SRCS += util/tests/lock_guard_test.cc
25 GOOGLETEST_SRCS += util/tests/memory_pool_test.cc
26 GOOGLETEST_SRCS += util/tests/optional_test.cc
27 GOOGLETEST_SRCS += util/tests/priority_queue_test.cc
28 GOOGLETEST_SRCS += util/tests/singleton_tes
[all...]
/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/hidl/test/vendor/
H A Dupdate-makefile.sh3 options="-r tests:system/tools/hidl/test/ \
7 hidl-gen -Lmakefile $options tests.vendor@1.0;
8 hidl-gen -Landroidbp $options -t tests.vendor@1.0;
9 hidl-gen -Lmakefile $options tests.vendor@1.1;
10 hidl-gen -Landroidbp $options -t tests.vendor@1.1;
/system/tools/aidl/
H A DAndroid.mk33 LOCAL_MANIFEST_FILE := tests/java_app/AndroidManifest.xml
34 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/tests/java_app/resources
36 tests/android/aidl/tests/INamedCallback.aidl \
37 tests/android/aidl/tests/ITestService.aidl \
38 tests/java_app/src/android/aidl/tests/NullableTests.java \
39 tests/java_app/src/android/aidl/tests/SimpleParcelabl
[all...]
/system/core/libnativebridge/
H A DAndroid.mk3 include $(LOCAL_PATH)/tests/Android.mk
/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/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestFailException.java17 package android.aidl.tests;
/system/connectivity/wificond/tests/integration/
H A Dlife_cycle_test.cpp20 #include "wificond/tests/shell_utils.h"
21 #include "wificond/tests/integration/process_utils.h"
24 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/tests/timetest/
H A DAndroid.mk8 LOCAL_MODULE_TAGS := tests
14 # Unit tests.
28 LOCAL_MODULE := time-unit-tests
29 LOCAL_COMPATIBILITY_SUITE := device-tests
30 LOCAL_MODULE_TAGS := tests
/system/extras/tests/binder/benchmarks/
H A DAndroid.mk22 LOCAL_MODULE_TAGS := eng tests
33 system/extras/tests/include \
37 LOCAL_COMPATIBILITY_SUITE := device-tests
/system/libfmq/benchmarks/
H A DAndroid.mk32 android.hardware.tests.msgq@1.0-impl_32 \
33 android.hardware.tests.msgq@1.0-impl
35 LOCAL_SHARED_LIBRARIES += android.hardware.tests.msgq@1.0 libfmq
/system/tools/hidl/test/
H A Dhidl_test_servers.cpp23 #include <android/hardware/tests/bar/1.0/IBar.h>
24 #include <android/hardware/tests/baz/1.0/IBaz.h>
25 #include <android/hardware/tests/foo/1.0/BnHwSimple.h>
26 #include <android/hardware/tests/foo/1.0/BpHwSimple.h>
27 #include <android/hardware/tests/foo/1.0/BsSimple.h>
28 #include <android/hardware/tests/hash/1.0/IHash.h>
29 #include <android/hardware/tests/inheritance/1.0/IChild.h>
30 #include <android/hardware/tests/inheritance/1.0/IFetcher.h>
31 #include <android/hardware/tests/inheritance/1.0/IParent.h>
32 #include <android/hardware/tests/memor
[all...]
/system/libhwbinder/vts/performance/
H A DAndroid.mk24 LOCAL_MODULE_TAGS := eng tests
33 android.hardware.tests.libhwbinder@1.0
34 LOCAL_REQUIRED_MODULES := android.hardware.tests.libhwbinder@1.0-impl
47 LOCAL_MODULE_TAGS := eng tests
53 android.hardware.tests.libbinder
63 LOCAL_MODULE_TAGS := eng tests
72 android.hardware.tests.libhwbinder@1.0
74 LOCAL_REQUIRED_MODULES := android.hardware.tests.libhwbinder@1.0-impl
84 LOCAL_MODULE_TAGS := eng tests
93 android.hardware.tests
[all...]
/system/connectivity/wificond/
H A DAndroid.mk145 tests/integration/binder_dispatcher.cpp \
146 tests/integration/process_utils.cpp \
147 tests/shell_utils.cpp
155 ### wificond unit tests.
159 LOCAL_COMPATIBILITY_SUITE := device-tests
163 tests/ap_interface_impl_unittest.cpp \
164 tests/client_interface_impl_unittest.cpp \
165 tests/looper_backed_event_loop_unittest.cpp \
166 tests/main.cpp \
167 tests/mock_client_interface_imp
[all...]
/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/tools/hidl/test/vendor/1.0/
H A Dupdate-base.sh7 -r tests:system/tools/hidl/test/\
13 tests.vendor@1.
H A DIVendor.hal17 package tests.vendor@1.0;
19 import android.hardware.tests.baz@1.0;
/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
50 LOCAL_COMPATIBILITY_SUITE := device-tests
66 LOCAL_C_INCLUDES := $(LOCAL_PATH)/tests
/system/connectivity/wifilogd/
H A DAndroid.mk48 ### wifilogd unit tests.
52 LOCAL_COMPATIBILITY_SUITE := device-tests
56 tests/byte_buffer_unittest.cpp \
57 tests/command_processor_unittest.cpp \
58 tests/local_utils_unittest.cpp \
59 tests/main.cpp \
60 tests/main_loop_unittest.cpp \
61 tests/memory_reader_unittest.cpp \
62 tests/message_buffer_unittest.cpp \
63 tests/mock_command_processo
[all...]
/system/connectivity/wificond/tests/
H A Dshell_utils.h24 namespace tests { namespace in namespace:android::wificond
34 } // namespace tests

Completed in 988 milliseconds

123456