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

1 2 3

  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
export_test.go 9 func (k Key) SetValue(name string, valtype uint32, data []byte) error {
10 return k.setValue(name, valtype, data)
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
export_test.go 9 func (k Key) SetValue(name string, valtype uint32, data []byte) error {
10 return k.setValue(name, valtype, data)
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IFieldAccessor.cs 69 void SetValue(IMessage message, object value);
  /external/pdfium/core/fpdfapi/page/
cpdf_color.cpp 70 void CPDF_Color::SetValue(FX_FLOAT* comps) {
77 void CPDF_Color::SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comps, int ncomps) {
  /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/mdnsresponder/mDNSWindows/DLLX/
TXTRecord.cpp 38 STDMETHODIMP CTXTRecord::SetValue(BSTR key, VARIANT value)
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 40 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
280 SetValue(&I, R, SF);
474 SetValue(&I, R, SF);
549 SetValue(&I, R, SF);
563 SetValue(&I, R, SF);
606 SetValue(I, Result, CallingSF);
725 SetValue(PN, ResultValues[i], SF);
756 SetValue(&I, Result, SF);
806 SetValue(&I, executeGEPOperation(I.getPointerOperand(),
816 SetValue(&I, Result, SF)
    [all...]
  /external/flatbuffers/include/flatbuffers/
code_generators.h 30 // code.SetValue("NAME", "Foo");
32 // code.SetValue("NAME", "Bar");
52 void SetValue(const std::string& key, const std::string& value) {
58 // previously stored in the CodeWriter by calling SetValue above. The newline
  /frameworks/native/libs/vr/libpdx/private/pdx/
status.h 61 void SetValue(T value) {
140 void SetValue() { error_ = 0; }
  /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 51 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,
110 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
113 return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V,
  /external/v8/src/base/
atomic-utils.h 36 V8_INLINE void SetValue(T new_value) {
41 SetValue(value);
79 V8_INLINE void SetValue(T new_value) {
145 V8_INLINE void SetValue(T new_value) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDefineObject.py 74 self.PciVendorId.SetValue(PciVendorId)
98 self.PciDeviceId.SetValue(PciDeviceId)
122 self.PciClassCode.SetValue(PciClassCode)
147 self.PciRevision.SetValue(PciRevision)
172 self.PciCompress.SetValue(PciCompress)
225 self.BaseName.SetValue(BaseName)
256 self.FileGuid.SetValue(FileGuid)
287 self.ModuleType.SetValue(ModuleType)
354 self.InfVersion.SetValue(InfVersion)
382 self.EdkReleaseVersion.SetValue(EdkReleaseVersion)
    [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 145 void TracedValue::SetValue(const char* name, const TracedValue& value) {
238 void TracedValue::SetValue(const char* name,

Completed in 1008 milliseconds

1 2 3