Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 – 25 of 111) sorted by relevance

12345

/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DPropertyInfoExtensionsTest.cs56 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_Success()
69 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_NoAccessibleGetter()
80 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_Success()
93 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_NoAccessibleGetter()
DTypeExtensionsTest.cs92 var property = TypeExtensions.GetProperty(type, name); in GetProperty_Success()
102 var property = TypeExtensions.GetProperty(type, name); in GetProperty_NoSuchProperty()
/external/python/cpython3/Lib/test/
Dtest_msilib.py49 title = sum_info.GetProperty(msilib.PID_TITLE)
53 title = sum_info.GetProperty(msilib.PID_TITLE)
57 title = sum_info.GetProperty(msilib.PID_TITLE)
61 title = sum_info.GetProperty(msilib.PID_TITLE)
82 self.assertIsNone(summary.GetProperty(msilib.PID_SECURITY))
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp107 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream()
122 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop)); in GetStream()
132 RINOK(_archiveHandler->GetProperty(index, kpidIsDir, &prop)); in GetStream()
138 RINOK(_archiveHandler->GetProperty(index, kpidIsAnti, &propTemp)); in GetStream()
143 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop)); in GetStream()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DPlatformApis.cs75 var platformProperty = unityApplicationClass.GetTypeInfo().GetProperty("platform"); in PlatformApis()
175 …return Type.GetType(UnityEngineApplicationClassName).GetTypeInfo().GetProperty("platform").GetValu… in GetUnityRuntimePlatform()
177 …return Type.GetType(UnityEngineApplicationClassName).GetProperty("platform").GetValue(null).ToStri… in GetUnityRuntimePlatform()
/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc17 return GetProperty(context, object, factory()->iterator_symbol()); in GetIteratorMethod()
65 Node* const next = GetProperty(context, iterator, factory()->next_string()); in GetIterator()
109 Node* done = GetProperty(context, result, factory()->done_string()); in IteratorStep()
147 Node* value = GetProperty(context, result, factory()->value_string()); in IteratorValue()
170 GetProperty(context, iterator.object, factory()->return_string()); in IteratorCloseOnException()
Dbuiltins-regexp.cc34 JSReceiver::GetProperty(isolate, recv, in BUILTIN()
47 JSReceiver::GetProperty(isolate, recv, in BUILTIN()
Dbuiltins-async-iterator-gen.cc54 return GetProperty(context, sync_iterator, name); in Generate_AsyncFromSyncIteratorMethod()
67 return GetProperty(context, sync_iterator, name); in Generate_AsyncFromSyncIteratorMethodOptimized()
278 GetProperty(context, iter_result, factory()->done_string()); in LoadIteratorResult()
284 GetProperty(context, iter_result, factory()->value_string()); in LoadIteratorResult()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp139 RINOK(archive->GetProperty(index, propID, &prop)); in IsArchiveItemProp()
300 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream()
320 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop)); in GetStream()
340 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop)); in GetStream()
359 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop)); in GetStream()
534 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
595 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() function in CArchiveUpdateCallback
936 archive->GetProperty(i, kpidSize, &prop); in main()
945 archive->GetProperty(i, kpidPath, &prop); in main()
/external/v8/src/regexp/
Dregexp-utils.cc65 return Object::GetProperty(isolate, recv, in GetLastIndex()
80 Object::GetProperty(isolate, regexp, isolate->factory()->exec_string()), in RegExpExec()
130 JSObject::GetProperty(isolate, receiver, in IsRegExp()
191 Object::GetProperty(isolate, regexp, in SetAdvancedStringIndex()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc71 GetProperty(property.first, per_second_rates_, INFINITY)); in Postprocess()
107 /*static*/ float HloCostAnalysis::GetProperty(const string& key, in GetProperty() function in xla::HloCostAnalysis
121 return GetProperty(key, it->second); in GetPropertyForHlo()
746 return GetProperty(kFlopsKey, properties_sum_); in flop_count()
750 return GetProperty(kTranscendentalsKey, properties_sum_); in transcendental_count()
754 return GetProperty(kBytesAccessedKey, properties_sum_); in bytes_accessed()
758 return GetProperty(kOptimalSecondsKey, properties_sum_); in optimal_seconds()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp99 return JSObject()->GetProperty<CXFA_Edge>(nIndex, XFA_Element::Edge); in GetEdgeIfExists()
147 corner = JSObject()->GetProperty<CXFA_Corner>(i, XFA_Element::Corner); in GetStrokesInternal()
166 edge = JSObject()->GetProperty<CXFA_Edge>(i, XFA_Element::Edge); in GetStrokesInternal()
215 CXFA_Fill* fill = JSObject()->GetProperty<CXFA_Fill>(0, XFA_Element::Fill); in DrawFill()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp167 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
351 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
384 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
398 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
412 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
529 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet_unittest.cpp54 RetainPtr<CFX_CSSValue> v = decl_->GetProperty(prop, &important); in VerifyFloat()
64 RetainPtr<CFX_CSSValue> v = decl_->GetProperty(prop, &important); in VerifyEnum()
75 decl_->GetProperty(prop, &important).As<CFX_CSSValueList>(); in VerifyList()
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp50 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadNumberOfStreams()
63 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadIsAssignedProp()
90 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kID, &prop)); in Load()
98 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kName, &prop)); in Load()
/external/drm_hwcomposer/
Ddrmdevice.cpp446 int DrmDevice::GetProperty(uint32_t obj_id, uint32_t obj_type, in GetProperty() function in android::DrmDevice
472 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property); in GetPlaneProperty()
477 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property); in GetCrtcProperty()
483 return GetProperty(connector.id(), DRM_MODE_OBJECT_CONNECTOR, prop_name, in GetConnectorProperty()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp108 RINOK(archive->GetProperty(index, kpidINode, &prop)); in Archive_Get_HardLinkNode()
114 RINOK(archive->GetProperty(index, kpidStreamId, &prop)); in Archive_Get_HardLinkNode()
378 RINOK(_arc->Archive->GetProperty(index, propID, &prop)); in GetTime()
442 return Arc->Archive->GetProperty(IndexInArc, propID, value); in GetProp()
662 RINOK(archive->GetProperty(index, kpidPosition, &prop)); in GetStream()
681 RINOK(archive->GetProperty(index, kpidHardLink, &prop)); in GetStream()
711 RINOK(archive->GetProperty(index, kpidSymLink, &prop)); in GetStream()
971 RINOK(archive->GetProperty(index, kpidAttrib, &prop)); in GetStream()
DLoadCodecs.cpp828 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() function in CCodecs
976 if (GetProperty(index, NMethodPropID::kDecoderIsAssigned, &prop) == S_OK) in GetCodec_DecoderIsAssigned()
998 if (GetProperty(index, NMethodPropID::kEncoderIsAssigned, &prop) == S_OK) in GetCodec_EncoderIsAssigned()
1017 RINOK(GetProperty(index, NMethodPropID::kPackStreams, &prop)); in GetCodec_NumStreams()
1028 RINOK(GetProperty(index, NMethodPropID::kID, &prop)); in GetCodec_Id()
1039 if (GetProperty(index, NMethodPropID::kName, &prop) == S_OK) in GetCodec_Name()
/external/v8/src/runtime/
Druntime-wasm.cc164 if (JSReceiver::GetProperty(isolate, exception, in RUNTIME_FUNCTION()
186 if (JSReceiver::GetProperty(isolate, exception, in RUNTIME_FUNCTION()
214 if (JSReceiver::GetProperty(isolate, exception, in RUNTIME_FUNCTION()
/external/avb/tools/avbctl/
Davbctl.cc71 device_state = android::base::GetProperty("ro.boot.vbmeta.device_state", ""); in is_locked_and_not_forced()
225 return android::base::GetProperty("ro.boot.slot_suffix", ""); in get_ab_suffix()
/external/libtextclassifier/lang_id/
Dlang-id.cc168 R GetProperty(const string &property, T default_value) const { in GetProperty() function in libtextclassifier3::mobile::lang_id::LangIdImpl
283 return pimpl_->GetProperty<float, float>(property, default_value); in GetFloatProperty()
/external/dng_sdk/source/
Ddng_xmp_sdk.cpp676 if (fPrivate->fMeta->GetProperty (ns, in IsEmptyString()
722 if (fPrivate->fMeta->GetProperty (ns, in IsEmptyArray()
895 if (fPrivate->fMeta->GetProperty (ns, path, &ss, NULL)) in GetString()
1053 else if (fPrivate->fMeta->GetProperty (ns, in GetAltLangDefault()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DDeprecatedMemberTest.cs51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
/external/lzma/CPP/7zip/Archive/
DIArchive.h205 STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) x; \
269 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
406 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs70 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() method in Google.Protobuf.Compatibility.TypeExtensions

12345