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/connectivity/shill/test-scripts/
set-device-property 14 device.SetProperty(property_key, dbus.UInt16(value))
16 device.SetProperty(property_key, dbus.Int32(value))
18 device.SetProperty(property_key,
21 device.SetProperty(property_key, value)
set-service-property 19 service.SetProperty(property_key, int(value))
22 service.SetProperty(property_key,
25 service.SetProperty(property_key, value)
set-mtu 18 ipconfig.SetProperty("Mtu", int(mtu))
disable-device 19 # Shill uses the Disable method, flimflam uses a SetProperty call
23 device.SetProperty("Powered", dbus.Boolean(0))
enable-device 19 # Shill uses the Enable method, flimflam uses a SetProperty call
23 device.SetProperty("Powered", dbus.Boolean(1))
set-address 25 ipconfig.SetProperty("Address", address)
  /system/nativepower/daemon/
system_property_setter.h 33 virtual bool SetProperty(const std::string& key,
44 bool SetProperty(const std::string& key, const std::string& value) override;
system_property_setter.cc 27 bool SystemPropertySetter::SetProperty(const std::string& key,
system_property_setter_stub.cc 31 bool SystemPropertySetterStub::SetProperty(const std::string& key,
system_property_setter_stub.h 40 bool SetProperty(const std::string& key, const std::string& value) override;
  /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/
pending-compilation-error-handler.cc 52 JSObject::SetProperty(jserror, key_start_pos,
57 JSObject::SetProperty(jserror, key_end_pos,
62 JSObject::SetProperty(jserror, key_script, script, SLOPPY).Check();
i18n.cc 150 JSObject::SetProperty(
161 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("calendar"),
173 JSObject::SetProperty(
177 JSObject::SetProperty(
196 JSObject::SetProperty(
200 JSObject::SetProperty(resolved,
212 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("locale"),
217 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("locale"),
372 JSObject::SetProperty(
383 JSObject::SetProperty(
    [all...]
  /external/v8/test/mjsunit/harmony/
array-concat-object-proto-generic-dict.js 17 function SetProperty(receiver, key, value) {
21 // Force the Keyed Store IC in SetProperty to be generic.
24 SetProperty(receiver, 'prop'+i, 'value');
41 SetProperty(Object.prototype, Symbol.isConcatSpreadable, false);
53 SetProperty(Object.prototype, Symbol.isConcatSpreadable, true);
  /system/connectivity/shill/bin/
set_arpgw 73 dbus / $IMANAGER.SetProperty string:"ArpGateway" variant:boolean:$set_arpgw
  /external/v8/test/mjsunit/regress/
regress-3255.js 19 %SetProperty(str, 1, 'y', 0);
  /external/autotest/client/cros/networking/
shill_context.py 65 service.SetProperty(
79 service.SetProperty(
94 service.SetProperty(
  /external/opencv3/modules/videoio/src/
cap_intelperc.cpp 30 if (!setProperty(CV_CAP_PROP_INTELPERC_PROFILE_IDX, 0))
81 bool IntelPerCStreamBase::setProperty(int propIdx, double propVal)
311 bool IntelPerCStreamImage::setProperty(int propIdx, double propVal)
319 return (PXC_STATUS_NO_ERROR == m_device->SetProperty(PXCCapture::Device::PROPERTY_COLOR_BRIGHTNESS, (float)propVal));
326 return (PXC_STATUS_NO_ERROR == m_device->SetProperty(PXCCapture::Device::PROPERTY_COLOR_CONTRAST, (float)propVal));
333 return (PXC_STATUS_NO_ERROR == m_device->SetProperty(PXCCapture::Device::PROPERTY_COLOR_SATURATION, (float)propVal));
340 return (PXC_STATUS_NO_ERROR == m_device->SetProperty(PXCCapture::Device::PROPERTY_COLOR_HUE, (float)propVal));
347 return (PXC_STATUS_NO_ERROR == m_device->SetProperty(PXCCapture::Device::PROPERTY_COLOR_GAMMA, (float)propVal));
354 return (PXC_STATUS_NO_ERROR == m_device->SetProperty(PXCCapture::Device::PROPERTY_COLOR_SHARPNESS, (float)propVal));
361 return (PXC_STATUS_NO_ERROR == m_device->SetProperty(PXCCapture::Device::PROPERTY_COLOR_GAIN, (float)propVal))
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 44 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
  /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/msmcobalt/sdm/include/core/
debug_interface.h 137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
  /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) {
  /external/autotest/client/cros/cellular/
cell_tools_test_on_chromebook.py 44 self.service.SetProperty('AutoConnect', dbus.Boolean(False))
67 self.service.SetProperty('AutoConnect', dbus.Boolean(False))
79 self.service.SetProperty('AutoConnect', dbus.Boolean(False))
  /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/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*/) {

Completed in 663 milliseconds

1 2 3 4 5