Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 100) sorted by relevance

1234

/system/bt/test/
Dgen_coverage.py234 def generate_coverage_html(test): argument
265 def generate_coverage_json(test): argument
296 def write_json_summary(test): argument
/system/core/init/
Dueventd_parser_test.cpp28 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()
56 void TestVector(const T& expected, const T& test, F function) { in TestVector()
/system/libfmq/tests/
Dfmq_test.py33 def test(self): function
70 test = make_test(client, server) variable
/system/tools/hidl/test/hidl_test/
Dhidl_test.py33 def test(self): function
70 test = make_test(client, server) variable
/system/keymaster/tests/
Dkdf1_test.cpp27 namespace test { namespace
44 for (auto& test : kKdf1Tests) { in TEST() local
Dhmac_test.cpp28 namespace test { namespace
63 const HmacTest& test(kHmacTests[i]); in TEST() local
Dkdf2_test.cpp27 namespace test { namespace
68 for (auto& test : kKdf2Tests) { in TEST() local
Dhkdf_test.cpp27 namespace test { namespace
64 for (auto& test : kHkdfTests) { in TEST() local
Dckdf_test.cpp27 namespace test { namespace
88 for (auto& test : kCkdfTests) { in TEST() local
Dkdf_test.cpp22 namespace test { namespace
Decies_kem_test.cpp32 namespace test { namespace
/system/tools/hidl/test/java_test/
Dhidl_test_java.py39 def test(self): function
77 test = make_test(client, server) variable
/system/testing/gtest_extras/
DIsolate.cpp181 int Isolate::ChildProcessFn(const std::tuple<std::string, std::string>& test) { in ChildProcessFn()
251 Test* test = new Test(tests_[cur_test_index_], cur_test_index_, run_index, read_fd); in LaunchTests() local
273 Test* test = running_[i]; in ReadTestsOutput() local
298 Test* test = test_ptr.get(); in CheckTestsFinished() local
393 Test* test = entry.second.get(); in CheckTestsTimeout() local
422 const Test* test = entry.second; in HandleSignals() local
477 const Test* test = entry.second.get(); in PrintResults() local
705 const Test* test = entry.second.get(); in WriteXmlResults() local
730 for (auto test : suite_entry.tests) { in WriteXmlResults() local
/system/security/keystore2/src/
Dtry_insert.rs69 mod test { module
81 fn test() { in test() function
/system/bt/gd/packet/parser/test/
Dsix_bytes.cc24 namespace test { namespace
Dvariable.cc27 namespace test { namespace
/system/bt/test/headless/
Dget_options.h38 std::string test = non_options_.front(); in GetNextSubTest() local
/system/security/keystore/tests/
Dblob_test.cpp26 namespace test { namespace
Dverification_token_seralization_test.cpp22 namespace test { namespace
/system/bt/test/mock/
Dmock_stack_btm_ble_advertiser_hci_interface.cc48 namespace test { namespace
Dmock_main_bte.cc41 namespace test { namespace
Dmock_stack_btm_ble_scanner_hci_interface.cc47 namespace test { namespace
/system/core/libdiskconfig/
Ddiskutils.c34 write_raw_image(const char *dst, const char *src, loff_t offset, int test) in write_raw_image()
Dwrite_lst.c70 wlist_commit(int fd, struct write_list *lst, int test) in wlist_commit()
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp106 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

1234