Home
last modified time | relevance | path

Searched defs:dest (Results 326 - 350 of 1689) sorted by relevance

1...<<11121314151617181920>>...68

/third_party/skia/third_party/externals/icu/source/common/
H A Drbbinode.cpp264 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) { in findNodes() argument
H A Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteForward() argument
152 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteReverse() argument
309 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument
357 ubidi_writeReordered(UBiDi *pBiDi, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReordered() argument
[all...]
H A Ducasemap_titlecase_brkiter.cpp57 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
102 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucasemap_utf8ToTitle() argument
H A Duscript.cpp32 setCodes(const UScriptCode *src, int32_t length, UScriptCode *dest, int32_t capacity, UErrorCode *err) setCodes() argument
H A Duscript_props.cpp254 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) { in uscript_getSampleString() argument
/third_party/python/Python/
H A Dframe.c67 _PyFrame_Copy(_PyInterpreterFrame *src, _PyInterpreterFrame *dest) in _PyFrame_Copy() argument
/third_party/protobuf/src/google/protobuf/
H A Dno_field_presence_test.cc465 proto2_nofieldpresence_unittest::TestAllTypes dest; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.h386 inline void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() argument
H A Dstr_cat.cc169 void AppendPieces(std::string* dest, in AppendPieces() argument
193 void StrAppend(std::string* dest, cons argument
198 StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b) StrAppend() argument
211 StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, const AlphaNum& c) StrAppend() argument
227 StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, const AlphaNum& c, const AlphaNum& d) StrAppend() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dmemutil.h75 inline char* memcat(char* dest, size_t destlen, const char* src, in memcat() argument
/third_party/skia/modules/skottie/gm/
H A DSkottieGM.cpp68 auto dest = SkRect::MakeWH(kSize, kSize); variable
126 auto dest = SkRect::MakeWH(kSize, kSize); variable
210 auto dest = SkRect::MakeWH(kSize, kSize); variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_er_ssdp.c130 struct sockaddr_in dest; in wps_er_send_ssdp_msearch() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_er_ssdp.c130 struct sockaddr_in dest; in wps_er_send_ssdp_msearch() local
/third_party/zlib/contrib/puff/
H A Dpufftest.c93 unsigned char *source = NULL, *dest; in main() local
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp412 uint64_t dest = 0; in HWTEST_F() local
429 int64_t dest = 0; in HWTEST_F() local
446 double dest = 0.0; in HWTEST_F() local
463 std::string dest; in HWTEST_F() local
479 struct ParamValueType dest; HWTEST_F() local
[all...]
/base/hiviewdfx/hiview_lite/
H A Dhiview_file.c227 int8 ProcFile(HiviewFile *fp, const char *dest, FileProcMode mode) in ProcFile() argument
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dbase_utility_unit_test.cpp72 std::string dest = "dest"; in HWTEST_F() local
/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_event.c198 int HiEventFileProc(uint8 type, const char *dest, uint8 mode) in HiEventFileProc() argument
/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_service_agent.cpp51 int32_t HiviewServiceAgent::Copy(const std::string& logType, const std::string& logName, const std::string& dest) in Copy() argument
56 int32_t HiviewServiceAgent::Move(const std::string& logType, const std::string& logName, const std::string& dest) in Move() argument
61 CopyOrMoveFile( const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) CopyOrMoveFile() argument
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_log.c211 int HiLogFileProc(const char *dest, uint8 mode) in HiLogFileProc() argument
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp72 Copy(const std::string& logType, const std::string& logName, const std::string& dest) Copy() argument
78 Move(const std::string& logType, const std::string& logName, const std::string& dest) Move() argument
84 CopyOrMoveFile( const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) CopyOrMoveFile() argument
/base/msdp/device_status/test/unittest/utils/src/
H A Dutility_test.cpp849 char dest[] = "0"; in HWTEST_F() local
865 char *dest = nullptr; in HWTEST_F() local
881 char dest[] = {0}; in HWTEST_F() local
897 char *dest = nullptr; in HWTEST_F() local
/base/msdp/device_status/utils/common/src/
H A Dutility.cpp49 size_t Utility::CopyNulstr(char *dest, size_t size, const char *src) in CopyNulstr() argument
/base/startup/hvb/libhvb/src/deps/
H A Dhvb_sysdeps.c29 void *hvb_memcpy(void *dest, const void *src, size_t n) in hvb_memcpy() argument
34 int hvb_memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in hvb_memcpy_s() argument
39 void *hvb_memset(void *dest, const int c, size_t n) in hvb_memset() argument
44 int hvb_memset_s(void *dest, size_t destMax, int c, size_t count) in hvb_memset_s() argument
/base/telephony/core_service/test/unittest/utils_codec_gtest/
H A Dasn1_utils_test.cpp220 std::vector<uint8_t> dest; in HWTEST_F() local
231 std::string dest; in HWTEST_F() local
278 std::string dest; in HWTEST_F() local
289 std::vector<uint8_t> dest; in HWTEST_F() local
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...68