Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale() local
226 loc = tmp1; in test_supported_locale()
Dmoney_facets_test.cpp446 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/
Dtime_facets_test.cpp225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale() local
226 loc = tmp1; in test_supported_locale()
Dmoney_facets_test.cpp446 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.h196 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/
Dbasic_cstring.hpp464 pointer tmp1 = m_begin; in swap() local
470 s.m_begin = tmp1; in swap()