/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_dxcore.cpp | 69 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/ |
D | d3d12_dxcore_screen.cpp | 94 … 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/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 56 … .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()
|
D | TypeExtensionsTest.cs | 75 var property = TypeExtensions.GetProperty(type, name); in GetProperty_Success() 85 var property = TypeExtensions.GetProperty(type, name); in GetProperty_NoSuchProperty()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 56 … .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()
|
D | TypeExtensionsTest.cs | 75 var property = TypeExtensions.GetProperty(type, name); in GetProperty_Success() 85 var property = TypeExtensions.GetProperty(type, name); in GetProperty_NoSuchProperty()
|
/third_party/python/Lib/test/ |
D | test_msilib.py | 60 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/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 107 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/ |
D | Client7z.cpp | 157 RINOK(archive->GetProperty(index, propID, &prop)); in IsArchiveItemProp() 398 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream() 418 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop)); in GetStream() 439 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop)); in GetStream() 456 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop)); in GetStream() 635 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value); 700 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() function in CArchiveUpdateCallback 1090 archive->GetProperty(i, kpidSize, &prop); in main() 1099 archive->GetProperty(i, kpidPath, &prop); in main()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkDatasetConfig.cs | 52 …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/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | xcode.py | 144 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/tools/gyp/pylib/gyp/generator/ |
D | xcode.py | 144 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/builtins/ |
D | collections.tq | 51 key: GetProperty(o, Convert<Smi>(0)), 52 value: GetProperty(o, Convert<Smi>(1))
|
D | builtins-regexp.cc | 34 JSReceiver::GetProperty(isolate, recv, in BUILTIN() 47 JSReceiver::GetProperty(isolate, recv, in BUILTIN()
|
D | builtins-iterator-gen.cc | 22 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()
|
D | array-shift.tq | 56 const first = GetProperty(object, Convert<Smi>(0)); 73 const fromValue: JSAny = GetProperty(object, from);
|
D | builtins-async-iterator-gen.cc | 54 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()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-utils.cc | 67 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/ |
D | 7zHandlerOut.cpp | 264 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime() 448 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems() 481 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems() 495 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems() 509 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems() 626 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
|
/third_party/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 58 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/ |
D | runtime-array.cc | 253 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/UI/Common/ |
D | ArchiveExtractCallback.cpp | 191 RINOK(archive->GetProperty(index, kpidINode, &prop)); in Archive_Get_HardLinkNode() 197 RINOK(archive->GetProperty(index, kpidStreamId, &prop)); in Archive_Get_HardLinkNode() 513 RINOK(_arc->Archive->GetProperty(index, propID, &prop)); in GetTime() 581 return Arc->Archive->GetProperty(IndexInArc, propID, value); in GetProp() 780 RINOK(archive->GetProperty(index, kpidHardLink, &prop)); in ReadLink() 810 RINOK(archive->GetProperty(index, kpidSymLink, &prop)); in ReadLink() 940 RINOK(archive->GetProperty(index, pidId, &prop)); in GetOwner() 954 RINOK(archive->GetProperty(index, pidName, &prop)); in GetOwner() 988 RINOK(archive->GetProperty(index, kpidPosixAttrib, &prop)); in Read_fi_Props() 999 RINOK(archive->GetProperty(index, kpidAttrib, &prop)); in Read_fi_Props() [all …]
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | DeprecatedMemberTest.cs | 51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | DeprecatedMemberTest.cs | 51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_xmp_sdk.cpp | 676 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()
|