/ndk/tests/device/test-gnustl-full/unit/ |
D | ctype_facets_test.cpp | 46 ctype_base::mask res[sizeof(values)]; in _ctype_facet() local 79 const char *res; in _ctype_facet() local 99 const char *res; in _ctype_facet() local 151 char res[sizeof(range)]; in _ctype_facet() local 164 char res[sizeof(range)]; in _ctype_facet() local 190 ctype_base::mask res[sizeof(values) / sizeof(wchar_t)]; in _ctype_facet_w() local 223 const wchar_t *res; in _ctype_facet_w() local 243 const wchar_t *res; in _ctype_facet_w() local 295 wchar_t res[sizeof(range)]; in _ctype_facet_w() local 309 char res[sizeof(range) / sizeof(wchar_t)]; in _ctype_facet_w() local
|
D | money_facets_test.cpp | 77 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, true, ostr, ' ', 123456); in _money_put_get2() local 192 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', -123456); in _money_put_get2() local 297 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 9); in _money_put_X_bug() local 359 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 90); in _money_put_X_bug() local
|
D | transform_test.cpp | 68 string res; in trnsfrm2() local
|
D | codecvt_test.cpp | 400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from, in in_out_test() local 414 … cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from, in in_out_test() local 444 int res = cdect.length(state, from.data(), from.data() + from.size(), from.size()); in length_test() local 536 codecvt_base::result res; in special_encodings() local 576 codecvt_base::result res; in special_encodings() local
|
/ndk/tests/device/test-stlport/unit/ |
D | ctype_facets_test.cpp | 46 ctype_base::mask res[sizeof(values)]; in _ctype_facet() local 79 const char *res; in _ctype_facet() local 99 const char *res; in _ctype_facet() local 151 char res[sizeof(range)]; in _ctype_facet() local 164 char res[sizeof(range)]; in _ctype_facet() local 190 ctype_base::mask res[sizeof(values) / sizeof(wchar_t)]; in _ctype_facet_w() local 223 const wchar_t *res; in _ctype_facet_w() local 243 const wchar_t *res; in _ctype_facet_w() local 295 wchar_t res[sizeof(range)]; in _ctype_facet_w() local 309 char res[sizeof(range) / sizeof(wchar_t)]; in _ctype_facet_w() local
|
D | money_facets_test.cpp | 77 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, true, ostr, ' ', 123456); in _money_put_get2() local 192 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', -123456); in _money_put_get2() local 297 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 9); in _money_put_X_bug() local 359 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 90); in _money_put_X_bug() local
|
D | transform_test.cpp | 68 string res; in trnsfrm2() local
|
D | codecvt_test.cpp | 400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from, in in_out_test() local 414 … cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from, in in_out_test() local 444 int res = cdect.length(state, from.data(), from.data() + from.size(), from.size()); in length_test() local 536 codecvt_base::result res; in special_encodings() local 576 codecvt_base::result res; in special_encodings() local
|
/ndk/tests/device/asan-smoke/jni/ |
D | asan_oob_test.cc | 34 void *res = malloc/**/(size); break_optimization(0); return res;} in malloc_fff() local 36 void *res = malloc_fff(size); break_optimization(0); return res;} in malloc_eee() local 38 void *res = malloc_eee(size); break_optimization(0); return res;} in malloc_ddd() local 40 void *res = malloc_ddd(size); break_optimization(0); return res;} in malloc_ccc() local 42 void *res = malloc_ccc(size); break_optimization(0); return res;} in malloc_bbb() local 44 void *res = malloc_bbb(size); break_optimization(0); return res;} in malloc_aaa() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/ |
D | check.hpp | 30 # define BOOST_PP_CHECK_2(res, _) res argument 36 # define BOOST_PP_CHECK_4(res, _) res argument 37 # define BOOST_PP_CHECK_5(res) res argument 43 # define BOOST_PP_CHECK_2(res, _) res argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
D | workaround.hpp | 38 std::ptrdiff_t res = 0; in distance() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
D | interpret_argument_value.hpp | 126 interpret_argument_value( cstring source, boost::optional<T>& res, long ) in interpret_argument_value() 136 interpret_argument_value( cstring source, boost::optional<std::list<T> >& res, int ) in interpret_argument_value()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/ |
D | cat.hpp | 32 # define BOOST_PP_CAT_II(p, res) res argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | interaction_based.hpp | 133 std::string const& res = return_value( (ws << dv).str() ); in generic_return() local 211 void* res = std::malloc(s ? s : 1); in operator new() local 226 void* res = std::malloc(s ? s : 1); in operator new[]() local
|
D | floating_point_comparison.hpp | 191 predicate_result res( p_strong_or_weak in operator ()() local
|
D | unit_test_suite_impl.hpp | 413 test_unit* res = m_test_cases.front(); in next() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/ |
D | bitand.hpp | 30 # define BOOST_PP_BITAND_ID(res) res argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | environment.hpp | 149 get( cstring var_name, boost::optional<T>& res ) in get()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.c | 149 void *res = memchr(__first, __val, __last - __first); in __find() local 154 const void *res = memchr(__first, __val, __last - __first); in __find() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/ |
D | transform.hpp | 38 # define BOOST_PP_LIST_TRANSFORM_O_D(d, op, data, res, elem) (op, data, (op(d, data, elem), res)) argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
D | transform.hpp | 37 # define BOOST_PP_SEQ_TRANSFORM_O_I(s, op, data, res, elem) (op, data, res (op(s, data, elem))) argument
|
/ndk/sources/host-tools/make-3.81/ |
D | strcache.c | 62 const char *res; in add_string() local
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 47 wchar_t res; in _WLocale_tolower() local 55 wchar_t res; in _WLocale_toupper() local
|
/ndk/sources/cxx-stl/stlport/src/ |
D | messages.cpp | 73 messages_base::catalog &res = Mr[cat]; in insert() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
D | token_iterator.hpp | 320 bool res = base::get( begin, m_src.end() ); in get() local
|