Home
last modified time | relevance | path

Searched defs:properties (Results 51 - 75 of 503) sorted by relevance

12345678910>>...21

/third_party/node/test/js-native-api/7_factory_wrap/
H A Dmyobject.cc28 napi_property_descriptor properties[] = { in Init() local
/third_party/node/test/js-native-api/test_constructor/
H A Dtest_constructor.c170 napi_property_descriptor properties[] = { in Init() local
/third_party/node/test/js-native-api/test_properties/
H A Dtest_properties.c92 napi_property_descriptor properties[] = { in Init() local
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc117 std::vector<Property> properties = GetStackFrame(host_context, frame_offset); variable
H A Dv8-debug-helper-interop.h125 std::vector<Property> properties; member
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_currencysymbols.cpp117 icu::number::impl::resolveCurrency(const DecimalFormatProperties& properties, const Locale& locale, in resolveCurrency() argument
H A Dnumber_padding.cpp52 Padder Padder::forProperties(const DecimalFormatProperties& properties) { in forProperties() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_patternstring.cpp79 DecimalFormatProperties properties = PatternParser::parseToProperties( in testToPatternSimple() local
/third_party/node/deps/v8/src/compiler/
H A Doperator.cc27 Operator::Operator(Opcode opcode, Properties properties, const char* mnemonic, in Operator() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkdf_meth.c160 EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_KDF_fetch() argument
/third_party/openssl/crypto/evp/
H A Dkdf_meth.c160 EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_KDF_fetch() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.cpp106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreUtil.cpp106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLImage.cpp139 Image(Context &context, PropArray &&properties, MemFlags flags, const cl_image_format &format, const ImageDescriptor &desc, Memory *parent, void *hostPtr, cl_int &errorCode) Image() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLDeviceCL.cpp213 cl_int CLDeviceCL::createSubDevices(const cl_device_partition_property *properties, in createSubDevices() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_currencysymbols.cpp113 icu::number::impl::resolveCurrency(const DecimalFormatProperties& properties, const Locale& locale, in resolveCurrency() argument
H A Dnumber_padding.cpp52 Padder Padder::forProperties(const DecimalFormatProperties& properties) { in forProperties() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUAdapter.cpp61 Features(WGPUDeviceProperties properties) { in Features() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanInfo.h60 VkPhysicalDeviceProperties properties; member
/third_party/skia/include/core/
H A DHMSymbol.h54 std::map<std::string, std::vector<float>> properties; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DGrouper.java50 public static Grouper forProperties(DecimalFormatProperties properties) { in forProperties() argument
H A DPatternStringUtils.java75 public static String propertiesToPatternString(DecimalFormatProperties properties) { in propertiesToPatternString() argument
[all...]
H A DPadder.java71 public static Padder forProperties(DecimalFormatProperties properties) { in forProperties() argument
H A DRoundingUtils.java172 public static MathContext getMathContextOrUnlimited(DecimalFormatProperties properties) { in getMathContextOrUnlimited() argument
192 public static MathContext getMathContextOr34Digits(DecimalFormatProperties properties) { in getMathContextOr34Digits() argument
215 public static Scale scaleFromProperties(DecimalFormatProperties properties) { in scaleFromProperties() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DNumberParserImpl.java78 parseStatic( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStatic() argument
98 parseStaticCurrency( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStaticCurrency() argument
134 createParserFromProperties( DecimalFormatProperties properties, DecimalFormatSymbols symbols, boolean parseCurrency) createParserFromProperties() argument
[all...]

Completed in 11 milliseconds

12345678910>>...21