Searched refs:cont (Results 1 – 10 of 10) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | map_test.cpp | 341 Container cont; in template_methods() local 342 cont.insert(value(Key(1), 1)); in template_methods() 343 cont.insert(value(Key(2), 2)); in template_methods() 344 cont.insert(value(Key(3), 3)); in template_methods() 345 cont.insert(value(Key(4), 4)); in template_methods() 347 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 ); in template_methods() 348 CPPUNIT_ASSERT( cont.count(1) == 1 ); in template_methods() 349 CPPUNIT_ASSERT( cont.count(5) == 0 ); in template_methods() 351 CPPUNIT_ASSERT( cont.find(2) != cont.end() ); in template_methods() 352 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() ); in template_methods() [all …]
|
D | unordered_test.cpp | 573 Container cont; in template_methods() local 574 cont.insert(Key(1)); in template_methods() 575 cont.insert(Key(2)); in template_methods() 576 cont.insert(Key(3)); in template_methods() 577 cont.insert(Key(4)); in template_methods() 579 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 ); in template_methods() 580 CPPUNIT_ASSERT( cont.count(1) == 1 ); in template_methods() 581 CPPUNIT_ASSERT( cont.count(5) == 0 ); in template_methods() 583 CPPUNIT_ASSERT( cont.find(2) != cont.end() ); in template_methods() 584 CPPUNIT_ASSERT( cont.equal_range(2) != make_pair(cont.begin(), cont.end()) ); in template_methods() [all …]
|
D | ptrspec_test.cpp | 48 #define TEST_INSTANCIATE_CONTAINER(cont) \ argument 49 template class cont<int*>; \ 50 template class cont<int const*>; \ 51 template class cont<int volatile*>; \ 52 template class cont<int const volatile*>
|
/ndk/tests/device/test-stlport/unit/ |
D | map_test.cpp | 341 Container cont; in template_methods() local 342 cont.insert(value(Key(1), 1)); in template_methods() 343 cont.insert(value(Key(2), 2)); in template_methods() 344 cont.insert(value(Key(3), 3)); in template_methods() 345 cont.insert(value(Key(4), 4)); in template_methods() 347 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 ); in template_methods() 348 CPPUNIT_ASSERT( cont.count(1) == 1 ); in template_methods() 349 CPPUNIT_ASSERT( cont.count(5) == 0 ); in template_methods() 351 CPPUNIT_ASSERT( cont.find(2) != cont.end() ); in template_methods() 352 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() ); in template_methods() [all …]
|
D | unordered_test.cpp | 573 Container cont; in template_methods() local 574 cont.insert(Key(1)); in template_methods() 575 cont.insert(Key(2)); in template_methods() 576 cont.insert(Key(3)); in template_methods() 577 cont.insert(Key(4)); in template_methods() 579 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 ); in template_methods() 580 CPPUNIT_ASSERT( cont.count(1) == 1 ); in template_methods() 581 CPPUNIT_ASSERT( cont.count(5) == 0 ); in template_methods() 583 CPPUNIT_ASSERT( cont.find(2) != cont.end() ); in template_methods() 584 CPPUNIT_ASSERT( cont.equal_range(2) != make_pair(cont.begin(), cont.end()) ); in template_methods() [all …]
|
D | ptrspec_test.cpp | 48 #define TEST_INSTANCIATE_CONTAINER(cont) \ argument 49 template class cont<int*>; \ 50 template class cont<int const*>; \ 51 template class cont<int volatile*>; \ 52 template class cont<int const volatile*>
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | pt.po | 324 "longa corrente contínua.\n"
|
/ndk/sources/host-tools/make-3.81/po/ |
D | pt_BR.po | 1316 msgstr "padr�o para o alvo n�o cont�m `%%'"
|
D | gl.po | 1330 msgstr "o patr�n obxectivo non cont�n `%%'"
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 10332 t cont 10334 t cont 10336 :cont 10347 b cont
|