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