Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
Dhash.pass.cpp29 std::string x2("12345"); in main() local
36 std::wstring x2(L"12345"); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
Dhash.pass.cpp27 std::string x2("12345"); in main() local
34 std::wstring x2(L"12345"); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
Dlv_value.pass.cpp26 typename C::value_type x1, typename C::value_type x2, in test()
39 typename C::value_type x1, typename C::value_type x2, in insert3at()
Drv_value.pass.cpp28 typename C::value_type x1, typename C::value_type x2, in test()
41 typename C::value_type x1, typename C::value_type x2, in insert3at()
/ndk/tests/device/test-stlport_static-exception/jni/
Deh2.cpp21 void x2 () in x2() function
/ndk/tests/device/test-stlport_shared-exception/jni/
Deh2.cpp21 void x2 () in x2() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
Dop_star.pass.cpp39 typename std::iterator_traits<It>::value_type x2 = *r; in test() local
/ndk/sources/android/support/src/stdio/
Dstrtod.c511 ULong *x, *x0, x1, x2; in any_on() local
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc2360 bool GreaterThan(T1 x1, T2 x2) { in GreaterThan()
2403 const T1& x1, const T2& x2) { in EqualsFormat()