Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 121) sorted by relevance

12345

/ndk/tests/device/test-stlport/unit/
Dexception_test.cpp25 CPPUNIT_TEST(what);
44 void what();
69 void ExceptionTest::what() in what() function in ExceptionTest
75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 ); in what()
143 CPPUNIT_ASSERT( foo == e.what() ); in exception_emission()
146 CPPUNIT_ASSERT(foo == clone.what() ); in exception_emission()
156 CPPUNIT_ASSERT( foo == e.what() ); in exception_emission()
159 CPPUNIT_ASSERT(foo == clone.what() ); in exception_emission()
170 CPPUNIT_ASSERT(msg == e.what() ); in exception_emission()
173 CPPUNIT_ASSERT(msg == clone.what() ); in exception_emission()
[all …]
Dnum_facets_test.cpp218 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()
230 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()
264 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()
/ndk/tests/device/test-gnustl-full/unit/
Dexception_test.cpp25 CPPUNIT_TEST(what);
44 void what();
69 void ExceptionTest::what() in what() function in ExceptionTest
75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 ); in what()
143 CPPUNIT_ASSERT( foo == e.what() ); in exception_emission()
146 CPPUNIT_ASSERT(foo == clone.what() ); in exception_emission()
156 CPPUNIT_ASSERT( foo == e.what() ); in exception_emission()
159 CPPUNIT_ASSERT(foo == clone.what() ); in exception_emission()
170 CPPUNIT_ASSERT(msg == e.what() ); in exception_emission()
173 CPPUNIT_ASSERT(msg == clone.what() ); in exception_emission()
[all …]
Dnum_facets_test.cpp218 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()
230 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()
264 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()
/ndk/sources/cxx-stl/stlport/src/
Dlocale.cpp62 string what = "Unable to find facet"; in _M_throw_on_combine_error() local
63 what += " in "; in _M_throw_on_combine_error()
64 what += name.empty() ? "system" : name.c_str(); in _M_throw_on_combine_error()
65 what += " locale"; in _M_throw_on_combine_error()
66 _STLP_THROW(runtime_error(what.c_str())); in _M_throw_on_combine_error()
71 string what; in _M_throw_on_creation_failure() local
74 what = "No platform localization support for "; in _M_throw_on_creation_failure()
75 what += facet; in _M_throw_on_creation_failure()
76 what += " facet category, unable to create facet for "; in _M_throw_on_creation_failure()
77 what += name[0] == 0 ? "system" : name; in _M_throw_on_creation_failure()
[all …]
Ddll_main.cpp68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; } in what() function in exception
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; } in what() function in bad_exception
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.inp9 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
14 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
19 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
24 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
29 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
34 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
39 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
44 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
49 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
54 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
[all …]
Dmac-mf.good9 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
14 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
19 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
24 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
29 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
34 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
39 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
44 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
49 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
54 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
[all …]
Dlinecnt.good32 Wear what few sleeveless clothes I have,
96 "The ends of what is already too short,"
Dlinecnt.inp16 Wear what few sleeveless clothes I have,
48 "The ends of what is already too short,"
Dwrtout1.good4 Facts don't do what I want them to
Dwriteout.inp4 Facts don't do what I want them to
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_exception.h166 virtual const char* what() const _STLP_NOTHROW;
170 virtual const char* what() const _STLP_NOTHROW {return "class exception";}
180 const char* what() const _STLP_NOTHROW;
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
D_stdexcept_base.h73 const char* what() const _STLP_NOTHROW_INHERENTLY;
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dgeneral26 # what the usage looks like, then compare it to what I get here... :(
Ddash-C36 # Create the answer to what should be produced by this Makefile
64 # Create the answer to what should be produced by this Makefile
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dmult_rules49 # Create the answer to what should be produced by this Makefile
65 # Create the answer to what should be produced by this Makefile
Dquoting25 # Create the answer to what should be produced by this Makefile
Dvarnesting23 # Create the answer to what should be produced by this Makefile
Doverride22 # Create the answer to what should be produced by this Makefile
/ndk/tests/device/test-gnustl-1/jni/
Dhello.cpp30 std::printf("%s\n", ex.what()); in main()
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dvalue24 # Create the answer to what should be produced by this Makefile
Deval29 # Create the answer to what should be produced by this Makefile
55 # Create the answer to what should be produced by this Makefile
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKE24 # Create the answer to what should be produced by this Makefile
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
Dclean28 # Create the answer to what should be produced by this Makefile

12345