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

1 2 3 4 5 6 7 891011>>

  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 87 CPPUNIT_ASSERT(!str.fail());
88 CPPUNIT_ASSERT(str.eof());
98 CPPUNIT_ASSERT(!str.fail());
99 CPPUNIT_ASSERT(str.eof());
109 CPPUNIT_ASSERT(!str.fail());
110 CPPUNIT_ASSERT(str.eof());
120 CPPUNIT_ASSERT(!str.fail());
121 CPPUNIT_ASSERT(str.eof());
131 CPPUNIT_ASSERT(!str.fail());
132 CPPUNIT_ASSERT(str.eof())
    [all...]
search_test.cpp 47 CPPUNIT_ASSERT(location == v1 + 6);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
64 CPPUNIT_ASSERT(location == v1.end());
70 CPPUNIT_ASSERT(location != v1.end());
71 CPPUNIT_ASSERT(location - v1.begin() == 4);
81 CPPUNIT_ASSERT(location == grades + gradeCount);
86 CPPUNIT_ASSERT(location != grades + gradeCount);
87 CPPUNIT_ASSERT(location - grades == 1);
string_test.cpp 262 CPPUNIT_ASSERT(short_str1 == ref_short_str1);
263 CPPUNIT_ASSERT(long_str1 == ref_long_str1);
268 CPPUNIT_ASSERT(str1 == ref_long_str1);
274 CPPUNIT_ASSERT(str1 == ref_short_str1);
279 CPPUNIT_ASSERT((short_str1 == ref_short_str2) && (short_str2 == ref_short_str1));
285 CPPUNIT_ASSERT((long_str1 == ref_long_str2) && (long_str2 == ref_long_str1));
291 CPPUNIT_ASSERT((short_str1 == ref_long_str1) && (long_str1 == ref_short_str1));
297 CPPUNIT_ASSERT((short_str1 == ref_long_str1) && (long_str1 == ref_short_str1));
307 CPPUNIT_ASSERT( a.c_str() == bs );
308 CPPUNIT_ASSERT( b.c_str() == as )
    [all...]
copy_test.cpp 45 CPPUNIT_ASSERT(!strncmp(string, result, 23));
56 CPPUNIT_ASSERT( a[i] == va[i] );
66 CPPUNIT_ASSERT( a[i] == va[i] );
78 CPPUNIT_ASSERT( a[i] == va[i] );
93 CPPUNIT_ASSERT( v2 == v1 );
104 CPPUNIT_ASSERT( v2 == v1 );
115 CPPUNIT_ASSERT( v2 == v1 );
124 CPPUNIT_ASSERT(result[0]==numbers[0]);
125 CPPUNIT_ASSERT(result[1]==numbers[1]);
126 CPPUNIT_ASSERT(result[2]==numbers[2])
    [all...]
money_facets_test.cpp 60 CPPUNIT_ASSERT( has_facet<money_put<char> >(loc) );
62 CPPUNIT_ASSERT( has_facet<money_get<char> >(loc) );
74 CPPUNIT_ASSERT( (has_facet<moneypunct<char, true> >(loc)) );
79 CPPUNIT_ASSERT( !res.failed() );
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
133 CPPUNIT_ASSERT( str_res[index++] == '1' );
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
137 CPPUNIT_ASSERT( str_res[index++] == '2' );
138 CPPUNIT_ASSERT( str_res[index++] == '3' )
    [all...]
_template.cpp 30 CPPUNIT_ASSERT(true);
find_test.cpp 44 CPPUNIT_ASSERT((location - numbers)==5);
48 CPPUNIT_ASSERT( out_range == (int *)(numbers + 10) );
71 CPPUNIT_ASSERT((location - years)==3);
80 CPPUNIT_ASSERT((location - numbers)==3);
86 CPPUNIT_ASSERT( out_range == (int *)(numbers_even + 6) );
92 CPPUNIT_ASSERT( k == keys + 10 );
104 CPPUNIT_ASSERT((iter - v.begin())==2);
125 CPPUNIT_ASSERT( *d == 'd' );
128 CPPUNIT_ASSERT( *e == 'e' );
131 CPPUNIT_ASSERT( last == pstr + str_size )
    [all...]
rope_test.cpp 67 CPPUNIT_ASSERT( ostr );
68 CPPUNIT_ASSERT( ostr.str() == cstr );
78 CPPUNIT_ASSERT( n == crope::npos );
82 CPPUNIT_ASSERT( n == (r.size() - 3) );
91 CPPUNIT_ASSERT( n == (r.size() - 3) );
100 CPPUNIT_ASSERT( '1' == s[0] && '\0' == s[1] );
119 CPPUNIT_ASSERT( strcmp(sevenCharRope2.c_str(), "1234567") == 0 );
165 CPPUNIT_ASSERT(expected.size() == r.size());
166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin()));
173 CPPUNIT_ASSERT(*i)
    [all...]
