| /third_party/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 1062 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 D | SimpleDateFormat.java | 3975 translatePattern(String pat, String from, String to) translatePattern() argument [all...] |
| H A D | UnicodeSet.java | 1520 public static UnicodeSet from(CharSequence s) { from() method in UnicodeSet [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | transrt.cpp | 864 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 D | tztest.cpp | 1235 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 D | cdattst.c | 1160 static void VerifygetsetSymbols(UDateFormat* from, UDateFormat* to, UDateFormatSymbolType type, int32_t idx) in VerifygetsetSymbols() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv.cpp | 2533 UConverter *algoConverter, *to, *from; ucnv_convertAlgorithmic() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | SimpleDateFormat.java | 3852 translatePattern(String pat, String from, String to) translatePattern() argument [all...] |
| H A D | UnicodeSet.java | 1448 public static UnicodeSet from(CharSequence s) { from() method in UnicodeSet [all...] |
| /third_party/mbedtls/library/ |
| H A D | x509_crt.c | 430 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 D | parse.c | 82 char from[strlen(fromcode) + 1]; in os2_iconv_open() local [all...] |
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-array-prototype.c | 1404 uint32_t from, to; in ecma_builtin_array_prototype_object_splice() local
|
| H A D | ecma-builtin-string-prototype.c | 976 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 D | ast_function.cpp | 1102 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 D | radv_amdgpu_cs.c | 624 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 D | gtest-internal.h | 1001 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 D | node_wasi.cc | 883 uint32_t from; in FdRenumber() local
|
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g.c | 2348 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 D | gtest-internal.h | 1049 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 D | ucnv.cpp | 2533 UConverter *algoConverter, *to, *from; ucnv_convertAlgorithmic() local [all...] |
| /third_party/lwip/src/api/ |
| H A D | sockets.c | 1053 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 D | smtp.c | 242 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 D | geocoding_data.pb.h | 112 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 D | scheduler.cc | 186 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 D | builtins-regexp-gen.cc | 1648 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
|