HomeSort by relevance Sort by last modified time
    Searched refs:SetValue (Results 51 - 75 of 301) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 65 self.ctrls[Text].SetValue(Lst[0])
90 self.ctrls[Text].SetValue(Lst)
134 def SetValue(self, fld, val):
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):
210 self.je.ctrls[fld].SetValue(val)
231 def SetValue(self, fld, val):
    [all...]
  /external/chromium_org/base/prefs/
pref_value_map.cc 41 bool PrefValueMap::SetValue(const std::string& key, base::Value* value) {
100 SetValue(key, new base::FundamentalValue(value));
111 SetValue(key, new base::StringValue(value));
120 SetValue(key, new base::FundamentalValue(value));
value_map_pref_store.h 31 virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
pref_member_unittest.cc 117 boolean.SetValue(true);
138 integer.SetValue(5);
159 double_member.SetValue(1.0);
180 string.SetValue("foo");
205 string_list.SetValue(expected_vector);
258 pref1.SetValue(2.3);
261 pref2.SetValue(3.5);
276 // Calling SetValue should not fire the observer.
277 test_obj.str_.SetValue("hello");
pref_value_map.h 36 bool SetValue(const std::string& key, base::Value* value);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_characteristic_service_provider.h 40 void SetValue(const std::vector<uint8>& value,
fake_bluetooth_gatt_descriptor_service_provider.h 39 void SetValue(const std::vector<uint8>& value,
  /external/chromium_org/ppapi/c/dev/
ppb_scrollbar_dev.h 77 void (*SetValue)(PP_Resource scrollbar, uint32_t value);
  /external/chromium_org/ui/views/controls/
progress_bar_unittest.cc 26 bar.SetValue(62);
slider_unittest.cc 290 slider()->SetValue(0.5);
295 slider()->SetValue(0.5);
300 slider()->SetValue(0.5);
308 slider()->SetValue(0.5);
317 slider()->SetValue(0.5);
326 slider()->SetValue(0.25);
  /external/lldb/include/lldb/Core/
ThreadSafeValue.h 64 SetValue (const T& value)
  /external/lzma/CPP/Windows/
Registry.cpp 116 LONG CKey::SetValue(LPCTSTR name, UInt32 value)
123 LONG CKey::SetValue(LPCTSTR name, bool value)
125 return SetValue(name, BoolToUINT32(value));
128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value)
137 LONG CKey::SetValue(LPCTSTR name, const CSysString &value)
148 LONG CKey::SetValue(LPCWSTR name, LPCWSTR value)
155 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name),
162 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size)
170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value)
176 res = key.SetValue(valueName, value);
    [all...]
  /external/chromium_org/net/quic/
quic_config_test.cc 188 msg.SetValue(kICSL, 1);
192 msg.SetValue(kICSL, 1);
194 msg.SetValue(kMSPC, 1);
209 msg.SetValue(kICSL, 1);
211 msg.SetValue(kMSPC, 1);
224 msg.SetValue(kICSL, 1);
235 msg.SetValue(kICSL, 1);
236 msg.SetValue(kMSPC, 3);
  /external/chromium_org/ppapi/api/dev/
ppb_scrollbar_dev.idl 56 void SetValue([in] PP_Resource scrollbar,
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 33 void SetValue(int i, int v) {value_[i] = v;}
71 void SetValue(int i, int v) {value_[i] = v;}
  /external/chromium_org/tools/gn/
function_foreach.cc 105 scope->SetValue(loop_var, list[i], function);
115 scope->SetValue(loop_var, old_loop_value, old_loop_value.origin());
parse_tree_unittest.cc 35 setup.scope()->SetValue("a",
44 setup.scope()->GetMutableValue("a", false)->scope_value()->SetValue(
template.cc 66 // Scope.SetValue will copy the value which will in turn copy the scope, but
70 template_scope.SetValue(kInvoker, Value(NULL, scoped_ptr<Scope>()),
77 template_scope.SetValue(target_name,
args.cc 163 scope_to_set->SetValue(i->first, i->second, i->second.origin());
231 dest->SetValue(variables::kBuildOs, os_val, NULL);
232 dest->SetValue(variables::kOs, os_val, NULL);
272 dest->SetValue(variables::kBuildCpuArch, arch_val, NULL);
273 dest->SetValue(variables::kCpuArch, arch_val, NULL);
294 scope->SetValue(i->first, i->second, i->second.origin());
  /external/chromium_org/tools/win/split_link/
install_split_link.py 83 _winreg.SetValue(_winreg.HKEY_CURRENT_USER,
87 _winreg.SetValue(_winreg.HKEY_CURRENT_USER,
  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store_unittest.cc 108 segregated_store_->SetValue(kSelectedPref, new base::StringValue(kValue1));
109 segregated_store_->SetValue(kUnselectedPref, new base::StringValue(kValue2));
129 selected_store_->SetValue(kSelectedPref, new base::StringValue(kValue1));
130 default_store_->SetValue(kUnselectedPref,
154 segregated_store_->SetValue(kSelectedPref, new base::StringValue(kValue1));
156 segregated_store_->SetValue(kUnselectedPref, new base::StringValue(kValue2));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 119 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); }
  /external/lldb/include/lldb/DataFormatters/
TypeFormat.h 124 SetValue (uint32_t value)
198 m_flags.SetValue(value);
  /external/chromium_org/android_webview/browser/
aw_pref_store.h 36 virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
  /external/chromium_org/chrome/browser/media/
media_device_id_salt.cc 37 media_device_id_salt_.SetValue(CreateSalt());

Completed in 1067 milliseconds

1 23 4 5 6 7 8 91011>>