| /external/lzma/CPP/Windows/ |
| D | Registry.cpp | 116 LONG CKey::SetValue(LPCTSTR name, UInt32 value) in SetValue() function in NWindows::NRegistry::CKey 123 LONG CKey::SetValue(LPCTSTR name, bool value) in SetValue() function in NWindows::NRegistry::CKey 128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) 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) in SetValue() function in NWindows::NRegistry::CKey 170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() function
|
| /external/lldb/source/Core/ |
| D | Mangled.cpp | 129 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/ |
| 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/lldb/include/lldb/Core/ |
| D | ThreadSafeValue.h | 64 SetValue (const T& value) in SetValue() function
|
| /external/v8/testing/ |
| D | gmock-support.h | 20 void SetValue(const T& value) { in SetValue() function
|
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| D | Antlr.Runtime.Tools.pas | 94 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/ |
| D | Antlr.Runtime.Tools.Tests.pas | 113 procedure SetValue(const V: String); procedure 120 procedure SetValue(const V: String); procedure 129 procedure TFoo.SetValue(const V: String); procedure
|
| /external/lldb/include/lldb/DataFormatters/ |
| D | TypeFormat.h | 124 SetValue (uint32_t value) in SetValue() function
|
| D | TypeSynthetic.h | 176 SetValue (uint32_t value) in SetValue() function
|
| D | TypeSummary.h | 194 SetValue (uint32_t value) in SetValue() function
|
| /external/lldb/include/lldb/Host/ |
| D | Predicate.h | 121 SetValue (T value, PredicateBroadcastType broadcast_type) in SetValue() function
|
| /external/openfst/src/include/fst/ |
| D | mutable-fst.h | 163 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
|
| D | tuple-weight.h | 131 void SetValue(size_t i, const W &w) { values_[i] = w; } in SetValue() function
|
| D | float-weight.h | 93 void SetValue(const T &f) { value_ = f; } in SetValue() function
|
| D | vector-fst.h | 647 void SetValue(const A &arc) { in SetValue() function
|
| D | cache.h | 787 void SetValue(const Arc& arc) { in SetValue() function
|
| /external/tinyxml/ |
| D | tinyxml.h | 468 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/llvm/lib/TableGen/ |
| D | TGParser.h | 109 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName, in SetValue() function
|
| /external/sfntly/cpp/src/test/tinyxml/ |
| D | tinyxml.h | 508 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/pdfium/core/src/fpdfdoc/ |
| D | doc_formfield.cpp | 342 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify) in SetValue() function in CPDF_FormField 417 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bNotify) in SetValue() function in CPDF_FormField
|
| /external/lldb/source/Host/macosx/cfcpp/ |
| D | CFCMutableDictionary.cpp | 131 CFCMutableDictionary::SetValue(CFStringRef key, const void *value, bool can_create) in SetValue() function in CFCMutableDictionary
|
| /external/pdfium/core/src/fpdfapi/fpdf_page/ |
| D | fpdf_page_colors.cpp | 1348 void CPDF_Color::SetValue(FX_FLOAT* comps) in SetValue() function in CPDF_Color 1357 void CPDF_Color::SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comps, int ncomps) in SetValue() function in CPDF_Color
|
| /external/protobuf/gtest/include/gtest/ |
| D | gtest.h | 472 void SetValue(const char* new_value) { in SetValue() function
|
| /external/v8/src/ |
| D | types.h | 672 template<class V> void SetValue(int i, i::Handle<V> x) { in SetValue() function
|