HomeSort by relevance Sort by last modified time
    Searched full:yet_more (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
time_facets_test.cpp 82 struct tm yet_more = { 15, 20, 9, 14, 7, 105 }; local
84 j = tmg.get_date( j, e, io, err, &yet_more );
88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
89 CPPUNIT_ASSERT( yet_more.tm_min != xmas.tm_min );
90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour );
91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
92 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon );
93 CPPUNIT_ASSERT( yet_more.tm_year == xmas.tm_year );
97 j = tmg.get_time( j, e, io, err, &yet_more );
101 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec )
165 struct tm yet_more = { 15, 20, 9, 14, 7, 105 }; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 82 struct tm yet_more = { 15, 20, 9, 14, 7, 105 }; local
84 j = tmg.get_date( j, e, io, err, &yet_more );
88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
89 CPPUNIT_ASSERT( yet_more.tm_min != xmas.tm_min );
90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour );
91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
92 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon );
93 CPPUNIT_ASSERT( yet_more.tm_year == xmas.tm_year );
97 j = tmg.get_time( j, e, io, err, &yet_more );
101 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec )
165 struct tm yet_more = { 15, 20, 9, 14, 7, 105 }; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 82 struct tm yet_more = { 15, 20, 9, 14, 7, 105 }; local
84 j = tmg.get_date( j, e, io, err, &yet_more );
88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
89 CPPUNIT_ASSERT( yet_more.tm_min != xmas.tm_min );
90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour );
91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
92 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon );
93 CPPUNIT_ASSERT( yet_more.tm_year == xmas.tm_year );
97 j = tmg.get_time( j, e, io, err, &yet_more );
101 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec )
165 struct tm yet_more = { 15, 20, 9, 14, 7, 105 }; local
    [all...]

Completed in 65 milliseconds