Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 25 of 181) sorted by relevance

12345678

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs44 public void GetValue() in GetValue() method in Google.Protobuf.Reflection.FieldAccessTest
48 …reEqual(message.SingleBool, fields[TestAllTypes.SingleBoolFieldNumber].Accessor.GetValue(message)); in GetValue()
49 …Equal(message.SingleBytes, fields[TestAllTypes.SingleBytesFieldNumber].Accessor.GetValue(message)); in GetValue()
50 …ual(message.SingleDouble, fields[TestAllTypes.SingleDoubleFieldNumber].Accessor.GetValue(message)); in GetValue()
51 …l(message.SingleFixed32, fields[TestAllTypes.SingleFixed32FieldNumber].Accessor.GetValue(message)); in GetValue()
52 …l(message.SingleFixed64, fields[TestAllTypes.SingleFixed64FieldNumber].Accessor.GetValue(message)); in GetValue()
53 …Equal(message.SingleFloat, fields[TestAllTypes.SingleFloatFieldNumber].Accessor.GetValue(message)); in GetValue()
54 …e.SingleForeignEnum, fields[TestAllTypes.SingleForeignEnumFieldNumber].Accessor.GetValue(message)); in GetValue()
55 …leForeignMessage, fields[TestAllTypes.SingleForeignMessageFieldNumber].Accessor.GetValue(message)); in GetValue()
56 …age.SingleImportEnum, fields[TestAllTypes.SingleImportEnumFieldNumber].Accessor.GetValue(message)); in GetValue()
[all …]
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py130 def GetValue(self, fld): member in JetEdit
132 return self.ctrls[fld].GetValue()
167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
174 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
184 if len(self.je.ctrls[JetDefs.F_JFILE].GetValue()) == 0:
188 if not FileExists(self.je.ctrls[JetDefs.F_JFILE].GetValue()):
206 def GetValue(self, fld): member in JetPreferences
207 return self.je.ctrls[fld].GetValue()
228 def GetValue(self, fld): member in JetAbout
229 return self.je.ctrls[fld].GetValue()
[all …]
DJetCreator.py426 self.jet_file.AddSegment(replicate[0], dlg.GetValue(JetDefs.F_MIDIFILE),
429 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
430 dlg.GetValue(JetDefs.F_QUANTIZE),
431 [], dlg.GetValue(JetDefs.F_DLSFILE),
433 dlg.GetValue(JetDefs.F_TRANSPOSE),
434 dlg.GetValue(JetDefs.F_REPEAT),
435 dlg.GetValue(JetDefs.F_MUTEFLAGS))
440 … self.jet_file.AddSegment(dlg.GetValue(JetDefs.F_SEGNAME), dlg.GetValue(JetDefs.F_MIDIFILE),
441 dlg.GetValue(JetDefs.F_START), dlg.GetValue(JetDefs.F_END),
443 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
[all …]
DJetCtrls.py58 def GetValue(self): member in JetSpinOneBased
59 val = wx.SpinCtrl.GetValue(self)
220 def GetValue(self): member in JetTrackCtrl
277 def GetValue(self): member in JetFileCombo
278 return StrNoneChk(self.cmb.GetValue())
336 def GetValue(self): member in JetFileText
337 return StrNoneChk(self.txt.GetValue())
440 if int(self.time[self.iCtrl].GetValue()) > self.mx[self.iCtrl]:
442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:
450 if int(self.time[self.iCtrl].GetValue()) < self.mx[self.iCtrl]:
[all …]
/external/pdfium/fxjs/
Dcfxjse_formcalc_context_embeddertest.cpp27 CFXJSE_Value* value = GetValue(); in TEST_F()
66 CFXJSE_Value* value = GetValue(); in TEST_F()
87 CFXJSE_Value* value = GetValue(); in TEST_F()
128 CFXJSE_Value* value = GetValue(); in TEST_F()
146 CFXJSE_Value* value = GetValue(); in TEST_F()
164 CFXJSE_Value* value = GetValue(); in TEST_F()
182 CFXJSE_Value* value = GetValue(); in TEST_F()
200 CFXJSE_Value* value = GetValue(); in TEST_F()
220 CFXJSE_Value* value = GetValue(); in TEST_F()
240 CFXJSE_Value* value = GetValue(); in TEST_F()
[all …]
/external/webrtc/webrtc/base/
Dwin32regkey.h118 HRESULT GetValue(const wchar_t* value_name, DWORD* value) const;
121 HRESULT GetValue(const wchar_t* value_name, DWORD64* value) const;
124 HRESULT GetValue(const wchar_t* value_name, wchar_t** value) const;
127 HRESULT GetValue(const wchar_t* value_name, std::wstring* value) const;
130 HRESULT GetValue(const wchar_t* value_name,
134 HRESULT GetValue(const wchar_t* value_name,
139 HRESULT GetValue(const wchar_t* value_name,
197 static HRESULT GetValue(const wchar_t* full_key_name,
205 static HRESULT GetValue(const wchar_t* full_key_name,
210 static HRESULT GetValue(const wchar_t* full_key_name,
[all …]
Dwin32regkey_unittest.cc198 EXPECT_EQ(r_key.GetValue(kValNameInt, &int_val), in RegKeyNonStaticFunctionsTest()
210 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt, &int_val)); in RegKeyNonStaticFunctionsTest()
217 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt, &int_val)); in RegKeyNonStaticFunctionsTest()
233 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt64, &int64_val)); in RegKeyNonStaticFunctionsTest()
249 EXPECT_SUCCEEDED(r_key.GetValue(kValNameStr, &str_val)); in RegKeyNonStaticFunctionsTest()
257 EXPECT_SUCCEEDED(r_key.GetValue(kValNameStr, &str_val)); in RegKeyNonStaticFunctionsTest()
276 EXPECT_SUCCEEDED(r_key.GetValue(kValNameBinary, &binary_val, &uint8_count)); in RegKeyNonStaticFunctionsTest()
286 EXPECT_SUCCEEDED(r_key.GetValue(kValNameBinary, &binary_val, &uint8_count)); in RegKeyNonStaticFunctionsTest()
381 EXPECT_EQ(RegKey::GetValue(kFullRkey1, kValNameInt, &int_val), in RegKeyStaticFunctionsTest()
391 EXPECT_EQ(RegKey::GetValue(kFullRkey1, L"bogus", &int_val), in RegKeyStaticFunctionsTest()
[all …]
Dwin32regkey.cc121 HRESULT RegKey::GetValue(const wchar_t* full_key_name, in GetValue() function in rtc::RegKey
130 HRESULT RegKey::GetValue(const wchar_t* full_key_name, in GetValue() function in rtc::RegKey
139 HRESULT RegKey::GetValue(const wchar_t* full_key_name, in GetValue() function in rtc::RegKey
158 HRESULT RegKey::GetValue(const wchar_t* full_key_name, in GetValue() function in rtc::RegKey
177 HRESULT RegKey::GetValue(const wchar_t* full_key_name, in GetValue() function in rtc::RegKey
186 HRESULT RegKey::GetValue(const wchar_t* full_key_name, in GetValue() function in rtc::RegKey
193 HRESULT hr = RegKey::GetValue(full_key_name, value_name, buffer.accept()); in GetValue()
200 HRESULT RegKey::GetValue(const wchar_t* full_key_name, in GetValue() function in rtc::RegKey
209 HRESULT RegKey::GetValue(const wchar_t* full_key_name, in GetValue() function in rtc::RegKey
451 hr = key.GetValue(value_name, reinterpret_cast<DWORD*>(value)); in GetValueStaticHelper()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp52 return WideString::Format(L"%.8gmm", GetValue()); in ToString()
54 return WideString::Format(L"%.8gpt", GetValue()); in ToString()
56 return WideString::Format(L"%.8gin", GetValue()); in ToString()
58 return WideString::Format(L"%.8gcm", GetValue()); in ToString()
60 return WideString::Format(L"%.8gmp", GetValue()); in ToString()
62 return WideString::Format(L"%.8gpc", GetValue()); in ToString()
64 return WideString::Format(L"%.8gem", GetValue()); in ToString()
66 return WideString::Format(L"%.8g%%", GetValue()); in ToString()
70 return WideString::Format(L"%.8g", GetValue()); in ToString()
79 *fValue = GetValue(); in ToUnitInternal()
/external/google-breakpad/src/client/linux/minidump_writer/
Dproc_cpuinfo_reader_unittest.cc80 ASSERT_STREQ("bar", reader.GetValue()); in TEST()
108 ASSERT_STREQ("bar", reader.GetValue()); in TEST()
112 ASSERT_STREQ("tut", reader.GetValue()); in TEST()
125 ASSERT_STREQ("bar", reader.GetValue()); in TEST()
138 ASSERT_STREQ("bar", reader.GetValue()); in TEST()
151 ASSERT_STREQ("tut", reader.GetValue()); in TEST()
164 ASSERT_STREQ("bar", reader.GetValue()); in TEST()
168 ASSERT_STREQ("bar", reader.GetValue()); in TEST()
181 ASSERT_STREQ("zoo", reader.GetValue()); in TEST()
/external/syzkaller/vendor/google.golang.org/appengine/internal/base/
Dapi_base.pb.go40 func (m *StringProto) GetValue() string { func
56 func (m *Integer32Proto) GetValue() int32 { func
72 func (m *Integer64Proto) GetValue() int64 { func
88 func (m *BoolProto) GetValue() bool { func
104 func (m *DoubleProto) GetValue() float64 { func
120 func (m *BytesProto) GetValue() []byte { func
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs222 …Assert.AreEqual("x", fields[TestWellKnownTypes.StringFieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
223 …ng.CopyFrom(1, 2, 3), fields[TestWellKnownTypes.BytesFieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
224 … Assert.AreEqual(true, fields[TestWellKnownTypes.BoolFieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
225 …ssert.AreEqual(12.5f, fields[TestWellKnownTypes.FloatFieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
226 …ert.AreEqual(12.25d, fields[TestWellKnownTypes.DoubleFieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
227 … Assert.AreEqual(1, fields[TestWellKnownTypes.Int32FieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
228 … Assert.AreEqual(2L, fields[TestWellKnownTypes.Int64FieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
229 … Assert.AreEqual(3U, fields[TestWellKnownTypes.Uint32FieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
230 …Assert.AreEqual(4UL, fields[TestWellKnownTypes.Uint64FieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
235 … Assert.IsNull(fields[TestWellKnownTypes.StringFieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs230 object value = accessor.GetValue(message); in WriteMessageFields()
491 …= message.Descriptor.Fields[WrappersReflection.WrapperValueFieldNumber].Accessor.GetValue(message); in WriteWellKnownTypeValue()
519 WriteList(writer, (IList)fieldAccessor.GetValue((IMessage)value)); in WriteWellKnownTypeValue()
541 … int nanos = (int) value.Descriptor.Fields[Timestamp.NanosFieldNumber].Accessor.GetValue(value); in WriteTimestamp()
542 …ng seconds = (long) value.Descriptor.Fields[Timestamp.SecondsFieldNumber].Accessor.GetValue(value); in WriteTimestamp()
549 … int nanos = (int) value.Descriptor.Fields[Duration.NanosFieldNumber].Accessor.GetValue(value); in WriteDuration()
550 …ong seconds = (long) value.Descriptor.Fields[Duration.SecondsFieldNumber].Accessor.GetValue(value); in WriteDuration()
556 …ths = (IList<string>) value.Descriptor.Fields[FieldMask.PathsFieldNumber].Accessor.GetValue(value); in WriteFieldMask()
568 …string typeUrl = (string) value.Descriptor.Fields[Any.TypeUrlFieldNumber].Accessor.GetValue(value); in WriteAny()
569 …eString data = (ByteString) value.Descriptor.Fields[Any.ValueFieldNumber].Accessor.GetValue(value); in WriteAny()
[all …]
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc174 bool GetValue(const StatsReport* report, in GetValue() function
189 if (r->type() == type && GetValue(r, name, &ret)) in ExtractStatsValue()
279 EXPECT_TRUE(GetValue( in CheckCertChainReports()
285 EXPECT_TRUE(GetValue( in CheckCertChainReports()
294 EXPECT_TRUE(GetValue(report, StatsReport::kStatsValueNameFingerprint, in CheckCertChainReports()
300 if (!GetValue(report, StatsReport::kStatsValueNameIssuerId, in CheckCertChainReports()
315 EXPECT_TRUE(GetValue( in VerifyVoiceReceiverInfoReport()
318 EXPECT_TRUE(GetValue( in VerifyVoiceReceiverInfoReport()
321 EXPECT_TRUE(GetValue( in VerifyVoiceReceiverInfoReport()
324 EXPECT_TRUE(GetValue( in VerifyVoiceReceiverInfoReport()
[all …]
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go61 func (m *DoubleValue) GetValue() float64 { func
106 func (m *FloatValue) GetValue() float32 { func
151 func (m *Int64Value) GetValue() int64 { func
196 func (m *UInt64Value) GetValue() uint64 { func
241 func (m *Int32Value) GetValue() int32 { func
286 func (m *UInt32Value) GetValue() uint32 { func
331 func (m *BoolValue) GetValue() bool { func
376 func (m *StringValue) GetValue() string { func
421 func (m *BytesValue) GetValue() []byte { func
/external/llvm/test/CodeGen/ARM/
Durem-opt-size.ll16 %call = tail call i32 bitcast (i32 (...)* @GetValue to i32 ()*)()
26 %call = tail call i32 bitcast (i32 (...)* @GetValue to i32 ()*)()
36 %call = tail call i32 bitcast (i32 (...)* @GetValue to i32 ()*)()
43 declare i32 @GetValue(...) local_unnamed_addr
/external/vixl/src/aarch32/
Doperands-aarch32.cc129 if (dt.GetValue() == I16) { in ImmediateVbic()
137 } else if (dt.GetValue() == I32) { in ImmediateVbic()
197 switch (dt.GetValue()) { in ImmediateVmov()
278 switch (dt.GetValue()) { in ImmediateVmov()
365 switch (dt.GetValue()) { in ImmediateVmvn()
451 if (dt.GetValue() == I16) { in ImmediateVorr()
459 } else if (dt.GetValue() == I32) { in ImmediateVorr()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Durem-opt-size.ll21 %call = tail call i32 bitcast (i32 (...)* @GetValue to i32 ()*)()
31 %call = tail call i32 bitcast (i32 (...)* @GetValue to i32 ()*)()
46 %call = tail call i32 bitcast (i32 (...)* @GetValue to i32 ()*)()
62 %call = tail call i32 bitcast (i32 (...)* @GetValue to i32 ()*)()
79 %call = tail call i32 bitcast (i32 (...)* @GetValue to i32 ()*)()
113 declare i32 @GetValue(...) local_unnamed_addr
/external/libchrome/mojo/public/cpp/bindings/
Dmap_traits_stl.h49 static V& GetValue(Iterator& iterator) { return iterator->second; }
50 static const V& GetValue(ConstIterator& iterator) { return iterator->second; }
100 static V& GetValue(Iterator& iterator) { return iterator->second; }
101 static const V& GetValue(ConstIterator& iterator) { return iterator->second; }
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DPlatformApis.cs76 var unityRuntimePlatform = platformProperty?.GetValue(null)?.ToString(); in PlatformApis()
175 …e(UnityEngineApplicationClassName).GetTypeInfo().GetProperty("platform").GetValue(null).ToString(); in GetUnityRuntimePlatform()
177 …return Type.GetType(UnityEngineApplicationClassName).GetProperty("platform").GetValue(null).ToStri… in GetUnityRuntimePlatform()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp53 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display); in LoadWidget()
158 WideString wsText = m_pNode->GetWidgetAcc()->GetValue(eType); in UpdateFWLData()
179 return m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Edit) != wsText; in IsDataChanged()
204 eParam.m_wsNewText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_textlayout.cpp204 fStart = pRect->left.GetValue(); in InitBreak()
205 fLineWidth -= pRect->right.GetValue(); in InitBreak()
207 fStart += pPaddingRect->left.GetValue(); in InitBreak()
208 fLineWidth -= pPaddingRect->right.GetValue(); in InitBreak()
214 fStart += pParRect->left.GetValue(); in InitBreak()
215 fLineWidth -= pParRect->right.GetValue(); in InitBreak()
217 fStart += pParPaddingRect->left.GetValue(); in InitBreak()
218 fLineWidth -= pParPaddingRect->right.GetValue(); in InitBreak()
223 pNewRect.right.Set(CFX_CSSLengthUnit::Point, pRect->right.GetValue()); in InitBreak()
224 pNewRect.top.Set(CFX_CSSLengthUnit::Point, pRect->top.GetValue()); in InitBreak()
[all …]
Dcxfa_ffcombobox.cpp61 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw)); in LoadWidget()
131 if (m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw) == wsText) in IsDataChanged()
196 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw)); in UpdateFWLData()
299 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnTextChanged()
306 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.cpp77 WideString swValue = m_pWidget->GetValue(); in NewPDFWindow()
131 return pEdit && pEdit->GetText() != m_pWidget->GetValue(); in IsDataChanged()
139 WideString sOldValue = m_pWidget->GetValue(); in SaveData()
180 fa.sValue = m_pWidget->GetValue(); in GetActionData()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.h120 return GetValue(GetValueSet(instruction, index).GetUniqueValue().id());
124 const HloValue& GetValue(HloValue::Id value_id) const;
125 HloValue& GetValue(HloValue::Id value_id);

12345678