Home
last modified time | relevance | path

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

1234

/external/chromium_org/components/policy/core/browser/
Dconfiguration_policy_pref_store_unittest.cc53 TEST_F(ConfigurationPolicyPrefStoreListTest, SetValue) { in TEST_F() argument
81 TEST_F(ConfigurationPolicyPrefStoreStringTest, SetValue) { in TEST_F() argument
109 TEST_F(ConfigurationPolicyPrefStoreBooleanTest, SetValue) { in TEST_F() argument
153 TEST_F(ConfigurationPolicyPrefStoreIntegerTest, SetValue) { in TEST_F() argument
/external/lzma/CPP/Windows/
DRegistry.cpp116 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/chromium_org/sql/
Dmeta_table.cc169 bool MetaTable::SetValue(const char* key, const std::string& value) { in SetValue() function in sql::MetaTable
176 bool MetaTable::SetValue(const char* key, int value) { in SetValue() function in sql::MetaTable
183 bool MetaTable::SetValue(const char* key, int64 value) { in SetValue() function in sql::MetaTable
/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/chromium_org/third_party/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/chromium_org/chrome/browser/accessibility/
Daccessibility_events.h228 void SetValue(int item_index, const std::string& value) { in SetValue() function
260 void SetValue( in SetValue() function
294 void SetValue(int item_index, std::string value) { in SetValue() function
/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/chromium_org/chrome/browser/sync/
Dabout_sync_util.cc81 void StringSyncStat::SetValue(const std::string& value) { in SetValue() function in __anona18425160111::StringSyncStat
86 void StringSyncStat::SetValue(const base::string16& value) { in SetValue() function in __anona18425160111::StringSyncStat
109 void BoolSyncStat::SetValue(bool value) { in SetValue() function in __anona18425160111::BoolSyncStat
132 void IntSyncStat::SetValue(int value) { in SetValue() function in __anona18425160111::IntSyncStat
/external/lldb/include/lldb/Core/
DThreadSafeValue.h64 SetValue (const T& value) in SetValue() function
/external/chromium_org/v8/testing/
Dgmock-support.h20 void SetValue(const T& value) { in SetValue() function
/external/chromium_org/net/quic/crypto/
Dcrypto_handshake_message.h40 template<class T> void SetValue(QuicTag tag, const T& v) { in SetValue() function
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dtote.h33 void SetValue(int i, int v) {value_[i] = v;} in SetValue() function
71 void SetValue(int i, int v) {value_[i] = v;} in SetValue() function
/external/chromium_org/chromeos/dbus/
Dfake_bluetooth_gatt_characteristic_service_provider.cc83 void FakeBluetoothGattCharacteristicServiceProvider::SetValue( in SetValue() function in chromeos::FakeBluetoothGattCharacteristicServiceProvider
Dfake_bluetooth_gatt_descriptor_service_provider.cc92 void FakeBluetoothGattDescriptorServiceProvider::SetValue( in SetValue() function in chromeos::FakeBluetoothGattDescriptorServiceProvider
/external/chromium_org/base/prefs/
Dvalue_map_pref_store.cc31 void ValueMapPrefStore::SetValue(const std::string& key, base::Value* value) { in SetValue() function in ValueMapPrefStore
/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/chromium_org/ppapi/cpp/dev/
Dscrollbar_dev.cc57 void Scrollbar_Dev::SetValue(uint32_t value) { in SetValue() function in pp::Scrollbar_Dev
/external/chromium_org/android_webview/browser/
Daw_pref_store.cc40 void AwPrefStore::SetValue(const std::string& key, base::Value* value) { in SetValue() function in AwPrefStore
/external/chromium_org/ppapi/c/dev/
Dppb_scrollbar_dev.h77 void (*SetValue)(PP_Resource scrollbar, uint32_t value); member
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioParamTimeline.h70 SetValue, enumerator
/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/chromium_org/chromecast/common/
Dchromecast_config.cc117 void ChromecastConfig::SetValue( in SetValue() function in chromecast::ChromecastConfig
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmutable-fst.h155 void SetValue(const Arc &a) { data_.base->SetValue(a); } in SetValue() function
/external/lldb/include/lldb/DataFormatters/
DTypeFormat.h124 SetValue (uint32_t value) in SetValue() function

1234