HomeSort by relevance Sort by last modified time
    Searched refs:CPPUNIT_ASSERT (Results 226 - 250 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
strstream_test.cpp 38 CPPUNIT_ASSERT( rval == 652208307 );
44 CPPUNIT_ASSERT( rval == -652208307 );
count_test.cpp 37 CPPUNIT_ASSERT(result==4);
41 CPPUNIT_ASSERT(result==4);
50 CPPUNIT_ASSERT(elements==33);
54 CPPUNIT_ASSERT(elements==33);
63 CPPUNIT_ASSERT(elements==33);
67 CPPUNIT_ASSERT(elements==33);
ctype_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
33 CPPUNIT_ASSERT( ct.is(ctype_base::digit, '0') );
34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') );
35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') );
36 CPPUNIT_ASSERT( ct.is(ctype_base::alpha, 'A') );
37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') );
38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') );
39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') );
40 CPPUNIT_ASSERT( ct.is(ctype_base::xdigit, 'a') );
49 CPPUNIT_ASSERT( (res[0] & ctype_base::print) != 0 )
    [all...]
mismatch_test.cpp 45 CPPUNIT_ASSERT(result.first ==(n1 + 5) && result.second ==(n2 + 5));
48 CPPUNIT_ASSERT(!(result.first ==(n1 + 5) && result.second ==(n3 + 5)));
49 CPPUNIT_ASSERT((result.first - n1)==3);
60 CPPUNIT_ASSERT(result.first == v1.end() && result.second == v2.end());
64 CPPUNIT_ASSERT(!(result.first == v1.end() && result.second == v2.end()));
65 CPPUNIT_ASSERT((result.first - v1.begin())==5);
76 CPPUNIT_ASSERT(result.first == n1 + size && result.second == n2 + size);
80 CPPUNIT_ASSERT(!(result.first == n2 + size && result.second == n2 + size));
81 CPPUNIT_ASSERT((result.first - n1)==2);
unordered_test.cpp 81 CPPUNIT_ASSERT( ret.second );
82 CPPUNIT_ASSERT( *ret.first == i );
85 CPPUNIT_ASSERT( !ret.second );
86 CPPUNIT_ASSERT( *ret.first == i );
98 CPPUNIT_ASSERT( us.bucket(*lit) == bucket_pos );
106 //CPPUNIT_ASSERT( it != lit );
111 CPPUNIT_ASSERT( us_val[i] == i );
126 CPPUNIT_ASSERT( *ret == i );
129 CPPUNIT_ASSERT( *ret == i );
132 CPPUNIT_ASSERT( us.size() == 2 * NB_ELEMS )
    [all...]
mvctor_test.cpp 45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front()));
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front()));
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str()));
92 CPPUNIT_ASSERT((pstr == vec_strs[1].c_str()));
103 CPPUNIT_ASSERT(((p1 == &elem2.front()) && (p2 == &elem1.front())));
132 CPPUNIT_ASSERT( punit == v_v_bits.front().begin()._M_iterator._M_p );
134 CPPUNIT_ASSERT( punit == v_v_bits.front().begin()._M_p );
195 CPPUNIT_ASSERT( vect_deque.size() == 13 );
198 CPPUNIT_ASSERT( bufs[i] == &vect_deque[i].front() );
199 CPPUNIT_ASSERT( bufs[11 - i] == &vect_deque[11 - i].front() )
    [all...]
advance_test.cpp 35 CPPUNIT_ASSERT(*location==0);
37 CPPUNIT_ASSERT(*location==5);
bsearch_test.cpp 35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
lexcmp_test.cpp 38 CPPUNIT_ASSERT(!before);
47 CPPUNIT_ASSERT(before);
  /ndk/tests/device/test-gnustl-full/unit/
strstream_test.cpp 38 CPPUNIT_ASSERT( rval == 652208307 );
44 CPPUNIT_ASSERT( rval == -652208307 );
count_test.cpp 37 CPPUNIT_ASSERT(result==4);
41 CPPUNIT_ASSERT(result==4);
50 CPPUNIT_ASSERT(elements==33);
54 CPPUNIT_ASSERT(elements==33);
63 CPPUNIT_ASSERT(elements==33);
67 CPPUNIT_ASSERT(elements==33);
ctype_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
33 CPPUNIT_ASSERT( ct.is(ctype_base::digit, '0') );
34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') );
35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') );
36 CPPUNIT_ASSERT( ct.is(ctype_base::alpha, 'A') );
37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') );
38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') );
39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') );
40 CPPUNIT_ASSERT( ct.is(ctype_base::xdigit, 'a') );
49 CPPUNIT_ASSERT( (res[0] & ctype_base::print) != 0 )
    [all...]
