HomeSort by relevance Sort by last modified time
    Searched refs:SetProperty (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /system/core/init/
property_service_test.cpp 27 using android::base::SetProperty;
59 ASSERT_TRUE(SetProperty("property_service_utf8_test", "base_success"));
60 EXPECT_FALSE(SetProperty("property_service_utf8_test", "\x80"));
61 EXPECT_FALSE(SetProperty("property_service_utf8_test", "\xC2\x01"));
62 EXPECT_FALSE(SetProperty("property_service_utf8_test", "\xE0\xFF"));
63 EXPECT_FALSE(SetProperty("property_service_utf8_test", "\xE0\xA0\xFF"));
64 EXPECT_FALSE(SetProperty("property_service_utf8_test", "\xF0\x01\xFF"));
65 EXPECT_FALSE(SetProperty("property_service_utf8_test", "\xF0\x90\xFF"));
66 EXPECT_FALSE(SetProperty("property_service_utf8_test", "\xF0\x90\x80\xFF"));
67 EXPECT_FALSE(SetProperty("property_service_utf8_test", "\xF0\x90\x80"))
    [all...]
  /system/core/base/
properties_test.cpp 29 android::base::SetProperty("debug.libbase.property_test", "hello");
34 android::base::SetProperty("debug.libbase.property_test", "world");
49 android::base::SetProperty("debug.libbase.property_test", "");
55 android::base::SetProperty("debug.libbase.property_test", value.c_str());
82 android::base::SetProperty("debug.libbase.property_test", "-12");
84 android::base::SetProperty("debug.libbase.property_test", "12");
88 android::base::SetProperty("debug.libbase.property_test", "");
92 android::base::SetProperty("debug.libbase.property_test", "0");
94 android::base::SetProperty("debug.libbase.property_test", "1");
96 android::base::SetProperty("debug.libbase.property_test", "2")
    [all...]
  /device/google/wahoo/vr/
VrDevice.cpp 51 if (!android::base::SetProperty("sys.qcom.thermalcfg",
57 if (!android::base::SetProperty("sys.qcom.thermalcfg",
63 if (!android::base::SetProperty("ctl.restart", "vendor.thermal-engine")) {
  /external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
network_DhcpFailureWithStaticIP.py 70 service.SetProperty('StaticIP.Address', static_ip_address)
71 service.SetProperty('StaticIP.Prefixlen', prefix_len)
73 service.SetProperty('StaticIP.NameServers',
  /external/v8/src/
i18n.cc 156 JSObject::SetProperty(
170 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("calendar"),
182 JSObject::SetProperty(
186 JSObject::SetProperty(
205 JSObject::SetProperty(
209 JSObject::SetProperty(resolved,
221 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("locale"),
226 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("locale"),
369 JSObject::SetProperty(
380 JSObject::SetProperty(
    [all...]
pending-compilation-error-handler.cc 62 JSObject::SetProperty(jserror, key_start_pos,
67 JSObject::SetProperty(jserror, key_end_pos,
72 JSObject::SetProperty(jserror, key_script, script, SLOPPY).Check();
  /external/pdfium/xfa/fxfa/parser/
cxfa_setproperty.cpp 20 constexpr wchar_t kName[] = L"setProperty";
29 XFA_Element::SetProperty,
  /system/core/libsysutils/src/
ServiceManager.cpp 60 android::base::SetProperty("ctl.start", name);
90 android::base::SetProperty("ctl.stop", name);
  /system/core/usbd/
usbd.cpp 28 using android::base::SetProperty;
42 SetProperty("ctl.start", "adbd");
  /system/extras/perfprofd/
cpuconfig.cc 97 if (!android::base::SetProperty("ctl.stop", "mpdecision")) {
109 if (!android::base::SetProperty("ctl.start", "mpdecision")) {
  /device/google/wahoo/power-libperfmgr/
Power.cpp 123 if (!android::base::SetProperty(kPowerHalStateProp, "VIDEO_ENCODE")) {
131 if (!android::base::SetProperty(kPowerHalStateProp, "")) {
144 if (!android::base::SetProperty(kPowerHalStateProp, "SUSTAINED_PERFORMANCE")) {
150 if (!android::base::SetProperty(kPowerHalStateProp, "VR_SUSTAINED_PERFORMANCE")) {
161 if (!android::base::SetProperty(kPowerHalStateProp, "VR_MODE")) {
165 if (!android::base::SetProperty(kPowerHalStateProp, "")) {
177 if (!android::base::SetProperty(kPowerHalStateProp, "VR_MODE")) {
183 if (!android::base::SetProperty(kPowerHalStateProp, "VR_SUSTAINED_PERFORMANCE")) {
194 if (!android::base::SetProperty(kPowerHalStateProp, "SUSTAINED_PERFORMANCE")) {
198 if (!android::base::SetProperty(kPowerHalStateProp, ""))
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 46 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
  /hardware/qcom/display/msm8909/sdm/include/core/
debug_interface.h 139 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
  /hardware/qcom/display/msm8909w_3100/sdm/include/core/
debug_interface.h 137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
  /hardware/qcom/display/msm8996/sdm/include/core/
debug_interface.h 137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
  /hardware/qcom/display/msm8998/sdm/include/core/
debug_interface.h 137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
  /bootable/recovery/
adb_install.cpp 61 android::base::SetProperty("ctl.stop", "adbd");
69 android::base::SetProperty("ctl.start", "adbd");
  /hardware/qcom/display/msm8996/sdm/libs/utils/
debug.cpp 151 bool Debug::SetProperty(const char* property_name, const char* value) {
152 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {
  /bootable/recovery/tests/component/
uncrypt_test.cpp 43 ASSERT_TRUE(android::base::SetProperty("ctl.stop", "setup-bcb"));
44 ASSERT_TRUE(android::base::SetProperty("ctl.stop", "clear-bcb"));
45 ASSERT_TRUE(android::base::SetProperty("ctl.stop", "uncrypt"));
85 ASSERT_TRUE(android::base::SetProperty("ctl.start", isSetup ? "setup-bcb" : "clear-bcb"));
129 ASSERT_TRUE(android::base::SetProperty("ctl.stop", isSetup ? "setup-bcb" : "clear-bcb"));
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 49 service.SetProperty('StaticIP.Address', static_ip_address)
50 service.SetProperty('StaticIP.Prefixlen', prefix_len)
54 service.SetProperty('StaticIP.NameServers',
  /hardware/qcom/display/msm8909/sdm/include/utils/
debug.h 85 static bool SetProperty(const char *property_name, const char *value);
108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
debug.h 84 static bool SetProperty(const char *property_name, const char *value);
107 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 78 static bool SetProperty(const char *property_name, const char *value);
101 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /hardware/qcom/display/msm8998/sdm/include/utils/
debug.h 85 static bool SetProperty(const char *property_name, const char *value);
108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /external/libmojo/mojo/edk/embedder/
embedder.h 167 MOJO_SYSTEM_IMPL_EXPORT MojoResult SetProperty(MojoPropertyType type,

Completed in 2912 milliseconds

1 2 3 4 5