OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_move_complete
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
mvctor_declaration_test.cpp
55
static bool
is_move_complete
(const _Tp&) {
function
175
CPPUNIT_ASSERT(
is_move_complete
(string()) );
177
CPPUNIT_ASSERT( !
is_move_complete
(string()) );
182
CPPUNIT_ASSERT(
is_move_complete
(wstring()) );
184
CPPUNIT_ASSERT( !
is_move_complete
(wstring()) );
194
CPPUNIT_ASSERT(
is_move_complete
(crope()) );
196
CPPUNIT_ASSERT( !
is_move_complete
(crope()) );
201
CPPUNIT_ASSERT(
is_move_complete
(wrope()) );
203
CPPUNIT_ASSERT( !
is_move_complete
(wrope()) );
214
CPPUNIT_ASSERT(
is_move_complete
(vector<char>()) )
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp
55
static bool
is_move_complete
(const _Tp&) {
function
175
CPPUNIT_ASSERT(
is_move_complete
(string()) );
177
CPPUNIT_ASSERT( !
is_move_complete
(string()) );
182
CPPUNIT_ASSERT(
is_move_complete
(wstring()) );
184
CPPUNIT_ASSERT( !
is_move_complete
(wstring()) );
194
CPPUNIT_ASSERT(
is_move_complete
(crope()) );
196
CPPUNIT_ASSERT( !
is_move_complete
(crope()) );
201
CPPUNIT_ASSERT(
is_move_complete
(wrope()) );
203
CPPUNIT_ASSERT( !
is_move_complete
(wrope()) );
214
CPPUNIT_ASSERT(
is_move_complete
(vector<char>()) )
[
all
...]
/ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp
55
static bool
is_move_complete
(const _Tp&) {
function
175
CPPUNIT_ASSERT(
is_move_complete
(string()) );
177
CPPUNIT_ASSERT( !
is_move_complete
(string()) );
182
CPPUNIT_ASSERT(
is_move_complete
(wstring()) );
184
CPPUNIT_ASSERT( !
is_move_complete
(wstring()) );
194
CPPUNIT_ASSERT(
is_move_complete
(crope()) );
196
CPPUNIT_ASSERT( !
is_move_complete
(crope()) );
201
CPPUNIT_ASSERT(
is_move_complete
(wrope()) );
203
CPPUNIT_ASSERT( !
is_move_complete
(wrope()) );
214
CPPUNIT_ASSERT(
is_move_complete
(vector<char>()) )
[
all
...]
Completed in 806 milliseconds