Home
last modified time | relevance | path

Searched defs:TestConfig (Results 1 – 5 of 5) sorted by relevance

/system/netd/resolv/
Dlibnetd_resolv_test.cpp130 static const struct TestConfig { in TEST_F() struct
131 int ai_flags; in TEST_F()
132 socklen_t ai_addrlen; in TEST_F()
133 char* ai_canonname; in TEST_F()
134 struct sockaddr* ai_addr; in TEST_F()
135 struct addrinfo* ai_next; in TEST_F()
136 int expected_errorno; // expected result in TEST_F()
138 std::string asParameters() const { in TEST_F()
256 static const struct TestConfig { in TEST_F() struct
257 int ai_flags; in TEST_F()
[all …]
Dresolver_test.cpp1610 struct TestConfig { in TEST_F() struct
1611 const std::string mode; in TEST_F()
1612 const bool withWorkingTLS; in TEST_F()
1613 const std::string method; in TEST_F()
1615 std::string asHostName() const { in TEST_F()
2324 static const struct TestConfig { in TEST_F() struct
2325 std::string mode; in TEST_F()
2326 std::string method; in TEST_F()
2327 Edns edns; in TEST_F()
2328 ExpectResult expectResult; in TEST_F()
[all …]
Ddnsresolver_binder_test.cpp151 static const struct TestConfig { in TEST_F() struct
152 std::string hostname; in TEST_F()
153 int returnCode; in TEST_F()
/system/core/libprocessgroup/profiles/
Dtest_vendor.cpp34 class TestConfig : public JsonSchemaTestConfig { class
36 TestConfig(const std::string& path) : file_path_(path){}; in TestConfig() function in android::profiles::TestConfig
/system/core/fastboot/fuzzy_fastboot/
Dextensions.h65 enum TestConfig { NO = 0, NO_WRITES, YES }; enum