/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | PatternStringUtils.java | 80 public static String propertiesToPatternString(DecimalFormatProperties properties) { in propertiesToPatternString() argument [all...] |
H A D | RoundingUtils.java | 174 public static MathContext getMathContextOrUnlimited(DecimalFormatProperties properties) { in getMathContextOrUnlimited() argument 194 public static MathContext getMathContextOr34Digits(DecimalFormatProperties properties) { in getMathContextOr34Digits() argument 217 public static Scale scaleFromProperties(DecimalFormatProperties properties) { in scaleFromProperties() argument [all...] |
H A D | Padder.java | 78 public static Padder forProperties(DecimalFormatProperties properties) { in forProperties() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberFormatter.java | 455 fromDecimalFormat( DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) fromDecimalFormat() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_impl.cpp | 82 NumberParserImpl::createParserFromProperties(const number::impl::DecimalFormatProperties& properties, in createParserFromProperties() argument [all...] |
/third_party/lzma/CS/7zip/ |
H A D | ICoder.cs | 145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties);
in SetCoderProperties() argument 155 void SetDecoderProperties(byte[] properties);
in SetDecoderProperties() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | invalid.cpp | 33 clCreatePipe(cl_context d_ctx, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties *properties, cl_int *r_errorcode) clCreatePipe() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.cpp | 57 memory_obj::properties() const { in properties() function in memory_obj 29 memory_obj(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, size_t size, void *host_ptr) memory_obj() argument 76 buffer(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, size_t size, void *host_ptr) buffer() argument 88 root_buffer(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, size_t size, void *host_ptr) root_buffer() argument 170 image(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t array_size, size_t row_pitch, size_t slice_pitch, size_t size, void *host_ptr, cl_mem buffer) image() argument 263 image1d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t row_pitch, void *host_ptr) image1d() argument 273 image1d_buffer(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t row_pitch, void *host_ptr, cl_mem buffer) image1d_buffer() argument 283 image1d_array(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t array_size, size_t slice_pitch, void *host_ptr) image1d_array() argument 294 image2d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t row_pitch, void *host_ptr) image2d() argument 304 image2d_array(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t array_size, size_t row_pitch, size_t slice_pitch, void *host_ptr) image2d_array() argument 315 image3d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr) image3d() argument [all...] |
/third_party/node/test/js-native-api/6_object_wrap/ |
H A D | 6_object_wrap.cc | 20 napi_property_descriptor properties[] = { in Init() local
|
/third_party/node/test/node-api/test_async/ |
H A D | test_async.c | 204 napi_property_descriptor properties[] = { in Init() local
|
/third_party/node/test/node-api/test_reference_by_node_api_version/ |
H A D | test_reference_by_node_api_version.c | 149 napi_property_descriptor properties[] = { in NAPI_MODULE_INIT() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_impl.cpp | 82 NumberParserImpl::createParserFromProperties(const number::impl::DecimalFormatProperties& properties, in createParserFromProperties() argument [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object.cc | 43 Handle<Object> properties = args.at(2); in BUILTIN() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_device_info.py | 82 properties=True, variable 104 properties=True), variable 113 properties=True), variable 116 properties variable 126 properties=True, global() variable 141 properties=True, global() variable 147 properties=True, global() variable 163 properties=True, global() variable 167 properties=True, global() variable 178 properties=True, global() variable 215 properties=True, global() variable 222 properties=True), global() variable 227 properties=True, global() variable 242 properties=True, global() variable [all...] |
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | provider_util.c | 298 const char *properties = NULL; in ossl_prov_macctx_load_from_params() local 224 ossl_prov_set_macctx(EVP_MAC_CTX *macctx, const OSSL_PARAM params[], const char *ciphername, const char *mdname, const char *engine, const char *properties, const unsigned char *key, size_t keylen) ossl_prov_set_macctx() argument
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | mac_meth.c | 169 EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_MAC_fetch() argument
|
/third_party/openssl/crypto/evp/ |
H A D | mac_meth.c | 169 EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_MAC_fetch() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationLimitsTests.cpp | 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktInfoTests.cpp | 133 const vk::VkPhysicalDeviceProperties& properties = context.getDeviceProperties(); in logDeviceInfo() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 60 const vk::VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), in checkSupport() local
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo_vulkan.cpp | 162 VkPhysicalDeviceProperties properties; in GetSystemInfoVulkanWithICD() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLDevice.cpp | 329 cl_int Device::createSubDevices(const cl_device_partition_property *properties, in createSubDevices() argument
|
H A D | CLMemory.cpp | 152 Memory(const Buffer &buffer, Context &context, PropArray &&properties, MemFlags flags, size_t size, void *hostPtr, cl_int &errorCode) Memory() argument 185 Memory(const Image &image, Context &context, PropArray &&properties, MemFlags flags, const cl_image_format &format, const ImageDescriptor &desc, Memory *parent, void *hostPtr, cl_int &errorCode) Memory() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 384 cl_context_properties properties[] = { in createContext() local 407 cl_context_properties properties[] = { in createContextFromType() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDeviceFeatures.cpp | 253 bool DeviceFeatures::verifyFeatureAddCriteria(const FeatureStructCreationData &item, const std::vector<VkExtensionProperties> &properties) in verifyFeatureAddCriteria() argument
|