/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 658 props = new_props.setdefault(file_name, {}) 659 props[key] = value 670 LOG.error("Get props error.")
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 1703 const GLenum *props, GLsizei bufSize, in _mesa_get_program_resourceiv() 1708 const GLenum *prop = props; in _mesa_get_program_resourceiv() 1701 _mesa_get_program_resourceiv(struct gl_shader_program *shProg, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) _mesa_get_program_resourceiv() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/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/vk-gl-cts/external/vulkancts/modules/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()
|
/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()
|
/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()
|
/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()
|
/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()
|
/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
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DecimalFormat.java | 2440 public void set(DecimalFormatProperties props); in set() argument
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Update.cpp | 1251 op.props = &options.MethodMode.Properties;
in UpdateArchive()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra.c | 759 GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props) ? 0 : in install_registers_instr()
|