Home
last modified time | relevance | path

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

123

/external/libbrillo/brillo/
Dflag_helper.cc35 bool SetValue(const std::string& /* value */) override { return true; }; in SetValue() function in brillo::HelpFlag
50 bool BoolFlag::SetValue(const std::string& value) { in SetValue() function in brillo::BoolFlag
79 bool Int32Flag::SetValue(const std::string& value) { in SetValue() function in brillo::Int32Flag
95 bool Int64Flag::SetValue(const std::string& value) { in SetValue() function in brillo::Int64Flag
111 bool UInt64Flag::SetValue(const std::string& value) { in SetValue() function in brillo::UInt64Flag
127 bool DoubleFlag::SetValue(const std::string& value) { in SetValue() function in brillo::DoubleFlag
143 bool StringFlag::SetValue(const std::string& value) { in SetValue() function in brillo::StringFlag
/external/v8/src/base/
Datomic-utils.h30 V8_INLINE void SetValue(T new_value) { in SetValue() function
66 V8_INLINE void SetValue(T new_value) { in SetValue() function
/external/libbrillo/brillo/dbus/
Dexported_property_set.h173 void SetValue(const T& new_value) { in SetValue() function
190 bool SetValue(brillo::ErrorPtr* error, in SetValue() function
/external/lzma/CPP/Windows/
DRegistry.cpp116 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() in SetValue() function in NWindows::NRegistry::CKey
123 LONG CKey::SetValue(LPCTSTR name, bool value) throw() in SetValue() function in NWindows::NRegistry::CKey
128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() in SetValue() function in NWindows::NRegistry::CKey
148 LONG CKey::SetValue(LPCWSTR name, LPCWSTR value) in SetValue() function in NWindows::NRegistry::CKey
162 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw() in SetValue() function in NWindows::NRegistry::CKey
170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() function
/external/webrtc/webrtc/base/
Dwin32regkey.cc57 HRESULT RegKey::SetValue(const wchar_t* full_key_name, in SetValue() function in rtc::RegKey
65 HRESULT RegKey::SetValue(const wchar_t* full_key_name, in SetValue() function in rtc::RegKey
73 HRESULT RegKey::SetValue(const wchar_t* full_key_name, in SetValue() function in rtc::RegKey
82 HRESULT RegKey::SetValue(const wchar_t* full_key_name, in SetValue() function in rtc::RegKey
91 HRESULT RegKey::SetValue(const wchar_t* full_key_name, in SetValue() function in rtc::RegKey
101 HRESULT RegKey::SetValue(const wchar_t* full_key_name, in SetValue() function in rtc::RegKey
682 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD value) const { in SetValue() function in rtc::RegKey
692 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD64 value) const { in SetValue() function in rtc::RegKey
702 HRESULT RegKey::SetValue(const wchar_t* value_name, in SetValue() function in rtc::RegKey
714 HRESULT RegKey::SetValue(const wchar_t* value_name, in SetValue() function in rtc::RegKey
[all …]
/external/lldb/source/Core/
DMangled.cpp129 Mangled::SetValue (const ConstString &s, bool mangled) in SetValue() function in Mangled
152 Mangled::SetValue (const ConstString &name) in SetValue() function in Mangled
/external/sonivox/jet_tools/JetCreator/
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
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
/external/lldb/include/lldb/Core/
DThreadSafeValue.h64 SetValue (const T& value) in SetValue() function
/external/v8/testing/
Dgmock-support.h24 void SetValue(const T& value) { in SetValue() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
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
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
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
/external/v8/test/unittests/base/
Datomic-utils-unittest.cc36 TEST(AtomicNumber, SetValue) { in TEST() argument
87 TEST(AtomicValue, SetValue) { in TEST() argument
/external/lldb/include/lldb/DataFormatters/
DTypeFormat.h124 SetValue (uint32_t value) in SetValue() function
/external/lldb/include/lldb/Host/
DPredicate.h121 SetValue (T value, PredicateBroadcastType broadcast_type) in SetValue() function
/external/openfst/src/include/fst/
Dmutable-fst.h163 void SetValue(const A &arc) { SetValue_(arc); } // Set current arc's content in SetValue() function
204 void SetValue(const Arc &a) { data_.base->SetValue(a); } in SetValue() function
Dtuple-weight.h131 void SetValue(size_t i, const W &w) { values_[i] = w; } in SetValue() function
/external/tinyxml/
Dtinyxml.h468 void SetValue(const char * _value) { value = _value;} in SetValue() function
472 void SetValue( const std::string& _value ) in SetValue() function
745 void SetValue( const char* _value ) { value = _value; } ///< Set the value. in SetValue() function
758 void SetValue( const std::string& _value ) in SetValue() function
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc144 void TracedValue::SetValue(const char* name, const TracedValue& value) { in SetValue() function in base::trace_event::TracedValue
237 void TracedValue::SetValue(const char* name, scoped_ptr<base::Value> value) { in SetValue() function in base::trace_event::TracedValue
/external/llvm/lib/TableGen/
DTGParser.h109 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName, in SetValue() function
/external/v8/src/
Daddress-map.h17 static void SetValue(base::HashMap::Entry* entry, uint32_t v) { in SetValue() function
/external/webrtc/webrtc/p2p/base/
Dstun.h350 void SetValue(uint32_t bits) { bits_ = bits; } in SetValue() function
373 void SetValue(uint64_t bits) { bits_ = bits; } in SetValue() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h508 void SetValue(const char * _value) { value = _value;} in SetValue() function
512 void SetValue( const std::string& _value ) { value = _value; } in SetValue() function
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value. in SetValue() function
845 void SetValue( const std::string& _value ) { value = _value; } in SetValue() function
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp209 Value *CopyLen, Value *SetValue, LLVMContext &Context, in convertMemSetToLoop()
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp320 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, in SetValue() function in CPDF_FormField
395 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bNotify) { in SetValue() function in CPDF_FormField

123