Searched defs:tests (Results 1 - 25 of 39) sorted by relevance

12

/system/update_engine/
H A Domaha_utils_unittest.cc30 const std::vector<EolStatus> tests = { local
32 for (EolStatus eol_status : tests) {
/system/connectivity/wificond/tests/
H A Dshell_utils.h24 namespace tests { namespace in namespace:android::wificond
34 } // namespace tests
H A Dshell_utils.cpp17 #include "wificond/tests/shell_utils.h"
35 namespace tests { namespace in namespace:android::wificond
155 } // namespace tests
/system/tools/aidl/tests/
H A Daidl_test_client_file_descriptors.h22 #include "android/aidl/tests/ITestService.h"
27 namespace tests { namespace in namespace:android::aidl
34 } // 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_parcelables.h22 #include "android/aidl/tests/ITestService.h"
27 namespace tests { namespace in namespace:android::aidl
34 } // namespace tests
H A Daidl_test_client_primitives.h22 #include "android/aidl/tests/ITestService.h"
27 namespace tests { namespace in namespace:android::aidl
36 } // 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
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.cpp24 #include "android/aidl/tests/ITestService.h"
43 using android::aidl::tests::ITestService;
51 namespace tests { namespace in namespace:android::aidl
54 const char kServiceName[] = "android.aidl.tests.ITestService";
68 } // namespace tests
76 namespace client_tests = android::aidl::tests::client;
H A Daidl_test_client_service_exceptions.cpp29 namespace tests { namespace in namespace:android::aidl
47 } // namespace 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 Dtest_helpers.h24 #include "android/aidl/tests/ITestService.h"
28 namespace tests { namespace in namespace:android::aidl
33 const android::sp<android::aidl::tests::ITestService>& service,
34 android::binder::Status(android::aidl::tests::ITestService::*func)(T, V*),
48 const android::sp<android::aidl::tests::ITestService>& service,
49 android::binder::Status(android::aidl::tests::ITestService::*func)(
76 } // 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
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestFailException.java17 package android.aidl.tests;
H A DNullableTests.java17 package android.aidl.tests;
19 import android.aidl.tests.TestFailException;
H A DTestLogger.java17 package android.aidl.tests;
H A DSimpleParcelable.java17 package android.aidl.tests;
/system/connectivity/wificond/tests/integration/
H A Dbinder_dispatcher.h32 namespace tests { namespace in namespace:android::wificond
35 // Class to use for waiting for binder callbacks during integration tests.
42 // The |DispatchFor| is meant to be called from within the tests, while the
72 } // namespace tests
H A Dprocess_utils.h31 namespace tests { namespace in namespace:android::wificond
111 } // namespace tests
H A Dbinder_dispatcher.cpp35 namespace tests { namespace in namespace:android::wificond
100 } // namespace tests
/system/extras/power_profile/camera_avg/Application/tests/src/com/example/android/cameraavg/tests/
H A DSampleTests.java16 package com.example.android.powerprofile.cameraavg.tests;
49 //a tests fails and make it easy to understand why a test failed
54 * Add more tests below.
/system/tools/hidl/test/hidl_test/
H A DFooCallback.h4 #include <android/hardware/tests/foo/1.0/IFooCallback.h>
11 namespace tests { namespace in namespace:android::hardware
16 using ::android::hardware::tests::foo::V1_0::IFooCallback;
25 // Methods from ::android::hardware::tests::foo::V1_0::IFooCallback follow.
42 } // namespace tests
/system/core/fastboot/
H A Dusbtest.cpp132 } tests[] = { variable in typeref:struct:__anon1559
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...]

Completed in 270 milliseconds

12