Home
last modified time | relevance | path

Searched defs:SetValue (Results 1 – 25 of 174) sorted by relevance

1234567

/aosp_15_r20/external/libbrillo/brillo/
H A Dflag_helper.cc37 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
/aosp_15_r20/external/libchrome-gestures/src/
H A Dprop_registry.cc89 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
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dtlv.hpp129 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
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py134 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
H A DJetCtrls.py35 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
/aosp_15_r20/external/lzma/CPP/Windows/
H A DRegistry.cpp148 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DStructuredData.h310 void SetValue(N value) { m_value = value; } in SetValue() function
335 void SetValue(double value) { m_value = value; } in SetValue() function
354 void SetValue(bool value) { m_value = value; } in SetValue() function
372 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
563 void SetValue(void *value) { m_object = value; } in SetValue() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DStructuredData.h310 void SetValue(N value) { m_value = value; } in SetValue() function
335 void SetValue(double value) { m_value = value; } in SetValue() function
354 void SetValue(bool value) { m_value = value; } in SetValue() function
372 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
563 void SetValue(void *value) { m_object = value; } in SetValue() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DStructuredData.h310 void SetValue(N value) { m_value = value; } in SetValue() function
335 void SetValue(double value) { m_value = value; } in SetValue() function
354 void SetValue(bool value) { m_value = value; } in SetValue() function
372 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
563 void SetValue(void *value) { m_object = value; } in SetValue() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DStructuredData.h324 void SetValue(N value) { m_value = value; } in SetValue() function
349 void SetValue(double value) { m_value = value; } in SetValue() function
368 void SetValue(bool value) { m_value = value; } in SetValue() function
386 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
577 void SetValue(void *value) { m_object = value; } in SetValue() function
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Dexported_property_set.h181 void SetValue(const T& new_value) { in SetValue() function
198 bool SetValue(brillo::ErrorPtr* error, in SetValue() function
/aosp_15_r20/external/cronet/base/test/
H A Dtest_future.h393 void SetValue(Types... values) { in SetValue() function
536 void SetValue() { implementation_.SetValue(true); } in SetValue() function
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas113 procedure SetValue(const V: String); procedure
120 procedure SetValue(const V: String); procedure
129 procedure TFoo.SetValue(const V: String); procedure
/aosp_15_r20/external/openscreen/discovery/dnssd/public/
H A Ddns_sd_txt_record.cc35 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
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar3Vm.h148 static void SetValue(bool byteMode, void *addr, UInt32 value) in SetValue() function
161 static void SetValue(void *addr, UInt32 value) { SetValue(false, addr, value); } in SetValue() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3dx9effect.h126 STDMETHOD(SetValue)(THIS_ D3DXHANDLE parameter, const void *data, UINT bytes) PURE; in DECLARE_INTERFACE_() local
236 STDMETHOD(SetValue)(THIS_ D3DXHANDLE parameter, const void *data, UINT bytes) PURE; in DECLARE_INTERFACE_() local
334 STDMETHOD(SetValue)(THIS_ D3DXHANDLE parameter, const void *data, UINT bytes) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event_argument.cc148 void TracedValue::SetValue(const char* name, const TracedValue& value) { in SetValue() function in base::trace_event::TracedValue
241 void TracedValue::SetValue(const char* name, in SetValue() function in base::trace_event::TracedValue
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
Dexport_test.go9 func (k Key) SetValue(name string, valtype uint32, data []byte) error { func
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.h481 void SetValue(uint32_t bits) { bits_ = bits; } in SetValue() function
502 void SetValue(uint64_t bits) { bits_ = bits; } in SetValue() function
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/metadata/
H A Dno_effect_control_delegate.h35 int SetValue(const T& value) override { in SetValue() function
H A Dignored_control_delegate.h35 int SetValue(const T& /*value*/) override { return 0; }; in SetValue() function
H A Dtagged_control_delegate.h39 virtual int SetValue(const T& value) override { in SetValue() function
/aosp_15_r20/libcore/ojluni/src/test/java/util/HashMap/
H A DSetValue.java35 public class SetValue { class
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas94 procedure SetValue(const Value: String); procedure
110 procedure SetValue(const Value: String); procedure
451 procedure TANTLRString.SetValue(const Value: String); procedure
/aosp_15_r20/external/cronet/base/threading/
H A Dsequence_bound_unittest.cc172 void SetValue(int value) { in SetValue() function in base::__anon5d5b4e930111::Derived
184 void SetValue(int value) { in SetValue() function in base::__anon5d5b4e930111::Leftmost
200 void SetValue(int value) { in SetValue() function in base::__anon5d5b4e930111::Rightmost

1234567