| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | uregex.cpp | 477 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_getUText() argument 666 uregex_group(URegularExpression *regexp2, int32_t groupNum, UChar *dest, int32_t destCapacity, UErrorCode *status) uregex_group() argument 736 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) uregex_groupUText() argument 1201 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceAllUText() argument 1262 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceFirstUText() argument 1375 UChar *dest = *destBuf; appendReplacement() local 1447 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); appendReplacement() local 1448 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); appendReplacement() local 1603 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) uregex_appendReplacementUText() argument 1648 UChar *dest = *destBuf; appendTail() local 1756 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_appendTailUText() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | parse.cpp | 982 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation() local
|
| H A D | reslist.cpp | 1558 StringResource::writeUTF16v2(int32_t base, UnicodeString &dest) { in writeUTF16v2() argument [all...] |
| /third_party/pulseaudio/src/modules/echo-cancel/ |
| H A D | module-echo-cancel.c | 1452 static bool source_output_may_move_to_cb(pa_source_output *o, pa_source *dest) { in source_output_may_move_to_cb() argument 1466 static bool sink_input_may_move_to_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_may_move_to_cb() argument 1479 static void source_output_moving_cb(pa_source_output *o, pa_source *dest) { in source_output_moving_cb() argument 1520 sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) sink_input_moving_cb() argument [all...] |
| /third_party/skia/third_party/externals/zlib/contrib/minizip/ |
| H A D | zip.c | 311 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) in zip64local_putValue_inmemory() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | normalizer2impl.h | 142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() argument
|
| H A D | ucnv.cpp | 1717 ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_fromUChars() argument 1773 ucnv_toUChars(UConverter *cnv, UChar *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_toUChars() argument [all...] |
| H A D | unames.cpp | 1504 u_getISOComment(UChar32 , char *dest, int32_t destCapacity, UErrorCode *pErrorCode) u_getISOComment() argument
|
| H A D | unistr.cpp | 875 UnicodeString::extract(Char16Ptr dest, int32_t destCapacity, in extract() argument 1619 UnicodeString::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | dhcp.c | 1061 char *dest, *pfx; in dhcpc_parseoptions() local [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser.cc | 1681 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions() local
|
| /third_party/python/Python/ |
| H A D | fileutils.c | 130 _Py_mbstowcs(wchar_t *dest, const char *src, size_t n) in _Py_mbstowcs() argument
|
| H A D | initconfig.c | 1421 config_get_env_dup(PyConfig *config, wchar_t **dest, wchar_t *wname, char *name, const char *decode_err_msg) config_get_env_dup() argument
|
| /third_party/python/Modules/ |
| H A D | _testbuffer.c | 514 cmp_structure(Py_buffer *dest, Py_buffer *src) in cmp_structure() argument 537 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer() argument 850 Py_ssize_t *dest; seq_as_ssize_array() local 1868 Py_buffer *dest = &self->head->base; ndarray_ass_subscript() local 2160 Py_buffer dest; ndarray_tobytes() local [all...] |
| H A D | _winapi.c | 1582 wchar_t* dest = PyMem_NEW(wchar_t, dest_size); in _winapi_LCMapStringEx_impl() local
|
| H A D | _collectionsmodule.c | 810 PyObject **src, **dest; in _deque_rotate() local 854 PyObject **src, **dest; in _deque_rotate() local
|
| /third_party/python/Objects/ |
| H A D | listobject.c | 472 PyObject **src, **dest; in list_slice() local 520 PyObject **src, **dest; in list_concat() local 893 PyObject **src, **dest; list_extend() local 1634 sortslice dest; merge_lo() local 1766 sortslice dest, basea, baseb; merge_hi() local 2892 PyObject **src, **dest; list_subscript() local [all...] |
| H A D | abstract.c | 621 int PyObject_CopyData(PyObject *dest, PyObject *src) in PyObject_CopyData() argument
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | GeneratedMessageLite.java | 422 private void mergeFromInstance(MessageType dest, MessageType src) { in mergeFromInstance() argument
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | strutil.cc | 313 int UnescapeCEscapeSequences(const char* source, char* dest) { in UnescapeCEscapeSequences() argument 317 int UnescapeCEscapeSequences(const char* source, char* dest, in UnescapeCEscapeSequences() argument 449 UnescapeCEscapeString(const string& src, string* dest) UnescapeCEscapeString() argument 453 UnescapeCEscapeString(const string& src, string* dest, std::vector<string> *errors) UnescapeCEscapeString() argument 480 CEscapeInternal(const char* src, int src_len, char* dest, int dest_len, bool use_hex, bool utf8_safe) CEscapeInternal() argument 562 CEscapeAndAppend(StringPiece src, string* dest) CEscapeAndAppend() argument 597 string dest; CEscape() local 1722 Base64UnescapeInternal(const char *src_param, int szsrc, char *dest, int szdest, const signed char* unbase64) Base64UnescapeInternal() argument 2056 WebSafeBase64Unescape(const char *src, int szsrc, char *dest, int szdest) WebSafeBase64Unescape() argument 2060 Base64UnescapeInternal(const char* src, int slen, string* dest, const signed char* unbase64) Base64UnescapeInternal() argument 2085 Base64Unescape(StringPiece src, string* dest) Base64Unescape() argument 2089 WebSafeBase64Unescape(StringPiece src, string* dest) WebSafeBase64Unescape() argument 2093 Base64EscapeInternal(const unsigned char *src, int szsrc, char *dest, int szdest, const char *base64, bool do_padding) Base64EscapeInternal() argument 2199 Base64Escape(const unsigned char *src, int szsrc, char *dest, int szdest) Base64Escape() argument 2202 WebSafeBase64Escape(const unsigned char *src, int szsrc, char *dest, int szdest, bool do_padding) WebSafeBase64Escape() argument 2208 Base64EscapeInternal(const unsigned char* src, int szsrc, string* dest, bool do_padding, const char* base64_chars) Base64EscapeInternal() argument 2223 Base64Escape(const unsigned char *src, int szsrc, string* dest, bool do_padding) Base64Escape() argument 2228 WebSafeBase64Escape(const unsigned char *src, int szsrc, string *dest, bool do_padding) WebSafeBase64Escape() argument 2233 Base64Escape(StringPiece src, string* dest) Base64Escape() argument 2235 src.size(), dest, true); Base64Escape() local 2238 WebSafeBase64Escape(StringPiece src, string* dest) WebSafeBase64Escape() argument 2240 src.size(), dest, false); WebSafeBase64Escape() local 2243 WebSafeBase64EscapeWithPadding(StringPiece src, string* dest) WebSafeBase64EscapeWithPadding() argument 2245 src.size(), dest, true); WebSafeBase64EscapeWithPadding() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | wire_format_lite.h | 1188 void* dest = reinterpret_cast<void*>(values->mutable_data() + old_entries); in ReadPackedFixedSizePrimitive() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord.cc | 1053 char* dest = sub_cord.contents_.data_.as_chars(); in Subcord() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | btree.h | 897 static void transfer(slot_type *dest, slot_type *src, allocator_type *alloc) { in transfer() argument 1719 split(const int insert_position, btree_node *dest, allocator_type *alloc) split() argument [all...] |
| /third_party/skia/dm/ |
| H A D | DMSrcSink.cpp | 1228 SkRect dest = SkRect::MakeXYWH(x, y, kTileSize, kTileSize); in draw() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | link.c | 767 type_datum_t *dest; in type_bounds_copy_callback() local 796 role_datum_t *dest; in role_bounds_copy_callback() local 825 user_datum_t *dest; user_bounds_copy_callback() local 1612 copy_scope_index(scope_index_t * src, scope_index_t * dest, policy_module_t * module, link_state_t * state) copy_scope_index() argument [all...] |