Home
last modified time | relevance | path

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

/bionic/tests/
Dsystem_properties_test.cpp38 class SystemPropertiesTest : public SystemProperties { class
40 SystemPropertiesTest() : SystemProperties(false) { in SystemPropertiesTest() function in SystemPropertiesTest
43 ~SystemPropertiesTest() { in ~SystemPropertiesTest()
94 SystemPropertiesTest system_properties; in TEST()
130 SystemPropertiesTest system_properties; in TEST()
165 SystemPropertiesTest system_properties; in TEST()
211 SystemPropertiesTest system_properties; in TEST()
228 SystemPropertiesTest system_properties; in TEST()
257 SystemPropertiesTest system_properties; in TEST()
316 SystemPropertiesTest system_properties; in TEST()
[all …]
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h45 friend class SystemPropertiesTest; variable