/ndk/tests/device/test-stlport/unit/ |
D | uninitialized_test.cpp | 93 vector<NotTrivialCopyStruct> dst(10); in copy_test() local 105 TrivialCopyStruct dst[count]; in copy_test() local 130 list<NotTrivialCopyStruct> dst(10); in copy_test() local 146 vector<NotTrivialCopyStruct> dst(10); in copy_test() local 172 vector<unsigned int> dst(src.begin(), src.end()); in copy_test() local 187 vector<unsigned int> dst(src.begin(), src.end()); in copy_test() local 202 vector<float> dst(src.begin(), src.end()); in copy_test() local 211 vector<vector<float>*> dst(src.begin(), src.end()); in copy_test() local 220 vector<base*> dst(src.begin(), src.end()); in copy_test() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | uninitialized_test.cpp | 93 vector<NotTrivialCopyStruct> dst(10); in copy_test() local 105 TrivialCopyStruct dst[count]; in copy_test() local 130 list<NotTrivialCopyStruct> dst(10); in copy_test() local 146 vector<NotTrivialCopyStruct> dst(10); in copy_test() local 172 vector<unsigned int> dst(src.begin(), src.end()); in copy_test() local 187 vector<unsigned int> dst(src.begin(), src.end()); in copy_test() local 202 vector<float> dst(src.begin(), src.end()); in copy_test() local 211 vector<vector<float>*> dst(src.begin(), src.end()); in copy_test() local 220 vector<base*> dst(src.begin(), src.end()); in copy_test() local
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | rename.c | 39 rpl_rename (char const *src, char const *dst) in rpl_rename() 144 rpl_rename (char const *src, char const *dst) in rpl_rename()
|
D | regexec.c | 1779 merge_state_array (const re_dfa_t *dfa, re_dfastate_t **dst, in merge_state_array() 1984 Idx dst; in check_dst_limits_calc_pos_1() local
|
/ndk/sources/android/support/src/musl-multibyte/ |
D | wcsnrtombs.c | 9 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t … in wcsnrtombs()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
D | support.cpp | 63 size_t mbsnrtowcs( wchar_t *__restrict dst, const char **__restrict src, in mbsnrtowcs() 115 size_t wcsnrtombs( char *__restrict dst, const wchar_t **__restrict src, in wcsnrtombs()
|
D | locale_win32.cpp | 42 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, in mbsrtowcs_l() 60 size_t mbsnrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, in mbsnrtowcs_l() 66 size_t wcsnrtombs_l( char *__restrict dst, const wchar_t **__restrict src, in wcsnrtombs_l()
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regexec.c | 74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) argument 75 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) argument 123 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) argument 124 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) argument
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | p11667.cpp | 22 T* dst = newlist; in grow() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | p11667.cpp | 22 T* dst = newlist; in grow() local
|
/ndk/sources/android/support/src/ |
D | wchar_support.c | 28 wchar_t *wcpncpy(wchar_t *dst, const wchar_t *src, size_t n) { in wcpncpy() 72 size_t wcslcat(wchar_t *dst, const wchar_t *src, size_t siz) { in wcslcat() 100 size_t wcslcpy(wchar_t *dst, const wchar_t *src, size_t siz) { in wcslcpy() 166 wchar_t *wcsncpy(wchar_t *dst, const wchar_t *src, size_t n) { in wcsncpy()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-boost.c | 37 char *dst; in frob_escapes() local
|
D | tst-rxspencer.c | 69 mb_replace (char *dst, const char c) in mb_replace() 116 char *ret, *dst; in mb_frob_string() local 141 char *ret, *dst; in mb_frob_pattern() local
|
/ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/ |
D | idct_dequant_full_2x_neon.c | 20 unsigned char *dst, in idct_dequant_full_2x_neon()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | dynamic_cast.cc | 291 const abi::__class_type_info *dst, in __dynamic_cast()
|
D | cxxabi_vec.cc | 345 char* dst = static_cast<char*>(dst_array); in __cxa_vec_cctor() local
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 120 static int __mbtowc(_Locale_codecvt_t *l, wchar_t *dst, const char *from, unsigned int count) { in __mbtowc() 222 wchar_t* dst, size_t dst_size, in _WLocale_strxfrm()
|
D | c_locale_win32.c | 1123 char* dst, size_t dst_size, in _Locale_strxfrm()
|
/ndk/sources/host-tools/make-3.81/ |
D | function.c | 1396 char *dst = buffer; in fold_newlines() local
|