/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | FieldAccessTest.cs | 44 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/ |
D | JetDialogs.py | 130 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 …]
|
D | JetCreator.py | 426 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 …]
|
D | JetCtrls.py | 58 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/ |
D | cfxjse_formcalc_context_embeddertest.cpp | 27 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/ |
D | win32regkey.h | 118 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 …]
|
D | win32regkey_unittest.cc | 198 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 …]
|
D | win32regkey.cc | 121 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/ |
D | cxfa_measurement.cpp | 52 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/ |
D | proc_cpuinfo_reader_unittest.cc | 80 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/ |
D | api_base.pb.go | 40 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/ |
D | WrappersTest.cs | 222 …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/ |
D | JsonFormatter.cs | 230 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/ |
D | statscollector_unittest.cc | 174 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/ |
D | wrappers.pb.go | 61 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/ |
D | urem-opt-size.ll | 16 %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/ |
D | operands-aarch32.cc | 129 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/ |
D | urem-opt-size.ll | 21 %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/ |
D | map_traits_stl.h | 49 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/ |
D | PlatformApis.cs | 76 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/ |
D | cxfa_ffdatetimeedit.cpp | 53 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()
|
D | cxfa_textlayout.cpp | 204 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 …]
|
D | cxfa_ffcombobox.cpp | 61 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/ |
D | cffl_textfield.cpp | 77 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/ |
D | hlo_dataflow_analysis.h | 120 return GetValue(GetValueSet(instruction, index).GetUniqueValue().id()); 124 const HloValue& GetValue(HloValue::Id value_id) const; 125 HloValue& GetValue(HloValue::Id value_id);
|