HomeSort by relevance Sort by last modified time
    Searched defs:SetValue (Results 1 - 25 of 49) sorted by null

1 2

  /external/v8/testing/
gmock-support.h 24 void SetValue(const T& value) {
50 capture_->SetValue(value);
  /system/update_engine/update_manager/
generic_variables.h 165 // SetValue and UnsetValue to modify the current value of the variable and
181 void SetValue(const T& new_value) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 94 procedure SetValue(const Value: String);
97 property Value: String read GetValue write SetValue;
110 procedure SetValue(const Value: String);
451 procedure TANTLRString.SetValue(const Value: String);
  /external/libbrillo/brillo/dbus/
exported_property_set.h 77 virtual bool SetValue(brillo::ErrorPtr* error,
173 void SetValue(const T& new_value) {
190 bool SetValue(brillo::ErrorPtr* error,
  /external/v8/src/
atomic-utils.h 30 V8_INLINE void SetValue(T new_value) {
35 SetValue(value);
66 V8_INLINE void SetValue(T new_value) {
address-map.h 17 static void SetValue(HashMap::Entry* entry, uint32_t v) {
164 SetValue(entry, b.bitfield());
types.h 749 template<class V> void SetValue(int i, i::Handle<V> x) {
803 type->SetValue(1, map);
835 type->SetValue(1, value);
    [all...]
  /system/update_engine/common/
fake_prefs.cc 69 SetValue(key, value);
78 SetValue(key, value);
87 SetValue(key, value);
128 void FakePrefs::SetValue(const string& key, const T& value) {
prefs_unittest.cc 52 bool SetValue(const string& key, const string& value) {
81 ASSERT_TRUE(SetValue(kKey, test_data));
133 ASSERT_TRUE(SetValue(kKey, " \n 25 \t "));
140 ASSERT_TRUE(SetValue(kKey, "30a"));
146 ASSERT_TRUE(SetValue(kKey, base::StringPrintf(
154 ASSERT_TRUE(SetValue(kKey, base::StringPrintf(
162 ASSERT_TRUE(SetValue(kKey, " \t -100 \n "));
203 ASSERT_TRUE(SetValue(kKey, " \n false \t "));
211 ASSERT_TRUE(SetValue(kKey, " \t true \n "));
219 ASSERT_TRUE(SetValue(kKey, "1"))
    [all...]
  /external/libbrillo/brillo/
flag_helper.cc 35 bool SetValue(const std::string& /* value */) override { return true; };
50 bool BoolFlag::SetValue(const std::string& value) {
79 bool Int32Flag::SetValue(const std::string& value) {
95 bool Int64Flag::SetValue(const std::string& value) {
111 bool UInt64Flag::SetValue(const std::string& value) {
127 bool DoubleFlag::SetValue(const std::string& value) {
143 bool StringFlag::SetValue(const std::string& value) {
220 if (!flag->SetValue(value)) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 42 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
301 SetValue(&I, R, SF);
642 SetValue(&I, R, SF);
787 SetValue(&I, R, SF);
    [all...]
  /external/llvm/lib/TableGen/
TGParser.h 107 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
109 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
111 return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V);
TGParser.cpp 66 if (ERV->setValue(RV.getValue()))
77 /// SetValue -
79 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
133 if (RV->setValue(V)) {
167 if (SetValue(CurRec, SubClass.RefRange.Start, TArgs[i],
245 if (SetValue(CurRec, SubMultiClass.RefRange.Start, SMCTArgs[i],
260 if (SetValue(Def.get(), SubMultiClass.RefRange.Start, SMCTArgs[i],
335 if (SetValue(IterRec.get(), Loc, IterVar->getName(),
    [all...]
  /external/lzma/CPP/Windows/
Registry.cpp 116 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw()
123 LONG CKey::SetValue(LPCTSTR name, bool value) throw()
125 return SetValue(name, BoolToUINT32(value));
128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw()
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) throw()
170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value)
176 res = key.SetValue(valueName, value);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 35 def SetValue(self, val):
38 wx.SpinCtrl.SetValue(self, int(val))
40 wx.SpinCtrl.SetValue(self, val)
42 wx.SpinCtrl.SetValue(self, 0)
49 def SetValue(self, val):
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):
75 wx.CheckBox.SetValue(self, val)
    [all...]
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/webrtc/webrtc/base/
win32regkey.cc 57 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
65 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
73 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
82 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
91 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
101 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
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_name, static_cast<const uint8_t*>(value)
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 113 procedure SetValue(const V: String);
114 property Value: String read GetValue write SetValue;
120 procedure SetValue(const V: String);
129 procedure TFoo.SetValue(const V: String);
166 FIANTLRString.SetValue(Value);
  /external/libchrome/base/trace_event/
trace_event_argument.cc 144 void TracedValue::SetValue(const char* name, const TracedValue& value) {
237 void TracedValue::SetValue(const char* name, scoped_ptr<base::Value> value) {
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.cpp 487 IMB_Result IntelMetadataBuffer::SetValue(intptr_t value)
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 320 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value,
395 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bNotify) {
396 return SetValue(value, FALSE, bNotify);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 197 void CXFA_LocaleValue::SetValue(const CFX_WideString& wsValue,
  /external/webrtc/webrtc/p2p/base/
stun.h 350 void SetValue(uint32_t bits) { bits_ = bits; }
373 void SetValue(uint64_t bits) { bits_ = bits; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenc.h 134 virtual HRESULT WINAPI SetValue(LONG Index,const BSTR str) = 0;
152 HRESULT (WINAPI *SetValue)(ICertEncodeStringArray *This,LONG Index,const BSTR str);
172 #define ICertEncodeStringArray_SetValue(This,Index,str) (This)->lpVtbl->SetValue(This,Index,str)
202 virtual HRESULT WINAPI SetValue(LONG Index,LONG Value) = 0;
219 HRESULT (WINAPI *SetValue)(ICertEncodeLongArray *This,LONG Index,LONG Value);
238 #define ICertEncodeLongArray_SetValue(This,Index,Value) (This)->lpVtbl->SetValue(This,Index,Value)
266 virtual HRESULT WINAPI SetValue(LONG Index,DATE Value) = 0;
283 HRESULT (WINAPI *SetValue)(ICertEncodeDateArray *This,LONG Index,DATE Value);
302 #define ICertEncodeDateArray_SetValue(This,Index,Value) (This)->lpVtbl->SetValue(This,Index,Value)
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 492 void SetValue(const char* new_value) {
    [all...]

Completed in 1074 milliseconds

1 2