mismatch_test.cpp 45 CPPUNIT_ASSERT(result.first ==(n1 + 5) && result.second ==(n2 + 5));
48 CPPUNIT_ASSERT(!(result.first ==(n1 + 5) && result.second ==(n3 + 5)));
49 CPPUNIT_ASSERT((result.first - n1)==3);
60 CPPUNIT_ASSERT(result.first == v1.end() && result.second == v2.end());
64 CPPUNIT_ASSERT(!(result.first == v1.end() && result.second == v2.end()));
65 CPPUNIT_ASSERT((result.first - v1.begin())==5);
76 CPPUNIT_ASSERT(result.first == n1 + size && result.second == n2 + size);
80 CPPUNIT_ASSERT(!(result.first == n2 + size && result.second == n2 + size));
81 CPPUNIT_ASSERT((result.first - n1)==2);
unordered_test.cpp 81 CPPUNIT_ASSERT( ret.second );
82 CPPUNIT_ASSERT( *ret.first == i );
85 CPPUNIT_ASSERT( !ret.second );
86 CPPUNIT_ASSERT( *ret.first == i );
98 CPPUNIT_ASSERT( us.bucket(*lit) == bucket_pos );
106 //CPPUNIT_ASSERT( it != lit );
111 CPPUNIT_ASSERT( us_val[i] == i );
126 CPPUNIT_ASSERT( *ret == i );
129 CPPUNIT_ASSERT( *ret == i );
132 CPPUNIT_ASSERT( us.size() == 2 * NB_ELEMS )
    [all...]
mvctor_test.cpp 45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front()));
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front()));
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str()));
92 CPPUNIT_ASSERT((pstr == vec_strs[1].c_str()));
103 CPPUNIT_ASSERT(((p1 == &elem2.front()) && (p2 == &elem1.front())));
132 CPPUNIT_ASSERT( punit == v_v_bits.front().begin()._M_iterator._M_p );
134 CPPUNIT_ASSERT( punit == v_v_bits.front().begin()._M_p );
195 CPPUNIT_ASSERT( vect_deque.size() == 13 );
198 CPPUNIT_ASSERT( bufs[i] == &vect_deque[i].front() );
199 CPPUNIT_ASSERT( bufs[11 - i] == &vect_deque[11 - i].front() )
    [all...]
advance_test.cpp 35 CPPUNIT_ASSERT(*location==0);
37 CPPUNIT_ASSERT(*location==5);
bsearch_test.cpp 35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
lexcmp_test.cpp 38 CPPUNIT_ASSERT(!before);
47 CPPUNIT_ASSERT(before);
  /ndk/tests/device/test-stlport/unit/
strstream_test.cpp 38 CPPUNIT_ASSERT( rval == 652208307 );
44 CPPUNIT_ASSERT( rval == -652208307 );
count_test.cpp 37 CPPUNIT_ASSERT(result==4);
41 CPPUNIT_ASSERT(result==4);
50 CPPUNIT_ASSERT(elements==33);
54 CPPUNIT_ASSERT(elements==33);
63 CPPUNIT_ASSERT(elements==33);
67 CPPUNIT_ASSERT(elements==33);
ctype_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
33 CPPUNIT_ASSERT( ct.is(ctype_base::digit, '0') );
34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') );
35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') );
36 CPPUNIT_ASSERT( ct.is(ctype_base::alpha, 'A') );
37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') );
38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') );
39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') );
40 CPPUNIT_ASSERT( ct.is(ctype_base::xdigit, 'a') );
49 CPPUNIT_ASSERT( (res[0] & ctype_base::print) != 0 )
    [all...]
mismatch_test.cpp 45 CPPUNIT_ASSERT(result.first ==(n1 + 5) && result.second ==(n2 + 5));
48 CPPUNIT_ASSERT(!(result.first ==(n1 + 5) && result.second ==(n3 + 5)));
49 CPPUNIT_ASSERT((result.first - n1)==3);
60 CPPUNIT_ASSERT(result.first == v1.end() && result.second == v2.end());
64 CPPUNIT_ASSERT(!(result.first == v1.end() && result.second == v2.end()));
65 CPPUNIT_ASSERT((result.first - v1.begin())==5);
76 CPPUNIT_ASSERT(result.first == n1 + size && result.second == n2 + size);
80 CPPUNIT_ASSERT(!(result.first == n2 + size && result.second == n2 + size));
81 CPPUNIT_ASSERT((result.first - n1)==2);
unordered_test.cpp 81 CPPUNIT_ASSERT( ret.second );
82 CPPUNIT_ASSERT( *ret.first == i );
85 CPPUNIT_ASSERT( !ret.second );
86 CPPUNIT_ASSERT( *ret.first == i );
98 CPPUNIT_ASSERT( us.bucket(*lit) == bucket_pos );
106 //CPPUNIT_ASSERT( it != lit );
111 CPPUNIT_ASSERT( us_val[i] == i );
126 CPPUNIT_ASSERT( *ret == i );
129 CPPUNIT_ASSERT( *ret == i );
132 CPPUNIT_ASSERT( us.size() == 2 * NB_ELEMS )
    [all...]
mvctor_test.cpp 45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front()));
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front()));
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str()));
92 CPPUNIT_ASSERT((pstr == vec_strs[1].c_str()));
103 CPPUNIT_ASSERT(((p1 == &elem2.front()) && (p2 == &elem1.front())));
132 CPPUNIT_ASSERT( punit == v_v_bits.front().begin()._M_iterator._M_p );
134 CPPUNIT_ASSERT( punit == v_v_bits.front().begin()._M_p );
195 CPPUNIT_ASSERT( vect_deque.size() == 13 );
198 CPPUNIT_ASSERT( bufs[i] == &vect_deque[i].front() );
199 CPPUNIT_ASSERT( bufs[11 - i] == &vect_deque[11 - i].front() )
    [all...]
advance_test.cpp 35 CPPUNIT_ASSERT(*location==0);
37 CPPUNIT_ASSERT(*location==5);

Completed in 314 milliseconds

1 2 3 4 5 6 7 8 91011>>