/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_mapper.h | 130 inline AutoAffixPatternProvider(const DecimalFormatProperties& properties, UErrorCode& status) { in AutoAffixPatternProvider() argument 134 inline void setTo(const DecimalFormatProperties& properties, UErrorCode& status) { in setTo() argument 189 DecimalFormatProperties properties; global() member [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.h | 72 VkFormatProperties properties; member 98 struct vn_physical_device_properties properties; member
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_meth.c | 300 inner_loader_fetch(struct loader_data_st *methdata, int id, const char *scheme, const char *properties) inner_loader_fetch() argument 394 OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx, const char *scheme, const char *properties) OSSL_STORE_LOADER_fetch() argument 408 ossl_store_loader_fetch_by_number(OSSL_LIB_CTX *libctx, int scheme_id, const char *properties) ossl_store_loader_fetch_by_number() argument [all...] |
H A D | store_local.h | 140 char *properties; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | exchange.c | 175 EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_KEYEXCH_fetch() argument 184 evp_keyexch_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) evp_keyexch_fetch_from_prov() argument
|
H A D | kem.c | 404 EVP_KEM_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_KEM_fetch() argument 413 evp_kem_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) evp_kem_fetch_from_prov() argument
|
H A D | signature.c | 308 EVP_SIGNATURE_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_SIGNATURE_fetch() argument 317 evp_signature_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) evp_signature_fetch_from_prov() argument
|
H A D | asymcipher.c | 469 EVP_ASYM_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_ASYM_CIPHER_fetch() argument 478 evp_asym_cipher_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) evp_asym_cipher_fetch_from_prov() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-zeroconf-discover.c | 150 char *properties = NULL; in resolver_cb() local
|
/third_party/openssl/crypto/evp/ |
H A D | asymcipher.c | 469 EVP_ASYM_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_ASYM_CIPHER_fetch() argument 478 evp_asym_cipher_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) evp_asym_cipher_fetch_from_prov() argument
|
H A D | signature.c | 308 EVP_SIGNATURE_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_SIGNATURE_fetch() argument 317 evp_signature_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) evp_signature_fetch_from_prov() argument
|
H A D | exchange.c | 175 EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_KEYEXCH_fetch() argument 184 evp_keyexch_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) evp_keyexch_fetch_from_prov() argument
|
H A D | kem.c | 404 EVP_KEM_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_KEM_fetch() argument 413 evp_kem_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) evp_kem_fetch_from_prov() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 127 VkFormatProperties properties; in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 50 const auto& properties = context.getDeviceProperties(); in testLimits() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemStackTests.cpp | 231 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(ctx.getInstanceDriver(), ctx.getPhysicalDevice()); in iterate() local
|
H A D | vktProtectedMemWorkgroupStorageTests.cpp | 200 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(ctx.getInstanceDriver(), ctx.getPhysicalDevice()); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 75 VkPhysicalDeviceProperties properties; in readIDsFromDevice() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectApiTests.cpp | 214 vk::VkPhysicalDeviceProperties properties; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControlsExtensionlessTests.cpp | 119 VkPhysicalDeviceProperties2 properties; in getFloatControlsProperty() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 225 vk::VkPhysicalDeviceProperties properties; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupUniformControlFlowTests.cpp | 165 vk::VkPhysicalDeviceProperties properties; in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryPointSizeTests.cpp | 74 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 128 VkFormatProperties properties; in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 49 const auto& properties = context.getDeviceProperties(); in testLimits() local
|