Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dsystem_properties_test.cpp43 ~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()
337 SystemPropertiesTest system_properties; in TEST()
445 SystemPropertiesTest system_properties; in TEST()
[all …]
/aosp12/system/bt/gd/os/android/
H A Dsystem_properties_test.cc30 TEST(SystemPropertiesTest, set_and_get_test) { in TEST() argument
44 TEST(SystemPropertiesTest, max_length_test) { in TEST() argument
/aosp12/system/bt/gd/os/host/
H A Dsystem_properties_test.cc29 TEST(SystemPropertiesTest, set_and_get_test) { in TEST() argument
/aosp12/system/bt/gd/os/linux/
H A Dsystem_properties_test.cc29 TEST(SystemPropertiesTest, set_and_get_test) { in TEST() argument
/aosp12/frameworks/base/core/tests/systemproperties/
H A Drun_core_systemproperties_test.sh24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretest…
/aosp12/bionic/libc/system_properties/include/system_properties/
H A Dsystem_properties.h45 friend class SystemPropertiesTest; variable
/aosp12/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java27 public class SystemPropertiesTest extends TestCase { class
/aosp12/packages/modules/adb/
H A Dtest_device.py677 class SystemPropertiesTest(DeviceTest): class