Searched defs:SetValue (Results 26 - 50 of 76) sorted by relevance

1234

/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h124 SetValue (uint32_t value) function in class:lldb_private::TypeFormatImpl::Flags
198 m_flags.SetValue(value);
/external/lldb/include/lldb/Host/
H A DPredicate.h121 SetValue (T value, PredicateBroadcastType broadcast_type) function in class:lldb_private::Predicate
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmutable-fst.h119 virtual void SetValue(const A &arc) = 0; // Set current arc's contents
135 // aiter.SetValue(arc);
155 void SetValue(const Arc &a) { data_.base->SetValue(a); } function in class:fst::MutableArcIterator
/external/chromium_org/base/prefs/
H A Dpref_member.h18 // update if either the pref changes or if my_string_.SetValue is called.
21 // notify MyClass of changes. Note that if you use SetValue(), the observer
239 void SetValue(const ValueType& value) { function in class:PrefMember
H A Dtesting_pref_store.cc45 void TestingPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:TestingPrefStore
46 if (prefs_.SetValue(key, value)) {
54 if (prefs_.SetValue(key, value))
112 SetValue(key, new base::StringValue(value));
116 SetValue(key, new base::FundamentalValue(value));
120 SetValue(key, new base::FundamentalValue(value));
H A Djson_pref_store.cc226 void JsonPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:JsonPrefStore
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_events.h210 void SetValue(int item_index, const std::string& value) { function in class:AccessibilityComboBoxInfo
242 void SetValue( function in class:AccessibilityTextBoxInfo
276 void SetValue(int item_index, std::string value) { function in class:AccessibilityListBoxInfo
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action.h86 SetValue(&title_, tab_id, title);
117 SetValue(&badge_text_, tab_id, text);
126 SetValue(&badge_text_color_, tab_id, text_color);
136 SetValue(&badge_background_color_, tab_id, color);
209 void SetValue(std::map<int, T>* map, int tab_id, const T& val) { function in class:ExtensionAction
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_service.cc147 void SupervisedUserSharedSettingsService::SetValue( function in class:SupervisedUserSharedSettingsService
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc64 void SetValue(const std::string& value);
65 void SetValue(const base::string16& value);
81 void StringSyncStat::SetValue(const std::string& value) { function in class:__anon4688::StringSyncStat
86 void StringSyncStat::SetValue(const base::string16& value) { function in class:__anon4688::StringSyncStat
94 void SetValue(bool value);
109 void BoolSyncStat::SetValue(bool value) { function in class:__anon4688::BoolSyncStat
117 void SetValue(int value);
132 void IntSyncStat::SetValue(int value) { function in class:__anon4688::IntSyncStat
320 client_version.SetValue(GetVersionString());
323 summary_string.SetValue("Syn
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.cc72 void PPB_Scrollbar_Impl::SetValue(uint32_t value) { function in class:content::PPB_Scrollbar_Impl
/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl_unittest.cc46 GetInstance()->SetValue(ssl, value);
68 void SetValue(SSL* ssl, const std::string& value) { function in class:net::__anon8939::SSLKeyHelper
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dhamt.c72 #define SetValue(h, n, v) do { \ macro
238 SetValue(hamt, node, entry);
303 SetValue(hamt, &newnodes[1], entry);
306 SetValue(hamt, &newnodes[0], entry);
358 SetValue(hamt, &newnodes[Map], entry);
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp131 CFCMutableDictionary::SetValue(CFStringRef key, const void *value, bool can_create) function in class:CFCMutableDictionary
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { function
300 SetValue(&I, R, SF);
641 SetValue(&I, R, SF);
786 SetValue(&I, R, SF);
812 SetValue(&I, R, SF);
854 SetValue(I, Result, CallingSF);
953 SetValue(PN, ResultValues[i], SF);
984 SetValue(&I, Result, SF);
1034 SetValue(&I, executeGEPOperation(I.getPointerOperand(),
1044 SetValue(
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.h107 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
109 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName, function in class:llvm::TGParser
111 return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V);
/external/lzma/CPP/Windows/
H A DRegistry.cpp116 LONG CKey::SetValue(LPCTSTR name, UInt32 value) function in class:NWindows::NRegistry::CKey
123 LONG CKey::SetValue(LPCTSTR name, bool value) function in class:NWindows::NRegistry::CKey
125 return SetValue(name, BoolToUINT32(value));
128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) function in class:NWindows::NRegistry::CKey
137 LONG CKey::SetValue(LPCTSTR name, const CSysString &value)
148 LONG CKey::SetValue(LPCWSTR name, LPCWSTR value) function in class:NWindows::NRegistry::CKey
155 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name),
162 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) function in class:NWindows::NRegistry::CKey
170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) function in namespace:NWindows::NRegistry
176 res = key.SetValue(valueNam
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusColor.h136 VOID SetValue(IN ARGB argb) function in class:Color
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py35 def SetValue(self, val): member in class:JetSpin
38 wx.SpinCtrl.SetValue(self, int(val))
40 wx.SpinCtrl.SetValue(self, val)
42 wx.SpinCtrl.SetValue(self, 0)
49 def SetValue(self, val): member in class:JetSpinOneBased
52 wx.SpinCtrl.SetValue(self, int(val) + 1)
54 wx.SpinCtrl.SetValue(self, val + 1)
56 wx.SpinCtrl.SetValue(self, 1)
68 def SetValue(self, val): member in class:JetCheckBox
75 wx.CheckBox.SetValue(sel
86 def SetValue(self, val): member in class:JetRadioButton
217 def SetValue(self, muteFlags): member in class:JetTrackCtrl
280 def SetValue(self, val): member in class:JetFileCombo
339 def SetValue(self, val): member in class:JetFileText
468 def SetValue(self, mbt): member in class:TimeCtrl
[all...]
H A DJetDialogs.py65 self.ctrls[Text].SetValue(Lst[0])
90 self.ctrls[Text].SetValue(Lst)
134 def SetValue(self, fld, val): member in class:JetEdit
136 self.ctrls[fld].SetValue(val)
147 self.je.ctrls[JetDefs.F_JFILE].SetValue(fileList[0])
160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
209 def SetValue(self, fld, val): member in class:JetPreferences
210 self.je.ctrls[fld].SetValue(val)
231 def SetValue(sel member in class:JetAbout
250 def SetValue(self, fld, val): member in class:JetPropertiesDialog
342 def SetValue(self, fld, val): member in class:SegEdit
655 def SetValue(self, fld, val): member in class:EventEdit
871 def SetValue(self, fld, val): member in class:JetReplicate
939 def SetValue(self, fld, val): member in class:JetMove
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas113 procedure SetValue(const V: String); procedure
114 property Value: String read GetValue write SetValue;
120 procedure SetValue(const V: String); procedure
129 procedure TFoo.SetValue(const V: String);
166 FIANTLRString.SetValue(Value);
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc177 reading_results->value_map->SetValue(it->key().ToString(), json_value);
270 void LevelDBPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:LevelDBPrefStore
297 prefs_.SetValue(key, new_value.release());
/external/chromium_org/net/cookies/
H A Dparsed_cookie.cc197 bool ParsedCookie::SetValue(const std::string& value) { function in class:net::ParsedCookie
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32regkey.cc74 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:talk_base::RegKey
82 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:talk_base::RegKey
90 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:talk_base::RegKey
99 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:talk_base::RegKey
108 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:talk_base::RegKey
118 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:talk_base::RegKey
418 hr = key.SetValue(value_name, *(static_cast<DWORD*>(value)));
421 hr = key.SetValue(value_name, *(static_cast<DWORD64*>(value)));
424 hr = key.SetValue(value_name, static_cast<const wchar_t*>(value));
427 hr = key.SetValue(value_nam
699 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD value) const { function in class:talk_base::RegKey
709 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD64 value) const { function in class:talk_base::RegKey
719 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:talk_base::RegKey
731 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:talk_base::RegKey
747 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:talk_base::RegKey
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc57 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
65 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
73 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
82 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
91 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
101 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
401 hr = key.SetValue(value_name, *(static_cast<DWORD*>(value)));
404 hr = key.SetValue(value_name, *(static_cast<DWORD64*>(value)));
407 hr = key.SetValue(value_name, static_cast<const wchar_t*>(value));
410 hr = key.SetValue(value_nam
682 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD value) const { function in class:rtc::RegKey
692 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD64 value) const { function in class:rtc::RegKey
702 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
714 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
730 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
[all...]

Completed in 745 milliseconds

1234