/external/libchrome-gestures/src/ |
D | prop_registry.cc | 89 bool BoolProperty::SetValue(const Json::Value& value) { in SetValue() function in gestures::BoolProperty 130 bool BoolArrayProperty::SetValue(const Json::Value& list) { in SetValue() function in gestures::BoolArrayProperty 165 bool DoubleProperty::SetValue(const Json::Value& value) { in SetValue() function in gestures::DoubleProperty 210 bool DoubleArrayProperty::SetValue(const Json::Value& list) { in SetValue() function in gestures::DoubleArrayProperty 247 bool IntProperty::SetValue(const Json::Value& value) { in SetValue() function in gestures::IntProperty 289 bool IntArrayProperty::SetValue(const Json::Value& list) { in SetValue() function in gestures::IntArrayProperty 324 bool StringProperty::SetValue(const Json::Value& value) { in SetValue() function in gestures::StringProperty
|
/external/libbrillo/brillo/ |
D | flag_helper.cc | 37 bool SetValue(const std::string& /* value */) override { return true; }; in SetValue() function in brillo::HelpFlag 52 bool BoolFlag::SetValue(const std::string& value) { in SetValue() function in brillo::BoolFlag 81 bool Int32Flag::SetValue(const std::string& value) { in SetValue() function in brillo::Int32Flag 97 bool UInt32Flag::SetValue(const std::string& value) { in SetValue() function in brillo::UInt32Flag 113 bool Int64Flag::SetValue(const std::string& value) { in SetValue() function in brillo::Int64Flag 129 bool UInt64Flag::SetValue(const std::string& value) { in SetValue() function in brillo::UInt64Flag 145 bool DoubleFlag::SetValue(const std::string& value) { in SetValue() function in brillo::DoubleFlag 161 bool StringFlag::SetValue(const std::string& value) { in SetValue() function in brillo::StringFlag
|
/external/ot-br-posix/src/common/ |
D | tlv.hpp | 129 void SetValue(uint64_t aValue) in SetValue() function in otbr::Tlv 146 void SetValue(uint32_t aValue) in SetValue() function in otbr::Tlv 163 void SetValue(uint16_t aValue) in SetValue() function in otbr::Tlv 178 void SetValue(uint8_t aValue) in SetValue() function in otbr::Tlv 189 void SetValue(int8_t aValue) in SetValue() function in otbr::Tlv 198 void SetValue(const void *aValue, uint16_t aLength, bool aForceExtended = false) in SetValue() function in otbr::Tlv
|
/external/libbrillo/brillo/dbus/ |
D | exported_property_set.h | 181 void SetValue(const T& new_value) { in SetValue() function 198 bool SetValue(brillo::ErrorPtr* error, in SetValue() function
|
/external/lzma/CPP/Windows/ |
D | Registry.cpp | 148 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() in SetValue() function in NWindows::NRegistry::CKey 155 LONG CKey::SetValue(LPCTSTR name, bool value) throw() in SetValue() function in NWindows::NRegistry::CKey 162 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() in SetValue() function in NWindows::NRegistry::CKey 183 LONG CKey::SetValue(LPCWSTR name, LPCWSTR value) in SetValue() function in NWindows::NRegistry::CKey 198 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw() in SetValue() function in NWindows::NRegistry::CKey 206 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() function
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 134 def SetValue(self, fld, val): member in JetEdit 209 def SetValue(self, fld, val): member in JetPreferences 231 def SetValue(self, fld, val): member in JetAbout 250 def SetValue(self, fld, val): member in JetPropertiesDialog 342 def SetValue(self, fld, val): member in SegEdit 655 def SetValue(self, fld, val): member in EventEdit 871 def SetValue(self, fld, val): member in JetReplicate 939 def SetValue(self, fld, val): member in JetMove
|
D | JetCtrls.py | 35 def SetValue(self, val): member in JetSpin 49 def SetValue(self, val): member in JetSpinOneBased 68 def SetValue(self, val): member in JetCheckBox 86 def SetValue(self, val): member in JetRadioButton 217 def SetValue(self, muteFlags): member in JetTrackCtrl 280 def SetValue(self, val): member in JetFileCombo 339 def SetValue(self, val): member in JetFileText 468 def SetValue(self, mbt): member in TimeCtrl
|
/external/openscreen/discovery/dnssd/public/ |
D | dns_sd_txt_record.cc | 35 Error DnsSdTxtRecord::SetValue(const std::string& key, in SetValue() function in openscreen::discovery::DnsSdTxtRecord 46 Error DnsSdTxtRecord::SetValue(const std::string& key, in SetValue() function in openscreen::discovery::DnsSdTxtRecord
|
/external/cronet/tot/base/test/ |
D | test_future.h | 392 void SetValue(Types... values) { in SetValue() function 539 void SetValue() { implementation_.SetValue(true); } in SetValue() function
|
/external/cronet/stable/base/test/ |
D | test_future.h | 392 void SetValue(Types... values) { in SetValue() function 539 void SetValue() { implementation_.SetValue(true); } in SetValue() function
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MapFieldAccessor.cs | 59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.MapFieldAccessor
|
D | IFieldAccessor.cs | 75 void SetValue(IMessage message, object value); in SetValue() method
|
D | RepeatedFieldAccessor.cs | 59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.RepeatedFieldAccessor
|
D | ExtensionAccessor.cs | 64 public void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.ExtensionAccessor
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | IFieldAccessor.cs | 75 void SetValue(IMessage message, object value); in SetValue() method
|
D | RepeatedFieldAccessor.cs | 59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.RepeatedFieldAccessor
|
D | MapFieldAccessor.cs | 59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.MapFieldAccessor
|
D | SingleFieldAccessor.cs | 158 … public override void SetValue(IMessage message, object value) => setValueDelegate(message, value); in SetValue() method in Google.Protobuf.Reflection.SingleFieldAccessor
|
D | ExtensionAccessor.cs | 64 public void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.ExtensionAccessor
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | RepeatedFieldAccessor.cs | 59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.RepeatedFieldAccessor
|
D | MapFieldAccessor.cs | 59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.MapFieldAccessor
|
D | IFieldAccessor.cs | 75 void SetValue(IMessage message, object value); in SetValue() method
|
D | SingleFieldAccessor.cs | 158 … public override void SetValue(IMessage message, object value) => setValueDelegate(message, value); in SetValue() method in Google.Protobuf.Reflection.SingleFieldAccessor
|
D | ExtensionAccessor.cs | 64 public void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.ExtensionAccessor
|
/external/sandboxed-api/sandboxed_api/ |
D | var_reg.h | 65 virtual void SetValue(T value) { value_ = value; } in SetValue() function
|