Searched refs:tests (Results 76 - 100 of 135) sorted by relevance

123456

/system/core/libnativebridge/tests/
H A DAndroid.mk1 # Build the unit tests.
6 # Build the unit tests.
/system/tools/hidl/test/
H A DAndroid.mk40 VTS_CONFIG_SRC_DIR := system/tools/hidl/tests
H A Dhidl_test_client.cpp16 #include <android/hardware/tests/bar/1.0/BpHwBar.h>
17 #include <android/hardware/tests/bar/1.0/BnHwBar.h>
18 #include <android/hardware/tests/bar/1.0/IBar.h>
19 #include <android/hardware/tests/bar/1.0/IComplicated.h>
20 #include <android/hardware/tests/bar/1.0/IImportRules.h>
21 #include <android/hardware/tests/baz/1.0/IBaz.h>
22 #include <android/hardware/tests/foo/1.0/BnHwSimple.h>
23 #include <android/hardware/tests/foo/1.0/BpHwSimple.h>
24 #include <android/hardware/tests/foo/1.0/BsSimple.h>
25 #include <android/hardware/tests/fo
[all...]
/system/tools/aidl/
H A Druntests.sh22 echo "Running tests"
41 ${ANDROID_BUILD_TOP}/system/tools/aidl/tests/integration-test.py
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
H A Dcol32cb16blend_test.c49 struct test_t tests[] = variable in typeref:struct:test_t
89 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
91 struct test_t test = tests[i];
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
H A Dt32cb16blend_test.c48 struct test_t tests[] = variable in typeref:struct:test_t
98 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
100 struct test_t test = tests[i];
/system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
H A Dcol32cb16blend_test.c49 struct test_t tests[] = variable in typeref:struct:test_t
90 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
92 struct test_t test = tests[i];
/system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
H A Dt32cb16blend_test.c48 struct test_t tests[] = variable in typeref:struct:test_t
98 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
100 struct test_t test = tests[i];
/system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
H A Dcol32cb16blend_test.c49 struct test_t tests[] = variable in typeref:struct:test_t
90 for(i = 0; i < sizeof(tests)/sizeof(struct test_t); ++i)
92 struct test_t test = tests[i];
/system/sepolicy/tests/
H A Dsepolicy_tests.py24 # This is used to allow multiple file_contexts files and tests to be
76 # If an individual test is not specified, run all tests.
77 if options.test is None or "TestDataTypeViolations" in options.tests:
79 if options.test is None or "TestSysfsTypeViolations" in options.tests:
81 if options.test is None or "TestDebugfsTypeViolations" in options.tests:
/system/connectivity/wificond/tests/integration/
H A Dap_interface_test.cpp25 #include "wificond/tests/integration/process_utils.h"
30 using android::wificond::tests::integration::HostapdIsDead;
31 using android::wificond::tests::integration::HostapdIsRunning;
32 using android::wificond::tests::integration::ScopedDevModeWificond;
33 using android::wificond::tests::integration::WaitForTrue;
H A Dprocess_utils.h31 namespace tests { namespace in namespace:android::wificond
111 } // namespace tests
/system/extras/tests/fstest/
H A DAndroid.mk18 LOCAL_MODULE_TAGS := tests
24 LOCAL_C_INCLUDES += system/extras/tests/include \
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestLogger.java17 package android.aidl.tests;
H A DNullableTests.java17 package android.aidl.tests;
19 import android.aidl.tests.TestFailException;
/system/tools/aidl/tests/
H A Dsimple_parcelable.cpp17 #include "tests/simple_parcelable.h"
27 namespace tests { namespace in namespace:android::aidl
54 } // namespace tests
H A Dsimple_parcelable.h29 namespace tests { namespace in namespace:android::aidl
67 } // namespace tests
H A Daidl_test_client_parcelables.cpp29 using android::aidl::tests::ITestService;
30 using android::aidl::tests::SimpleParcelable;
39 namespace tests { namespace in namespace:android::aidl
149 } // namespace tests
H A Daidl_test_client_file_descriptors.cpp38 using android::aidl::tests::ITestService;
48 namespace tests { namespace in namespace:android::aidl
169 } // namespace tests
/system/tpm/trunks/
H A DMakefile39 tests: TEST(CXX_BINARY(trunks_testrunner))
/system/extras/tests/bootloader/
H A DAndroid.mk9 LOCAL_MODULE_TAGS := tests
/system/timezone/distro/core/
H A DAndroid.mk18 # handling distros and within CTS tests.
43 # handling distros and within CTS tests. Used on host for host-side tests.
55 LOCAL_MODULE := time_zone_distro-tests
/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl17 package android.aidl.tests;
19 import android.aidl.tests.INamedCallback;
20 import android.aidl.tests.SimpleParcelable;
/system/libhwbinder/vts/performance/
H A DBenchmark.cpp32 #include <android/hardware/tests/libhwbinder/1.0/IBenchmark.h>
54 using android::hardware::tests::libhwbinder::V1_0::IBenchmark;
56 const char gServiceName[] = "android.hardware.tests.libhwbinder.IBenchmark";
/system/chre/apps/chqts/src/shared/
H A DAndroid.mk18 # code here, it seems a long-term time saver to have Linux tests for
43 LOCAL_MODULE_TAGS := tests

Completed in 416 milliseconds

123456