OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pvect2Front
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
config_test.cpp
74
int*
pvect2Front
= &vect2.front();
80
CPPUNIT_ASSERT(
pvect2Front
== &vect1.front() );
83
CPPUNIT_ASSERT(
pvect2Front
!= &vect1.front() );
/ndk/tests/device/test-gnustl-full/unit/
config_test.cpp
74
int*
pvect2Front
= &vect2.front();
80
CPPUNIT_ASSERT(
pvect2Front
== &vect1.front() );
83
CPPUNIT_ASSERT(
pvect2Front
!= &vect1.front() );
/ndk/tests/device/test-stlport/unit/
config_test.cpp
74
int*
pvect2Front
= &vect2.front();
80
CPPUNIT_ASSERT(
pvect2Front
== &vect1.front() );
83
CPPUNIT_ASSERT(
pvect2Front
!= &vect1.front() );
Completed in 547 milliseconds