Searched refs:ex (Results 1 - 25 of 53) sorted by relevance

123

/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dref9.cpp3 struct ex;
6 ex eval() const;
10 struct ex { struct
12 ex() : bp(0) { } function in struct:ex
13 ex(const basic &);
14 virtual ~ex();
18 ex basic::eval() const {
22 inline ex::ex(const basic &b) { construct_from_basic (b); } function in class:ex
23 inline ex
[all...]
H A Deh3_2.cpp20 e ex; local
21 throw ex;
H A Deh42.cpp15 } catch (int ex) {
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dref9.cpp3 struct ex;
6 ex eval() const;
10 struct ex { struct
12 ex() : bp(0) { } function in struct:ex
13 ex(const basic &);
14 virtual ~ex();
18 ex basic::eval() const {
22 inline ex::ex(const basic &b) { construct_from_basic (b); } function in class:ex
23 inline ex
[all...]
H A Deh3_2.cpp20 e ex; local
21 throw ex;
H A Deh42.cpp15 } catch (int ex) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/
H A Dbad_function_call_ctor.pass.cpp19 std::bad_function_call ex; local
/ndk/tests/device/test-gnustl-1/jni/
H A Dhello.cpp28 catch (std::exception &ex)
30 std::printf("%s\n", ex.what());
/ndk/tests/device/test-gnustl_shared-exception/jni/
H A Dtest0_foo.cpp27 catch (std::exception &ex)
29 std::printf("%s\n", ex.what());
H A Dtest1_main.cpp29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
H A Dtest2_foo.cpp29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
H A Dtest3_main.cpp29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
H A Dtest4_foo.cpp29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
/ndk/tests/device/test-gnustl_static-exception/jni/
H A Dtest0_foo.cpp27 catch (std::exception &ex)
29 std::printf("%s\n", ex.what());
H A Dtest1_main.cpp29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
H A Dtest2_foo.cpp29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
H A Dtest3_main.cpp29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
H A Dtest4_foo.cpp29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
H A Dput2.pass.cpp49 std::string ex(str, iter.base());
50 assert(ex == "Saturday");
54 std::string ex(str, iter.base());
55 assert(ex == "Sat");
59 std::string ex(str, iter.base());
60 assert(ex == "May");
64 std::string ex(str, iter.base());
65 assert(ex == "May");
69 std::string ex(str, iter.base());
70 assert(ex
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_bool.pass.cpp52 std::string ex(str, iter.base());
53 assert(ex == "0");
59 std::string ex(str, iter.base());
60 assert(ex == "1");
70 std::string ex(str, iter.base());
71 assert(ex == "false");
77 std::string ex(str, iter.base());
78 assert(ex == "true");
89 std::string ex(str, iter.base());
90 assert(ex
[all...]
H A Dput_pointer.pass.cpp40 std::string ex(str, iter.base());
41 assert(ex == "0x0" || ex == "(nil)");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
H A Dput_long_double_en_US.pass.cpp65 std::string ex(str, iter.base());
66 assert(ex == "0.00");
73 std::string ex(str, iter.base());
74 assert(ex == "-0.01");
81 std::string ex(str, iter.base());
82 assert(ex == "1,234,567.89");
89 std::string ex(str, iter.base());
90 assert(ex == "-1,234,567.89");
98 std::string ex(str, iter.base());
99 assert(ex
[all...]
H A Dput_long_double_fr_FR.pass.cpp67 std::string ex(str, iter.base());
68 assert(ex == "0,00");
75 std::string ex(str, iter.base());
76 assert(ex == "-0,01");
83 std::string ex(str, iter.base());
84 assert(ex == "1 234 567,89");
91 std::string ex(str, iter.base());
92 assert(ex == "-1 234 567,89");
100 std::string ex(str, iter.base());
101 assert(ex
[all...]
H A Dput_long_double_ru_RU.pass.cpp67 std::string ex(str, iter.base());
68 assert(ex == "0,00 ");
75 std::string ex(str, iter.base());
76 assert(ex == "-0,01 ");
83 std::string ex(str, iter.base());
84 assert(ex == "1 234 567,89 ");
91 std::string ex(str, iter.base());
92 assert(ex == "-1 234 567,89 ");
100 std::string ex(str, iter.base());
101 assert(ex
[all...]
H A Dput_long_double_zh_CN.pass.cpp65 std::string ex(str, iter.base());
66 assert(ex == "0.00");
73 std::string ex(str, iter.base());
74 assert(ex == "-0.01");
81 std::string ex(str, iter.base());
82 assert(ex == "1,234,567.89");
89 std::string ex(str, iter.base());
90 assert(ex == "-1,234,567.89");
98 std::string ex(str, iter.base());
99 assert(ex
[all...]

Completed in 268 milliseconds

123