Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_dxcore.cpp69 if (FAILED(adapter->GetProperty(DXCoreAdapterProperty::HardwareID, &hardware_id)) || in dzn_enumerate_physical_devices_dxcore()
70 FAILED(adapter->GetProperty(DXCoreAdapterProperty::DedicatedAdapterMemory, &desc.dedicated_video_memory)) || in dzn_enumerate_physical_devices_dxcore()
71 FAILED(adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &desc.shared_system_memory)) || in dzn_enumerate_physical_devices_dxcore()
72 FAILED(adapter->GetProperty(DXCoreAdapterProperty::DedicatedSystemMemory, &desc.dedicated_system_memory)) || in dzn_enumerate_physical_devices_dxcore()
73 FAILED(adapter->GetProperty(DXCoreAdapterProperty::InstanceLuid, &desc.adapter_luid)) || in dzn_enumerate_physical_devices_dxcore()
74 FAILED(adapter->GetProperty(DXCoreAdapterProperty::IsHardware, &is_hardware)) || in dzn_enumerate_physical_devices_dxcore()
75 FAILED(adapter->GetProperty(DXCoreAdapterProperty::DriverDescription, sizeof(desc.description), desc.description))) { in dzn_enumerate_physical_devices_dxcore()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_dxcore_screen.cpp94 if (!SUCCEEDED(adapter->GetProperty(DXCoreAdapterProperty::DriverDescription, desc_size, desc))) { in choose_dxcore_adapter()
117 if (SUCCEEDED(adapter->GetProperty(DXCoreAdapterProperty::IsIntegrated, &is_integrated)) && is_integrated) in choose_dxcore_adapter()
200 if (FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::HardwareID, &hardware_ids)) || in d3d12_init_dxcore_screen()
201 FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::DedicatedAdapterMemory, &dedicated_video_memory)) || in d3d12_init_dxcore_screen()
202 FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::DedicatedSystemMemory, &dedicated_system_memory)) || in d3d12_init_dxcore_screen()
203 FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &shared_system_memory)) || in d3d12_init_dxcore_screen()
204 FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::DriverVersion, &screen->base.driver_version)) || in d3d12_init_dxcore_screen()
205 FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::DriverDescription, in d3d12_init_dxcore_screen()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/
H A 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()
H A DTypeExtensionsTest.cs75 var property = TypeExtensions.GetProperty(type, name); in GetProperty_Success()
85 var property = TypeExtensions.GetProperty(type, name); in GetProperty_NoSuchProperty()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
H A 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()
H A DTypeExtensionsTest.cs75 var property = TypeExtensions.GetProperty(type, name); in GetProperty_Success()
85 var property = TypeExtensions.GetProperty(type, name); in GetProperty_NoSuchProperty()
/third_party/python/Lib/test/
H A Dtest_msilib.py63 title = sum_info.GetProperty(msilib.PID_TITLE)
67 title = sum_info.GetProperty(msilib.PID_TITLE)
71 title = sum_info.GetProperty(msilib.PID_TITLE)
75 title = sum_info.GetProperty(msilib.PID_TITLE)
96 self.assertIsNone(summary.GetProperty(msilib.PID_SECURITY))
117 si.GetProperty(-1)
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A 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()
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp156 RINOK(archive->GetProperty(index, propID, &prop)) in IsArchiveItemProp()
379 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)) in GetStream()
399 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop)) in GetStream()
420 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop)) in GetStream()
437 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop)) in GetStream()
667 Z7_COM7F_IMF(CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) in GetProperty() function
1060 archive->GetProperty(i, kpidSize, &prop); in main()
1069 archive->GetProperty(i, kpidPath, &prop); in main()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarkDatasetConfig.cs52 t => ((MessageDescriptor) t.GetProperty("Descriptor", BindingFlags.Static | BindingFlags.Public).GetValue(null)).FullName,
53 t => ((MessageParser) t.GetProperty("Parser", BindingFlags.Static | BindingFlags.Public).GetValue(null)));
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py144 for xct in self.project.GetProperty("targets"):
145 xccl = xct.GetProperty("buildConfigurationList")
146 xcbcs = xccl.GetProperty("buildConfigurations")
148 name = xcbc.GetProperty("name")
269 "productName": xcode_target.GetProperty("productName"),
411 pbxtds = xcode_target.GetProperty("dependencies")
413 pbxcip = pbxtd.GetProperty("targetProxy")
414 dependency_xct = pbxcip.GetProperty("remoteGlobalIDString")
690 main_group = pbxp.GetProperty("mainGroup")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py144 for xct in self.project.GetProperty("targets"):
145 xccl = xct.GetProperty("buildConfigurationList")
146 xcbcs = xccl.GetProperty("buildConfigurations")
148 name = xcbc.GetProperty("name")
269 "productName": xcode_target.GetProperty("productName"),
411 pbxtds = xcode_target.GetProperty("dependencies")
413 pbxcip = pbxtd.GetProperty("targetProxy")
414 dependency_xct = pbxcip.GetProperty("remoteGlobalIDString")
690 main_group = pbxp.GetProperty("mainGroup")
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc67 return Object::GetProperty(isolate, recv, in GetLastIndex()
82 Object::GetProperty(isolate, regexp, isolate->factory()->exec_string()), in RegExpExec()
195 Object::GetProperty(isolate, regexp, in SetAdvancedStringIndex()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp305 RINOK(updateCallback->GetProperty(index, propID, &prop)) in GetTime()
490 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)) in UpdateItems()
523 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)) in UpdateItems()
537 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)) in UpdateItems()
551 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)) in UpdateItems()
563 RINOK(updateCallback->GetProperty(i, kpidIsAltStream, &prop)); in UpdateItems()
668 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)) in UpdateItems()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp.cc34 JSReceiver::GetProperty(isolate, recv, in BUILTIN()
47 JSReceiver::GetProperty(isolate, recv, in BUILTIN()
H A Dbuiltins-iterator-gen.cc22 return GetProperty(context, object, factory()->iterator_symbol()); in GetIteratorMethod()
56 GetProperty(context, iterator, factory()->next_string()); in GetIterator()
98 GetProperty(context, heap_object_result, factory()->done_string()); in IteratorStep()
127 var_value = GetProperty(context, result, factory()->value_string()); in IteratorValue()
/third_party/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp58 RINOK(codecsInfo->GetProperty(index, propID, &prop)) in ReadNumberOfStreams()
71 RINOK(codecsInfo->GetProperty(index, propID, &prop)) in ReadIsAssignedProp()
98 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kID, &prop)) in Load()
106 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kName, &prop)) in Load()
/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc253 Object::GetProperty(isolate, object, in RUNTIME_FUNCTION()
318 Object::GetProperty(&it)); in RUNTIME_FUNCTION()
354 Object::GetProperty(isolate, object, in RUNTIME_FUNCTION()
418 Object::GetProperty(&it)); in RUNTIME_FUNCTION()
/third_party/skia/third_party/externals/dng_sdk/source/
H A 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()
906 CATCH_XMP ("GetProperty", false) in GetString()
1053 else if (fPrivate->fMeta->GetProperty (ns, in GetAltLangDefault()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DDeprecatedMemberTest.cs51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DDeprecatedMemberTest.cs51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DTypeExtensions.cs62 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() method in Google.Protobuf.Compatibility.TypeExtensions
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp191 RINOK(archive->GetProperty(index, kpidINode, &prop)) in Archive_Get_HardLinkNode()
197 RINOK(archive->GetProperty(index, kpidStreamId, &prop)) in Archive_Get_HardLinkNode()
520 RINOK(_arc->Archive->GetProperty(index, propID, &prop)) in GetTime()
588 return Arc->Archive->GetProperty(IndexInArc, propID, value); in GetProp()
787 RINOK(archive->GetProperty(index, kpidHardLink, &prop)) in ReadLink()
802 RINOK(archive->GetProperty(index, kpidCopyLink, &prop)); in ReadLink()
817 RINOK(archive->GetProperty(index, kpidSymLink, &prop)) in ReadLink()
947 RINOK(archive->GetProperty(index, pidId, &prop)) in GetOwner()
961 RINOK(archive->GetProperty(index, pidName, &prop)) in GetOwner()
995 RINOK(archive->GetProperty(inde in Read_fi_Props()
[all...]
H A DLoadCodecs.cpp979 Z7_COM7F_IMF(CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) in GetProperty() function
1136 if (GetProperty(index, NMethodPropID::kDecoderIsAssigned, &prop) == S_OK) in GetCodec_DecoderIsAssigned()
1159 if (GetProperty(index, NMethodPropID::kEncoderIsAssigned, &prop) == S_OK) in GetCodec_EncoderIsAssigned()
1183 if (GetProperty(index, NMethodPropID::kIsFilter, &prop) == S_OK) in GetCodec_IsFilter()
1210 if (GetProperty(index, NMethodPropID::kPackStreams, &prop) != S_OK) in GetCodec_NumStreams()
1222 RINOK(GetProperty(index, NMethodPropID::kID, &prop)) in GetCodec_Id()
1233 if (GetProperty(index, NMethodPropID::kName, &prop) == S_OK) in GetCodec_Name()
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h263 x(GetProperty(PROPID propID, PROPVARIANT *value)) \
302 must return VARIANT_TRUE (VT_BOOL), if archive can support that property in GetProperty.
320 x(GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) \
438 - GetProperty(kpidHardLink)
447 x(GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) \

Completed in 19 milliseconds

12345