/system/chre/test/simulation/ |
D | README.md | 74 ##### Test app (#2, #6, #8) 96 ##### Test events (#1) 102 ##### System event (#3) 121 ##### Send event from the nanoapp (#4) 194 ##### Send event to the nanoapp (#5)
|
/system/core/init/ |
D | ueventd_parser_test.cpp | 28 void TestSubsystems(const Subsystem& expected, const Subsystem& test) { in TestSubsystems() 34 void TestPermissions(const Permissions& expected, const Permissions& test) { in TestPermissions() 43 void TestSysfsPermissions(const SysfsPermissions& expected, const SysfsPermissions& test) { in TestSysfsPermissions() 49 const ExternalFirmwareHandler& test) { in TestExternalFirmwareHandler() 57 void TestVector(const T& expected, const T& test, F function) { in TestVector()
|
/system/testing/gtest_extras/gtest_isolated/ |
D | Isolate.cpp | 184 int Isolate::ChildProcessFn(const std::tuple<std::string, std::string>& test) { in ChildProcessFn() 254 Test* test = new Test(tests_[cur_test_index_], cur_test_index_, run_index, read_fd); in LaunchTests() local 276 Test* test = running_[i]; in ReadTestsOutput() local 301 Test* test = test_ptr.get(); in CheckTestsFinished() local 396 Test* test = entry.second.get(); in CheckTestsTimeout() local 425 const Test* test = entry.second; in HandleSignals() local 480 const Test* test = entry.second.get(); in PrintResults() local 708 const Test* test = entry.second.get(); in WriteXmlResults() local 733 for (auto test : suite_entry.tests) { in WriteXmlResults() local
|
D | Test.cpp | 39 Test::Test(std::tuple<std::string, std::string>& test, size_t index, size_t run_index, int fd) in Test()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test.py | 40 def test(self): function 77 test = make_test(client, server) variable
|
/system/keymaster/tests/ |
D | kdf1_test.cpp | 27 namespace test { namespace 44 for (auto& test : kKdf1Tests) { in TEST() local
|
D | hmac_test.cpp | 28 namespace test { namespace 63 const HmacTest& test(kHmacTests[i]); in TEST() local
|
D | kdf2_test.cpp | 27 namespace test { namespace 68 for (auto& test : kKdf2Tests) { in TEST() local
|
D | hkdf_test.cpp | 27 namespace test { namespace 64 for (auto& test : kHkdfTests) { in TEST() local
|
D | ckdf_test.cpp | 27 namespace test { namespace 88 for (auto& test : kCkdfTests) { in TEST() local
|
D | kdf_test.cpp | 22 namespace test { namespace
|
D | ecies_kem_test.cpp | 32 namespace test { namespace
|
D | nist_curve_key_exchange_test.cpp | 30 namespace test { namespace 185 for (auto& test : kNistCurveTests) { in TEST() local
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java.py | 47 def test(self): function 85 test = make_test(client, server) variable
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 9 namespace test { namespace 24 namespace test { namespace 304 namespace test { namespace 550 namespace test { namespace 608 namespace test { namespace 655 namespace test { namespace 670 namespace test { namespace 898 namespace test { namespace
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 9 namespace test { namespace 24 namespace test { namespace 304 namespace test { namespace 550 namespace test { namespace 608 namespace test { namespace 655 namespace test { namespace 670 namespace test { namespace 898 namespace test { namespace
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 9 namespace test { namespace 24 namespace test { namespace 365 namespace test { namespace 665 namespace test { namespace 739 namespace test { namespace 798 namespace test { namespace 813 namespace test { namespace 1102 namespace test { namespace 1358 namespace test { namespace
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 9 namespace test { namespace 24 namespace test { namespace 361 namespace test { namespace 657 namespace test { namespace 727 namespace test { namespace 785 namespace test { namespace 800 namespace test { namespace 1085 namespace test { namespace 1337 namespace test { namespace
|
/system/libfmq/tests/ |
D | fmq_test.py | 33 def test(self): function 93 test = make_test(client, server, gtest_filter) variable
|
/system/security/keystore/tests/ |
D | blob_test.cpp | 26 namespace test { namespace
|
D | verification_token_seralization_test.cpp | 22 namespace test { namespace
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 106 const std::string test = XMLAttribute(part, "test"); in ExtractPartitions() local 163 const tinyxml2::XMLElement* test = part->FirstChildElement("test") in ExtractPacked() local 226 const tinyxml2::XMLElement* test = command->FirstChildElement("test"); in ExtractOem() local
|
/system/chre/chpp/test/ |
D | fake_link.cpp | 24 namespace chpp::test { namespace
|
/system/core/fastboot/ |
D | task_test.cpp | 256 for (auto& test : test_cases) { in TEST_F() local 298 for (auto& test : patternmatchtest) { in TEST_F() local 349 for (auto& test : patternmatchtest) { in TEST_F() local
|
/system/apex/tests/app/src/com/android/tests/apex/app/ |
D | VendorApexTests.java | 153 private static void assertAwait(Supplier<Boolean> test, long millis, String failMessage) in assertAwait()
|