time_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
38 CPPUNIT_ASSERT( !ret.failed() );
49 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) );
61 CPPUNIT_ASSERT( err == ios_base::goodbit );
62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon );
67 CPPUNIT_ASSERT( err == ios_base::eofbit );
68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year );
75 CPPUNIT_ASSERT( !ret.failed() );
86 CPPUNIT_ASSERT( err == ios_base::goodbit );
88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec )
    [all...]
  /external/stlport/test/unit/
search_test.cpp 47 CPPUNIT_ASSERT(location == v1 + 6);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
64 CPPUNIT_ASSERT(location == v1.end());
70 CPPUNIT_ASSERT(location != v1.end());
71 CPPUNIT_ASSERT(location - v1.begin() == 4);
81 CPPUNIT_ASSERT(location == grades + gradeCount);
86 CPPUNIT_ASSERT(location != grades + gradeCount);
87 CPPUNIT_ASSERT(location - grades == 1);
string_test.cpp 262 CPPUNIT_ASSERT(short_str1 == ref_short_str1);
263 CPPUNIT_ASSERT(long_str1 == ref_long_str1);
268 CPPUNIT_ASSERT(str1 == ref_long_str1);
274 CPPUNIT_ASSERT(str1 == ref_short_str1);
279 CPPUNIT_ASSERT((short_str1 == ref_short_str2) && (short_str2 == ref_short_str1));
285 CPPUNIT_ASSERT((long_str1 == ref_long_str2) && (long_str2 == ref_long_str1));
291 CPPUNIT_ASSERT((short_str1 == ref_long_str1) && (long_str1 == ref_short_str1));
297 CPPUNIT_ASSERT((short_str1 == ref_long_str1) && (long_str1 == ref_short_str1));
307 CPPUNIT_ASSERT( a.c_str() == bs );
308 CPPUNIT_ASSERT( b.c_str() == as )
    [all...]
copy_test.cpp 45 CPPUNIT_ASSERT(!strncmp(string, result, 23));
56 CPPUNIT_ASSERT( a[i] == va[i] );
66 CPPUNIT_ASSERT( a[i] == va[i] );
78 CPPUNIT_ASSERT( a[i] == va[i] );
93 CPPUNIT_ASSERT( v2 == v1 );
104 CPPUNIT_ASSERT( v2 == v1 );
115 CPPUNIT_ASSERT( v2 == v1 );
124 CPPUNIT_ASSERT(result[0]==numbers[0]);
125 CPPUNIT_ASSERT(result[1]==numbers[1]);
126 CPPUNIT_ASSERT(result[2]==numbers[2])
    [all...]
money_facets_test.cpp 60 CPPUNIT_ASSERT( has_facet<money_put<char> >(loc) );
62 CPPUNIT_ASSERT( has_facet<money_get<char> >(loc) );
74 CPPUNIT_ASSERT( (has_facet<moneypunct<char, true> >(loc)) );
79 CPPUNIT_ASSERT( !res.failed() );
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
133 CPPUNIT_ASSERT( str_res[index++] == '1' );
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
137 CPPUNIT_ASSERT( str_res[index++] == '2' );
138 CPPUNIT_ASSERT( str_res[index++] == '3' )
    [all...]
_template.cpp 30 CPPUNIT_ASSERT(true);
find_test.cpp 44 CPPUNIT_ASSERT((location - numbers)==5);
48 CPPUNIT_ASSERT( out_range == (int *)(numbers + 10) );
71 CPPUNIT_ASSERT((location - years)==3);
80 CPPUNIT_ASSERT((location - numbers)==3);
86 CPPUNIT_ASSERT( out_range == (int *)(numbers_even + 6) );
92 CPPUNIT_ASSERT( k == keys + 10 );
104 CPPUNIT_ASSERT((iter - v.begin())==2);
125 CPPUNIT_ASSERT( *d == 'd' );
128 CPPUNIT_ASSERT( *e == 'e' );
131 CPPUNIT_ASSERT( last == pstr + str_size )
    [all...]
rope_test.cpp 67 CPPUNIT_ASSERT( ostr );
68 CPPUNIT_ASSERT( ostr.str() == cstr );
78 CPPUNIT_ASSERT( n == crope::npos );
82 CPPUNIT_ASSERT( n == (r.size() - 3) );
91 CPPUNIT_ASSERT( n == (r.size() - 3) );
100 CPPUNIT_ASSERT( '1' == s[0] && '\0' == s[1] );
119 CPPUNIT_ASSERT( strcmp(sevenCharRope2.c_str(), "1234567") == 0 );
165 CPPUNIT_ASSERT(expected.size() == r.size());
166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin()));
173 CPPUNIT_ASSERT(*i)
    [all...]
time_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
38 CPPUNIT_ASSERT( !ret.failed() );
49 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) );
61 CPPUNIT_ASSERT( err == ios_base::goodbit );
62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon );
67 CPPUNIT_ASSERT( err == ios_base::eofbit );
68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year );
75 CPPUNIT_ASSERT( !ret.failed() );
86 CPPUNIT_ASSERT( err == ios_base::goodbit );
88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec )
    [all...]
  /ndk/tests/device/test-stlport/unit/
