Home
last modified time | relevance | path

Searched defs:number (Results 851 - 875 of 1126) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp134 static const char* getIntUniformName (int number) in getIntUniformName() argument
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp521 ri::Number* number = curList->allocItem<ri::Number>(); in handleElementStart() local
773 ri::Number* number = static_cast<ri::Number*>(curItem); in handleElementEnd() local
/third_party/openssl/crypto/store/
H A Dstore_lib.c327 BIGNUM *number = NULL; in OSSL_STORE_find() local
/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c133 png_format_number(png_const_charp start, png_charp end, int format, png_alloc_size_t number) png_format_number() argument
247 png_warning_parameter(png_warning_parameters p, int number, png_const_charp string) png_warning_parameter() argument
255 png_warning_parameter_unsigned(png_warning_parameters p, int number, int format, png_alloc_size_t value) png_warning_parameter_unsigned() argument
263 png_warning_parameter_signed(png_warning_parameters p, int number, int format, png_int_32 value) png_warning_parameter_signed() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrs.cpp400 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() argument
414 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() argument
[all...]
H A Dnfsubs.cpp574 doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& status) const doSubstitution() argument
623 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& status) const doSubstitution() argument
880 doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& status) const doSubstitution() argument
905 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& status) const doSubstitution() argument
1043 doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& status) const doSubstitution() argument
1219 doSubstitution(double number, UnicodeString& toInsertInto, int32_t apos, int32_t recursionCount, UErrorCode& status) const doSubstitution() argument
[all...]
H A Dnumber_skeletons.h16 namespace number { namespace
H A Dunum.cpp179 unum_format( const UNumberFormat* fmt, int32_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_format() argument
190 unum_formatInt64(const UNumberFormat* fmt, int64_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatInt64() argument
223 unum_formatDouble( const UNumberFormat* fmt, double number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDouble() argument
256 unum_formatDoubleForFields(const UNumberFormat* format, double number, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) unum_formatDoubleForFields() argument
284 unum_formatDecimal(const UNumberFormat* fmt, const char * number, int32_t length, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDecimal() argument
328 unum_formatDoubleCurrency(const UNumberFormat* fmt, double number, UChar* currency, UChar* result, int32_t resultLength, UFieldPosition* pos, UErrorCode* status) unum_formatDoubleCurrency() argument
926 unum_formatUFormattable(const UNumberFormat* fmt, const UFormattable *number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatUFormattable() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c256 FT_Long result, number, exponent; in cff_parse_real() local
636 FT_Long number; cff_parse_fixed_dynamic() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc905 void WriteUInt32ToUtf16CharSequence(uint32 number, in WriteUInt32ToUtf16CharSequence() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DInternal.java211 T findValueByNumber(int number); in findValueByNumber() argument
216 boolean isInRange(int number); in isInRange() argument
H A DFieldSet.java622 writeElement( final CodedOutputStream output, final WireFormat.FieldType type, final int number, final Object value) writeElement() argument
809 computeElementSize( final WireFormat.FieldType type, final int number, final Object value) computeElementSize() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c771 VALUE enum_lookup(VALUE self, VALUE number) { in enum_lookup() argument
/third_party/python/Python/clinic/
H A Dbltinmodule.c.h917 PyObject *number; builtin_round() local
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c63 int32_t number; member
74 EnumValueDescriptor_Make(zval *val, const char *name, int32_t number) EnumValueDescriptor_Make() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dparse_context.h666 uint32 number = tag >> 3; in FieldParser() local
H A Dwire_format.cc89 int number = WireFormatLite::GetTagFieldNumber(tag); in SkipField() local
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc526 NumberResult number; in ParseNumber() local
552 util::Status JsonStreamParser::ParseDoubleHelper(const std::string& number, in ParseDoubleHelper() argument
595 std::string number = std::string(p_.substr(0, index)); ParseNumberHelper() local
[all...]
H A Dprotostream_objectsource.cc1107 FindFieldByNumber( const google::protobuf::Type& type, int number) FindFieldByNumber() argument
1126 FindEnumValueByNumber( const google::protobuf::Enum& tech_enum, int number) FindEnumValueByNumber() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp134 static const char* getIntUniformName (int number) in getIntUniformName() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.hpp462 inline TestLog& TestLog::operator<< (const LogNumber<T>& number) in operator <<() argument
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeInt32.h738 DE_INLINE int deIntRoundToPow2(int number, int powerOf2) in deIntRoundToPow2() argument
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp1455 auto number = data.ReadInt32(); in ReadFormDataProxies() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp23 bool InRange(float number, float boundaryStart, float boundaryEnd) in InRange() argument
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.cpp708 std::string Localization::PluralRulesFormat(double number, bool isCardinal) in PluralRulesFormat() argument
724 std::string Localization::NumberFormat(double number) in NumberFormat() argument

Completed in 31 milliseconds

1...<<31323334353637383940>>...46