Home
last modified time | relevance | path

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

1234567

/third_party/mesa3d/src/microsoft/vulkan/
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_m… 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_m… 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), de… in dzn_enumerate_physical_devices_dxcore()
/third_party/mesa3d/src/gallium/drivers/d3d12/
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_int… 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_vide… in d3d12_init_dxcore_screen()
202 …FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::DedicatedSystemMemory, &dedicated_syste… in d3d12_init_dxcore_screen()
203 …FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &shared_system_memo… in d3d12_init_dxcore_screen()
204 …FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::DriverVersion, &screen->base.driver_ver… in d3d12_init_dxcore_screen()
205 FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::DriverDescription, in d3d12_init_dxcore_screen()
/third_party/python/Lib/test/
Dtest_msilib.py60 title = sum_info.GetProperty(msilib.PID_TITLE)
64 title = sum_info.GetProperty(msilib.PID_TITLE)
68 title = sum_info.GetProperty(msilib.PID_TITLE)
72 title = sum_info.GetProperty(msilib.PID_TITLE)
93 self.assertIsNone(summary.GetProperty(msilib.PID_SECURITY))
114 si.GetProperty(-1)
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/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.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/
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.cs75 var property = TypeExtensions.GetProperty(type, name); in GetProperty_Success()
85 var property = TypeExtensions.GetProperty(type, name); in GetProperty_NoSuchProperty()
/third_party/typescript/tests/issues_cookbook_tests/pages/cases/
D#14071.ets9 function GetProperty<T extends Object, U>(oldObj: T, str: string): U {
16 return GetProperty<A, string>(a, 'v') + GetProperty<A, string>(a, 'u')
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp107 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)) in Z7_COM7F_IMF()
122 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop)) in Z7_COM7F_IMF()
132 RINOK(_archiveHandler->GetProperty(index, kpidIsDir, &prop)) in Z7_COM7F_IMF()
138 RINOK(_archiveHandler->GetProperty(index, kpidIsAnti, &propTemp)) in Z7_COM7F_IMF()
143 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop)) in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp156 RINOK(archive->GetProperty(index, propID, &prop)) in IsArchiveItemProp()
379 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)) in Z7_COM7F_IMF()
399 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop)) in Z7_COM7F_IMF()
420 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop)) in Z7_COM7F_IMF()
437 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop)) in Z7_COM7F_IMF()
667 Z7_COM7F_IMF(CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) in Z7_COM7F_IMF()
1060 archive->GetProperty(i, kpidSize, &prop); in main()
1069 archive->GetProperty(i, kpidPath, &prop); in main()
/third_party/node/tools/gyp/pylib/gyp/generator/
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/
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/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkDatasetConfig.cs52 …t => ((MessageDescriptor) t.GetProperty("Descriptor", BindingFlags.Static | BindingFlags.Public).G…
53 …t => ((MessageParser) t.GetProperty("Parser", BindingFlags.Static | BindingFlags.Public).GetValue(…
/third_party/node/deps/v8/src/builtins/
Dcollections.tq51 key: GetProperty(o, Convert<Smi>(0)),
52 value: GetProperty(o, Convert<Smi>(1))
Dbuiltins-regexp.cc34 JSReceiver::GetProperty(isolate, recv, in BUILTIN()
47 JSReceiver::GetProperty(isolate, recv, in BUILTIN()
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()
Dbuiltins-async-iterator-gen.cc54 return GetProperty(context, sync_iterator, name); in Generate_AsyncFromSyncIteratorMethod()
232 GetProperty(context, iter_result, factory()->done_string()); in LoadIteratorResult()
237 GetProperty(context, iter_result, factory()->value_string()); in LoadIteratorResult()
Darray-shift.tq56 const first = GetProperty(object, Convert<Smi>(0));
73 const fromValue: JSAny = GetProperty(object, from);
/third_party/node/deps/v8/src/regexp/
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/
D7zHandlerOut.cpp305 RINOK(updateCallback->GetProperty(index, propID, &prop)) in GetTime()
490 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)) in Z7_COM7F_IMF()
523 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)) in Z7_COM7F_IMF()
537 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)) in Z7_COM7F_IMF()
551 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)) in Z7_COM7F_IMF()
668 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)) in Z7_COM7F_IMF()
/third_party/node/deps/v8/src/runtime/
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/lzma/CPP/7zip/Common/
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/lzma/CPP/7zip/UI/Common/
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 Z7_COM7F_IMF()
787 RINOK(archive->GetProperty(index, kpidHardLink, &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(index, kpidPosixAttrib, &prop)) in Read_fi_Props()
1006 RINOK(archive->GetProperty(index, kpidAttrib, &prop)) in Read_fi_Props()
[all …]
DLoadCodecs.cpp979 Z7_COM7F_IMF(CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) in Z7_COM7F_IMF()
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/skia/third_party/externals/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()

1234567