Home
last modified time | relevance | path

Searched refs:PAIR_ARRAY (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dpair_test.cpp36 pair<int, string> PAIR_ARRAY[] = { pair<int, string>(0, "0") }; in init() local
38 int PAIR_ARRAY_SIZE = sizeof(PAIR_ARRAY) > 0 ? sizeof(PAIR_ARRAY) / sizeof(PAIR_ARRAY[0]) : 0; in init()
42 CPPUNIT_CHECK( PAIR_ARRAY[i].first == 0 ); in init()
43 CPPUNIT_CHECK( PAIR_ARRAY[i].second == "0" ); in init()
44 PAIR_ARRAY[i].second = "1"; in init()
/ndk/tests/device/test-gnustl-full/unit/
Dpair_test.cpp36 pair<int, string> PAIR_ARRAY[] = { pair<int, string>(0, "0") }; in init() local
38 int PAIR_ARRAY_SIZE = sizeof(PAIR_ARRAY) > 0 ? sizeof(PAIR_ARRAY) / sizeof(PAIR_ARRAY[0]) : 0; in init()
42 CPPUNIT_CHECK( PAIR_ARRAY[i].first == 0 ); in init()
43 CPPUNIT_CHECK( PAIR_ARRAY[i].second == "0" ); in init()
44 PAIR_ARRAY[i].second = "1"; in init()