/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/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/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/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/sources/host-tools/sed-4.2.1/testsuite/ |
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
|
D | tst-boost.c | 37 char *dst; in frob_escapes() local
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | dynamic_cast.cc | 291 const abi::__class_type_info *dst, in __dynamic_cast()
|
/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
|