/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 291 const auto props = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kImageFormat); in checkSupport() local 292 if ((props.optimalTilingFeatures & features) != features) in checkSupport()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 982 sk_sp<SkSurface> SkPDFDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() argument 983 return SkSurface::MakeRaster(info, &props); in makeSurface()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 623 VkImageFormatProperties props; in isSupportedFormat() local 627 const auto formatCheck = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, usage, 0u, &props); in isSupportedFormat()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_test_ng.cpp | 2679 DialogProperties props; in HWTEST_F() local 2680 pattern->dialogProperties_ = props; in HWTEST_F() 2720 pattern->dialogProperties_ = props; in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 787 std::vector<napi_property_descriptor> props = ImageSourceNapi::RegisterNapi(); in Init() local 809 .property = props.data(), in Init() 810 .propertyCount = props.size(), in Init()
|
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 1353 AVCPBProperties *props = (AVCPBProperties*)av_stream_get_side_data( in get_stream_bit_rate() local 1361 else if (props) in get_stream_bit_rate() 1362 return props->max_bitrate; in get_stream_bit_rate()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 7359 ArkUISwiperIndicator props; in GetSwiperIndicator() local 7360 fullImpl->getNodeModifiers()->getSwiperModifier()->getSwiperIndicator(node->uiNodeHandle, &props); in GetSwiperIndicator() 7361 indicator->dimLeft.value = props.dimLeft.value; in GetSwiperIndicator() 7362 indicator->dimTop.value = props.dimTop.value; in GetSwiperIndicator() 7363 indicator->dimRight.value = props.dimRight.value; in GetSwiperIndicator() 7364 indicator->dimBottom.value = props.dimBottom.value; in GetSwiperIndicator() 7365 if (props.type == ArkUISwiperIndicatorType::DOT) { in GetSwiperIndicator() 7366 indicator->itemWidth.value = props.itemWidth.value; in GetSwiperIndicator() 7367 indicator->itemHeight.value = props.itemHeight.value; in GetSwiperIndicator() 7368 indicator->selectedItemWidth.value = props in GetSwiperIndicator() [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 2581 input_props = input_descriptor->props & (AV_CODEC_PROP_TEXT_SUB | AV_CODEC_PROP_BITMAP_SUB); in open_output_file() 2583 output_props = output_descriptor->props & (AV_CODEC_PROP_TEXT_SUB | AV_CODEC_PROP_BITMAP_SUB); in open_output_file() 2588 (!input_descriptor->props || in open_output_file() 2589 !output_descriptor->props)) { in open_output_file()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2874 VkPhysicalDeviceProperties* props; in deviceProperties() local 2878 props = reinterpret_cast<VkPhysicalDeviceProperties*>(buffer); in deviceProperties() 2879 deMemset(props, GUARD_VALUE, sizeof(buffer)); in deviceProperties() 2881 context.getInstanceInterface().getPhysicalDeviceProperties(context.getPhysicalDevice(), props); in deviceProperties() 2885 << TestLog::Message << *props << TestLog::EndMessage; in deviceProperties() 2887 if (!validateFeatureLimits(props, &features, log)) in deviceProperties() 2906 if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) in deviceProperties() 2913 const ApiVersion deviceVersion = unpackVersion(props->apiVersion); in deviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2899 VkPhysicalDeviceProperties* props; in deviceProperties() local 2903 props = reinterpret_cast<VkPhysicalDeviceProperties*>(buffer); in deviceProperties() 2904 deMemset(props, GUARD_VALUE, sizeof(buffer)); in deviceProperties() 2906 context.getInstanceInterface().getPhysicalDeviceProperties(context.getPhysicalDevice(), props); in deviceProperties() 2910 << TestLog::Message << *props << TestLog::EndMessage; in deviceProperties() 2912 if (!validateFeatureLimits(props, &features, log)) in deviceProperties() 2931 if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) in deviceProperties() 2938 const ApiVersion deviceVersion = unpackVersion(props->apiVersion); in deviceProperties()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | medialibrary_napi_utils.cpp | 65 info.props.size(), info.props.data(), &ctorObj)); in NapiDefineClass()
|
H A D | cloud_enhancement_napi.cpp | 291 .props = {
in Init()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 1510 void WebGLRenderingContextBase::GetRenderingContextBasePropertyDesc(std::vector<napi_property_descriptor> &props) in GetRenderingContextBasePropertyDesc() argument 1512 props = { in GetRenderingContextBasePropertyDesc()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 1469 # Add props files. 2342 # file and a .props file. 2360 props_name = base + ".props" 2442 """Generate the .props file.""" 3046 user_props = r"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" 3074 for condition, props in additional_props.items(): 3087 for props_file in props: 3751 ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.Default.props"}] 3754 ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.props"}] 3760 ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.props"}] [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 1464 # Add props files. 2334 # file and a .props file. 2352 props_name = base + ".props" 2434 """Generate the .props file.""" 3046 user_props = r"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" 3074 for condition, props in additional_props.items(): 3087 for props_file in props: 3751 ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.Default.props"}] 3754 ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.props"}] 3760 ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.props"}] [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 343 drm_connector->props[p]); in wsi_display_get_connector() 348 connector->dpms_property = drm_connector->props[p]; in wsi_display_get_connector()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 824 const char *props, EVP_PKEY *pkey, 835 const char *props, EVP_PKEY *pkey,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleImageTests.cpp | 1727 const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(context.getInstanceInterface(), context.getPhysicalDevice()); 1731 if (!props.limits.standardSampleLocations)
|
H A D | vktPipelineSamplerTests.cpp | 1443 const auto props = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, m_params.format); in checkSupport() local 1454 if ((props.optimalTilingFeatures & requiredFeatures) != requiredFeatures) in checkSupport()
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 822 const char *props, EVP_PKEY *pkey, 833 const char *props, EVP_PKEY *pkey,
|
/third_party/python/Lib/test/ |
H A D | test_lzma.py | 1388 props = lzma._encode_filter_properties({ 1395 self.assertEqual(props, b"]\x00\x00\x80\x00")
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleImageTests.cpp | 1715 const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(context.getInstanceInterface(), context.getPhysicalDevice()); 1719 if (!props.limits.standardSampleLocations)
|
H A D | vktPipelineSamplerTests.cpp | 1426 const auto props = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, m_params.format); in checkSupport() local 1437 if ((props.optimalTilingFeatures & requiredFeatures) != requiredFeatures) in checkSupport()
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test2.cpp | 78 void SetWindowSystemProps(const sptr<Window>& window, const SystemBarRegionTints& props);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DecimalFormat.java | 2668 public void set(DecimalFormatProperties props); in set() argument
|