Searched refs:std (Results 226 - 250 of 33291) sorted by last modified time

1234567891011>>

/external/stlport/test/unit/
H A Dreference_wrapper_test.cpp9 using namespace std;
29 typedef std::tr1::reference_wrapper<int> rr_type;
37 rr_type r1 = std::tr1::ref(i);
41 r1 = std::tr1::ref(j);
60 typedef std::tr1::reference_wrapper<const int> crr_type;
68 crr_type r1 = std::tr1::cref(i);
72 r1 = std::tr1::cref(j);
H A Dresolve_name.cpp14 d = std::sqrt( d );
28 d = std::sqrt( d );
34 // VC6 consider call to sqrt ambiguous as soon as using namespace std has
37 using namespace std;
46 d = std::sqrt( d );
55 using std::sqrt;
H A Dreviter_test.cpp8 using namespace std;
H A Drm_cp_test.cpp7 using namespace std;
H A Drndshf_test.cpp9 using namespace std;
H A Drope_test.cpp17 using namespace std;
H A Drotate_test.cpp9 using namespace std;
H A Dsearch_test.cpp9 using namespace std;
H A Dset_test.cpp11 using namespace std;
207 namespace std { namespace
H A Dsetdiff_test.cpp12 using namespace std;
H A Dsetinter_test.cpp12 using namespace std;
H A Dsetunion_test.cpp12 using namespace std;
H A Dshared_ptr_test.cpp9 using namespace std;
28 public std::tr1::enable_shared_from_this<X>
34 std::tr1::shared_ptr<X> p( new X );
35 std::tr1::shared_ptr<X> q = p->shared_from_this();
H A Dslist_test.cpp18 using namespace std;
H A Dsort_test.cpp13 using namespace std;
H A Dsstream_test.cpp13 using namespace std;
H A Dstack_allocator.h13 # define __STD std::
52 //one. This is the case for the std::swap function.
171 namespace std { namespace
H A Dstack_test.cpp10 using namespace std;
H A Dstring_test.cpp41 using namespace std;
H A Dstrstream_buffer_read_test.cpp12 using namespace std;
H A Dstrstream_test.cpp10 using namespace std;
H A Dswap_test.cpp14 using namespace std;
H A Dtest_errno.cpp39 /* Note: in common, you can't write ::errno or std::errno,
51 if ( std::errno != 0 ) {
H A Dtime_facets_test.cpp10 using namespace std;
H A Dtimes_test.cpp8 using namespace std;

Completed in 650 milliseconds

1234567891011>>