Searched refs:std (Results 151 - 175 of 33291) sorted by last modified time

1234567891011>>

/external/stlport/test/unit/
H A Dbsearch_test.cpp6 using namespace std;
H A Dbvector_test.cpp6 using namespace std;
H A Dcmath_test.cpp13 //into the std namespace so we do not use the using namespace std
48 CPPUNIT_CHECK( are_equals(std::abs(int_val), -int_val) );
49 CPPUNIT_CHECK( are_equals(std::abs(long_val), -long_val) );
50 CPPUNIT_CHECK( are_equals(std::labs(long_val), -long_val) );
51 CPPUNIT_CHECK( are_equals(std::abs(float_val), -float_val) );
52 CPPUNIT_CHECK( are_equals(std::abs(double_val), -double_val) );
54 CPPUNIT_CHECK( are_equals(std::abs(long_double_val), -long_double_val) );
57 CPPUNIT_CHECK( are_equals(std::fabs(float_val), -float_val) );
58 CPPUNIT_CHECK( are_equals(std
[all...]
H A Dcodecvt_test.cpp12 using namespace std;
456 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base;
H A Dcollate_facets_test.cpp10 using namespace std;
H A Dcomplete_digits.h8 complete_digits(std::string &digits)
H A Dconfig_test.cpp7 using namespace std;
H A Dcopy_test.cpp9 using namespace std;
H A Dcount_test.cpp6 using namespace std;
H A Dcstring_test.cpp8 //into the std namespace so we do not use the using namespace std
40 std::size_t bar = 0;
43 CPPUNIT_CHECK( std::memchr("foo", 'o', 3) != NULL );
44 CPPUNIT_CHECK( std::memcmp("foo1", "foo2", 3) == 0 );
46 CPPUNIT_CHECK( std::memcpy(buf1, buf2, 0) != NULL );
47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL );
48 CPPUNIT_CHECK( std::memset(buf1, 0, 1) != NULL );
52 CPPUNIT_CHECK( std::strcoll("foo", "foo") == 0 );
53 CPPUNIT_CHECK( std
[all...]
H A Dctype_facets_test.cpp8 using namespace std;
H A Ddeque_test.cpp14 using namespace std;
245 namespace std { namespace
H A Ddivides_test.cpp7 using namespace std;
H A Depilog_test.cpp7 std::string s; // if std not properly redefined, error will be here
H A Dequal_test.cpp7 using namespace std;
H A Dexception_test.cpp56 throw std::bad_exception();
64 void throw_except_func() throw(std::exception) {
72 throw std::runtime_error( std::string( "message" ) );
74 catch ( std::runtime_error& err ) {
82 std::unexpected_handler hdl = &unexpected_hdl;
83 std::set_unexpected(hdl);
88 catch (std::bad_exception const&) {
105 _res = std::uncaught_exception()?1:0;
138 std
[all...]
H A Dfadapter.h11 using std::unary_function;
H A Dfill_test.cpp7 using namespace std;
H A Dfind_test.cpp7 using namespace std;
H A Dfinsert_test.cpp8 using namespace std;
H A Dforeach_test.cpp8 using namespace std;
H A Dfstream_test.cpp16 using namespace std;
615 namespace std { namespace
H A Dfull_streambuf.h11 class full_streambuf : public std::streambuf {
13 typedef std::streambuf _Base;
22 std::string const& str() const
43 std::string _buf;
H A Dfunc_test.cpp8 using namespace std;
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp131 # undef std macro
132 namespace std namespace

Completed in 3019 milliseconds

1234567891011>>