Searched refs:tmp1 (Results 1 – 6 of 6) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale() local 226 loc = tmp1; in test_supported_locale()
|
D | money_facets_test.cpp | 446 locale tmp1(tmp0, new moneypunct_byname<char, false>(tested_locales[i].name)); in test_supported_locale() local 447 loc = tmp1; in test_supported_locale()
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale() local 226 loc = tmp1; in test_supported_locale()
|
D | money_facets_test.cpp | 446 locale tmp1(tmp0, new moneypunct_byname<char, false>(tested_locales[i].name)); in test_supported_locale() local 447 loc = tmp1; in test_supported_locale()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 196 double tmp1, tmp2; \ 197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \ 199 return __STATIC_CAST(__type, tmp1); \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
D | basic_cstring.hpp | 464 pointer tmp1 = m_begin; in swap() local 470 s.m_begin = tmp1; in swap()
|