search_test.cpp 47 CPPUNIT_ASSERT(location == v1 + 6);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
64 CPPUNIT_ASSERT(location == v1.end());
70 CPPUNIT_ASSERT(location != v1.end());
71 CPPUNIT_ASSERT(location - v1.begin() == 4);
81 CPPUNIT_ASSERT(location == grades + gradeCount);
86 CPPUNIT_ASSERT(location != grades + gradeCount);
87 CPPUNIT_ASSERT(location - grades == 1);
string_test.cpp 262 CPPUNIT_ASSERT(short_str1 == ref_short_str1);
263 CPPUNIT_ASSERT(long_str1 == ref_long_str1);
268 CPPUNIT_ASSERT(str1 == ref_long_str1);
274 CPPUNIT_ASSERT(str1 == ref_short_str1);
279 CPPUNIT_ASSERT((short_str1 == ref_short_str2) && (short_str2 == ref_short_str1));
285 CPPUNIT_ASSERT((long_str1 == ref_long_str2) && (long_str2 == ref_long_str1));
291 CPPUNIT_ASSERT((short_str1 == ref_long_str1) && (long_str1 == ref_short_str1));
297 CPPUNIT_ASSERT((short_str1 == ref_long_str1) && (long_str1 == ref_short_str1));
307 CPPUNIT_ASSERT( a.c_str() == bs );
308 CPPUNIT_ASSERT( b.c_str() == as )
    [all...]
copy_test.cpp 45 CPPUNIT_ASSERT(!strncmp(string, result, 23));
56 CPPUNIT_ASSERT( a[i] == va[i] );
66 CPPUNIT_ASSERT( a[i] == va[i] );
78 CPPUNIT_ASSERT( a[i] == va[i] );
93 CPPUNIT_ASSERT( v2 == v1 );
104 CPPUNIT_ASSERT( v2 == v1 );
115 CPPUNIT_ASSERT( v2 == v1 );
124 CPPUNIT_ASSERT(result[0]==numbers[0]);
125 CPPUNIT_ASSERT(result[1]==numbers[1]);
126 CPPUNIT_ASSERT(result[2]==numbers[2])
    [all...]
money_facets_test.cpp 60 CPPUNIT_ASSERT( has_facet<money_put<char> >(loc) );
62 CPPUNIT_ASSERT( has_facet<money_get<char> >(loc) );
74 CPPUNIT_ASSERT( (has_facet<moneypunct<char, true> >(loc)) );
79 CPPUNIT_ASSERT( !res.failed() );
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
133 CPPUNIT_ASSERT( str_res[index++] == '1' );
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
137 CPPUNIT_ASSERT( str_res[index++] == '2' );
138 CPPUNIT_ASSERT( str_res[index++] == '3' )
    [all...]
_template.cpp 30 CPPUNIT_ASSERT(true);
find_test.cpp 44 CPPUNIT_ASSERT((location - numbers)==5);
48 CPPUNIT_ASSERT( out_range == (int *)(numbers + 10) );
71 CPPUNIT_ASSERT((location - years)==3);
80 CPPUNIT_ASSERT((location - numbers)==3);
86 CPPUNIT_ASSERT( out_range == (int *)(numbers_even + 6) );
92 CPPUNIT_ASSERT( k == keys + 10 );
104 CPPUNIT_ASSERT((iter - v.begin())==2);
125 CPPUNIT_ASSERT( *d == 'd' );
128 CPPUNIT_ASSERT( *e == 'e' );
131 CPPUNIT_ASSERT( last == pstr + str_size )
    [all...]
rope_test.cpp 67 CPPUNIT_ASSERT( ostr );
68 CPPUNIT_ASSERT( ostr.str() == cstr );
78 CPPUNIT_ASSERT( n == crope::npos );
82 CPPUNIT_ASSERT( n == (r.size() - 3) );
91 CPPUNIT_ASSERT( n == (r.size() - 3) );
100 CPPUNIT_ASSERT( '1' == s[0] && '\0' == s[1] );
119 CPPUNIT_ASSERT( strcmp(sevenCharRope2.c_str(), "1234567") == 0 );
165 CPPUNIT_ASSERT(expected.size() == r.size());
166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin()));
173 CPPUNIT_ASSERT(*i)
    [all...]
time_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
38 CPPUNIT_ASSERT( !ret.failed() );
49 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) );
61 CPPUNIT_ASSERT( err == ios_base::goodbit );
62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon );
67 CPPUNIT_ASSERT( err == ios_base::eofbit );
68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year );
75 CPPUNIT_ASSERT( !ret.failed() );
86 CPPUNIT_ASSERT( err == ios_base::goodbit );
88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec )
    [all...]

Completed in 1119 milliseconds

1 2 3 4 5 6 7 891011>>