Home
last modified time | relevance | path

Searched defs:TestParam (Results 1 – 2 of 2) sorted by relevance

/system/core/libprocessgroup/
Dtask_profiles_test.cpp138 struct TestParam { struct
139 const char* attr_name;
140 const char* attr_value;
141 bool optional_attr;
142 bool result;
143 LogSeverity log_severity;
144 const char* log_prefix;
145 const char* log_suffix;
/system/update_engine/aosp/
Ddynamic_partition_test_utils.h277 struct TestParam { struct
281 inline std::ostream& operator<<(std::ostream& os, const TestParam& param) { argument