Home
last modified time | relevance | path

Searched refs:SystemPropertiesTest (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dsystem_properties_test.cpp43 class SystemPropertiesTest : public SystemProperties { class
45 SystemPropertiesTest() : SystemProperties(false) { in SystemPropertiesTest() function in SystemPropertiesTest
51 ~SystemPropertiesTest() { in ~SystemPropertiesTest()
116 SystemPropertiesTest system_properties; in TEST()
153 SystemPropertiesTest system_properties; in TEST()
204 SystemPropertiesTest system_properties; in TEST()
239 SystemPropertiesTest system_properties; in TEST()
285 SystemPropertiesTest system_properties; in TEST()
302 SystemPropertiesTest system_properties; in TEST()
331 SystemPropertiesTest system_properties; in TEST()
[all …]
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h42 friend class SystemPropertiesTest; variable