Lines Matching refs:SetProperty
31 android::base::SetProperty("debug.libbase.property_test", "hello"); in TEST()
36 android::base::SetProperty("debug.libbase.property_test", "world"); in TEST()
51 android::base::SetProperty("debug.libbase.property_test", ""); in TEST()
57 android::base::SetProperty("debug.libbase.property_test", value.c_str()); in CheckGetBoolProperty()
84 android::base::SetProperty("debug.libbase.property_test", "-12"); in CheckGetIntProperty()
86 android::base::SetProperty("debug.libbase.property_test", "12"); in CheckGetIntProperty()
90 android::base::SetProperty("debug.libbase.property_test", ""); in CheckGetIntProperty()
94 android::base::SetProperty("debug.libbase.property_test", "0"); in CheckGetIntProperty()
96 android::base::SetProperty("debug.libbase.property_test", "1"); in CheckGetIntProperty()
98 android::base::SetProperty("debug.libbase.property_test", "2"); in CheckGetIntProperty()
100 android::base::SetProperty("debug.libbase.property_test", "3"); in CheckGetIntProperty()
106 android::base::SetProperty("debug.libbase.property_test", "12"); in CheckGetUintProperty()
110 android::base::SetProperty("debug.libbase.property_test", ""); in CheckGetUintProperty()
114 android::base::SetProperty("debug.libbase.property_test", "12"); in CheckGetUintProperty()
116 android::base::SetProperty("debug.libbase.property_test", "12"); in CheckGetUintProperty()
135 android::base::SetProperty("debug.libbase.WaitForProperty_test", "a"); in TEST()
137 android::base::SetProperty("debug.libbase.WaitForProperty_test", "b"); in TEST()
168 android::base::SetProperty("debug.libbase.WaitForProperty_test", "a"); in TEST()
171 android::base::SetProperty("debug.libbase.WaitForProperty_test", "b"); in TEST()
188 android::base::SetProperty("debug.libbase.WaitForProperty_test", "a"); in TEST()
191 android::base::SetProperty("debug.libbase.WaitForProperty_test", "b"); in TEST()
208 android::base::SetProperty("debug.libbase.WaitForPropertyCreation_test", "a"); in TEST()