Home
last modified time | relevance | path

Searched defs:from (Results 2001 - 2025 of 2417) sorted by relevance

1...<<81828384858687888990>>...97

/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1062 CopyArray(const T& from, U* to) CopyArray() argument
1076 CopyArray(const T* from, size_t size, U* to) CopyArray() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java3975 translatePattern(String pat, String from, String to) translatePattern() argument
[all...]
H A DUnicodeSet.java1520 public static UnicodeSet from(CharSequence s) { from() method in UnicodeSet
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp864 logWrongScript(const UnicodeString& label, const UnicodeString& from, const UnicodeString& to) logWrongScript() argument
874 logNotCanonical(const UnicodeString& label, const UnicodeString& from, const UnicodeString& to, const UnicodeString& fromCan, const UnicodeString& toCan) logNotCanonical() argument
895 logToRulesFails(const UnicodeString& label, const UnicodeString& from, const UnicodeString& to, const UnicodeString& otherTo) logToRulesFails() argument
912 logRoundTripFailure(const UnicodeString& from, const UnicodeString& toID, const UnicodeString& to, const UnicodeString& backID, const UnicodeString& back) logRoundTripFailure() argument
[all...]
H A Dtztest.cpp1235 const char *from; in TestAliasedNames() member
1385 TimeZone *from = NULL, *to = NULL; in TestAliasedNames() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1160 static void VerifygetsetSymbols(UDateFormat* from, UDateFormat* to, UDateFormatSymbolType type, int32_t idx) in VerifygetsetSymbols() argument
/third_party/icu/icu4c/source/common/
H A Ducnv.cpp2533 UConverter *algoConverter, *to, *from; ucnv_convertAlgorithmic() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java3852 translatePattern(String pat, String from, String to) translatePattern() argument
[all...]
H A DUnicodeSet.java1448 public static UnicodeSet from(CharSequence s) { from() method in UnicodeSet
[all...]
/third_party/mbedtls/library/
H A Dx509_crt.c430 x509_get_dates(unsigned char **p, const unsigned char *end, mbedtls_x509_time *from, mbedtls_x509_time *to) x509_get_dates() argument
[all...]
/third_party/lame/frontend/
H A Dparse.c82 char from[strlen(fromcode) + 1]; in os2_iconv_open() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c1404 uint32_t from, to; in ecma_builtin_array_prototype_object_splice() local
H A Decma-builtin-string-prototype.c976 uint32_t from = start < end ? start : end; in ecma_builtin_string_prototype_object_substring() local
1276 uint32_t from = (uint32_t) ((start_num < 0) ? JERRY_MAX (this_len + start_num, 0) : start_num); in ecma_builtin_string_prototype_object_substr() local
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp1102 implicitly_convert_component(ir_rvalue * &from, const glsl_base_type to, in implicitly_convert_component() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c624 struct radv_amdgpu_cs *from = radv_amdgpu_cs(_from); in radv_amdgpu_cs_add_buffers() local
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1001 CopyArray(const T& from, U* to) CopyArray() argument
1013 CopyArray(const T* from, size_t size, U* to) CopyArray() argument
[all...]
/third_party/node/src/
H A Dnode_wasi.cc883 uint32_t from; in FdRenumber() local
/third_party/ntfs-3g/src/
H A Dntfs-3g.c2348 static int ntfs_fuse_symlink(const char *to, const char *from) in ntfs_fuse_symlink() argument
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h1049 CopyArray(const T& from, U* to) CopyArray() argument
1063 CopyArray(const T* from, size_t size, U* to) CopyArray() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv.cpp2533 UConverter *algoConverter, *to, *from; ucnv_convertAlgorithmic() local
[all...]
/third_party/lwip/src/api/
H A Dsockets.c1053 lwip_sock_make_addr(struct netconn *conn, ip_addr_t *fromaddr, u16_t port, struct sockaddr *from, socklen_t *fromlen) lwip_sock_make_addr() argument
1087 lwip_recv_tcp_from(struct lwip_sock *sock, struct sockaddr *from, socklen_t *fromlen, const char *dbg_fn, int dbg_s, ssize_t dbg_ret) lwip_recv_tcp_from() argument
1230 lwip_recvfrom(int s, void *mem, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) lwip_recvfrom() argument
1241 lwip_recvfrom_internal(int s, void *mem, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) lwip_recvfrom_internal() argument
[all...]
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c242 const char* from; member
585 smtp_send_mail(const char* from, const char* to, const char* subject, const char* body, in smtp_send_mail() argument
640 smtp_send_mail_static(const char *from, const char* to, const char* subject, const char* body, smtp_result_fn callback_fn, void* callback_arg) smtp_send_mail_static() argument
1448 smtp_send_bodyh_data(struct altcp_pcb *pcb, const char **from, u16_t *howmany) smtp_send_bodyh_data() argument
1468 smtp_send_mail_bodycback(const char *from, const char* to, const char* subject, smtp_bodycback_fn bodycback_fn, smtp_result_fn callback_fn, void* callback_arg) smtp_send_mail_bodycback() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dgeocoding_data.pb.h112 inline GeocodingInfo& operator=(const GeocodingInfo& from) { in operator =() argument
118 if (this != &from) InternalSwap(&from); variable
120 CopyFrom(from); variable
364 operator =(const PrefixesInfo& from) operator =() argument
370 if (this != &from) InternalSwap(&from); global() variable
372 CopyFrom(from); global() variable
590 operator =(const LanguageCodeInfo& from) operator =() argument
596 if (this != &from) InternalSwap(&from); global() variable
598 CopyFrom(from); global() variable
750 operator =(const CountriesInfo& from) operator =() argument
756 if (this != &from) InternalSwap(&from); global() variable
758 CopyFrom(from); global() variable
910 operator =(const CountryCodeInfo& from) operator =() argument
916 if (this != &from) InternalSwap(&from); global() variable
918 CopyFrom(from); global() variable
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc186 void Scheduler::IncrementUnscheduledUseCount(Node* node, Node* from) { in IncrementUnscheduledUseCount() argument
205 void Scheduler::DecrementUnscheduledUseCount(Node* node, Node* from) { in DecrementUnscheduledUseCount() argument
1954 MovePlannedNodes(BasicBlock* from, BasicBlock* to) MovePlannedNodes() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc1648 const TNode<Smi> from = last_matched_until; in RegExpPrototypeSplitBody() local
1671 const TNode<Object> from = LoadFixedArrayElement( in RegExpPrototypeSplitBody() local
1719 const TNode<Smi> from = var_last_matched_until.value(); in RegExpPrototypeSplitBody() local

Completed in 58 milliseconds

1...<<81828384858687888990>>...97