/third_party/node/test/js-native-api/7_factory_wrap/ |
H A D | myobject.cc | 28 napi_property_descriptor properties[] = { in Init() local
|
/third_party/node/test/js-native-api/test_constructor/ |
H A D | test_constructor.c | 170 napi_property_descriptor properties[] = { in Init() local
|
/third_party/node/test/js-native-api/test_properties/ |
H A D | test_properties.c | 92 napi_property_descriptor properties[] = { in Init() local
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | local-variables.cc | 117 std::vector<Property> properties = GetStackFrame(host_context, frame_offset); variable
|
H A D | v8-debug-helper-interop.h | 125 std::vector<Property> properties; member
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_currencysymbols.cpp | 117 icu::number::impl::resolveCurrency(const DecimalFormatProperties& properties, const Locale& locale, in resolveCurrency() argument
|
H A D | number_padding.cpp | 52 Padder Padder::forProperties(const DecimalFormatProperties& properties) { in forProperties() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_patternstring.cpp | 79 DecimalFormatProperties properties = PatternParser::parseToProperties( in testToPatternSimple() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | operator.cc | 27 Operator::Operator(Opcode opcode, Properties properties, const char* mnemonic, in Operator() argument
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | kdf_meth.c | 160 EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_KDF_fetch() argument
|
/third_party/openssl/crypto/evp/ |
H A D | kdf_meth.c | 160 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 D | vktImageLoadStoreUtil.cpp | 106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreUtil.cpp | 106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLImage.cpp | 139 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 D | CLDeviceCL.cpp | 213 cl_int CLDeviceCL::createSubDevices(const cl_device_partition_property *properties, in createSubDevices() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_currencysymbols.cpp | 113 icu::number::impl::resolveCurrency(const DecimalFormatProperties& properties, const Locale& locale, in resolveCurrency() argument
|
H A D | number_padding.cpp | 52 Padder Padder::forProperties(const DecimalFormatProperties& properties) { in forProperties() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUAdapter.cpp | 61 Features(WGPUDeviceProperties properties) { in Features() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanInfo.h | 60 VkPhysicalDeviceProperties properties; member
|
/third_party/skia/include/core/ |
H A D | HMSymbol.h | 54 std::map<std::string, std::vector<float>> properties; variable
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | Grouper.java | 50 public static Grouper forProperties(DecimalFormatProperties properties) { in forProperties() argument
|
H A D | PatternStringUtils.java | 75 public static String propertiesToPatternString(DecimalFormatProperties properties) { in propertiesToPatternString() argument [all...] |
H A D | Padder.java | 71 public static Padder forProperties(DecimalFormatProperties properties) { in forProperties() argument
|
H A D | RoundingUtils.java | 172 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 D | NumberParserImpl.java | 78 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...] |