Home
last modified time | relevance | path

Searched defs:number (Results 701 - 725 of 916) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/node/deps/openssl/openssl/crypto/
H A Dparams.c69 static int is_negative(const void *number, size_t s) in is_negative() argument
[all...]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java646 findMatchesInContexts(List<NumberContext> contexts, boolean isValid, boolean isPossible, String region, String number) findMatchesInContexts() argument
918 assertMatchProperties( PhoneNumberMatch match, String text, String number, String region) assertMatchProperties() argument
947 doTestFindInContext(String number, String defaultCountry) doTestFindInContext() argument
959 findPossibleInContext(String number, String defaultCountry) findPossibleInContext() argument
999 findValidInContext(String number, String defaultCountry) findValidInContext() argument
1015 doTestInContext(String number, String defaultCountry, List<NumberContext> contextPairs, Leniency leniency) doTestInContext() argument
[all...]
/third_party/openssl/crypto/
H A Dparams.c67 static int is_negative(const void *number, size_t s) in is_negative() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_fetch.c668 int evp_is_a(OSSL_PROVIDER *prov, int number, in evp_is_a() argument
682 int evp_names_do_all(OSSL_PROVIDER *prov, int number, in evp_names_do_all() argument
/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

Completed in 30 milliseconds

1...<<21222324252627282930>>...37