/ndk/tests/device/test-gnustl-full/unit/ |
D | slist_test.cpp | 337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 344 SlistInt slint2(10, 1, stack2); in allocator_with_state() 354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); in allocator_with_state() 358 CPPUNIT_CHECK( stack2.ok() ); in allocator_with_state() 359 stack1.reset(); stack2.reset(); in allocator_with_state() 365 SlistInt slint2(10, 1, stack2); in allocator_with_state() 375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); in allocator_with_state() 379 CPPUNIT_CHECK( stack2.ok() ); in allocator_with_state() 380 stack1.reset(); stack2.reset(); in allocator_with_state() 386 SlistInt slint2(stack2); in allocator_with_state() [all …]
|
D | list_test.cpp | 278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 286 ListInt lint2(10, 1, stack2); in allocator_with_state() 296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); in allocator_with_state() 300 CPPUNIT_CHECK( stack2.ok() ); in allocator_with_state() 301 stack1.reset(); stack2.reset(); in allocator_with_state() 308 ListInt lint2(stack2); in allocator_with_state() 318 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); in allocator_with_state() 322 CPPUNIT_CHECK( stack2.ok() ); in allocator_with_state() 323 stack1.reset(); stack2.reset(); in allocator_with_state() 330 ListInt lint2(10, 0, stack2); in allocator_with_state() [all …]
|
D | stack_test.cpp | 20 CPPUNIT_TEST(stack2); 25 void stack2(); 47 void StackTest::stack2() in stack2() function in StackTest
|
D | set_test.cpp | 282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 294 SetInt sint2(intLess, stack2); in allocator_with_state() 306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state() 310 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state() 311 stack1.reset(); stack2.reset(); in allocator_with_state() 317 SetInt sint2(intLess, stack2); in allocator_with_state() 329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state() 333 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state() 334 stack1.reset(); stack2.reset(); in allocator_with_state() 342 SetInt sint2(intLess, stack2); in allocator_with_state() [all …]
|
D | string_test.cpp | 1308 StackAllocator<char> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 1315 StackString str2("string stack2", stack2); in allocator_with_state() 1325 CPPUNIT_ASSERT( str1.get_allocator() == stack2 ); in allocator_with_state() 1329 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state() 1330 stack1.reset(); stack2.reset(); in allocator_with_state() 1336 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2); in allocator_with_state() 1346 CPPUNIT_ASSERT( str1.get_allocator() == stack2 ); in allocator_with_state() 1350 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state() 1351 stack1.reset(); stack2.reset(); in allocator_with_state() 1358 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2); in allocator_with_state() [all …]
|
D | deque_test.cpp | 208 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 215 DequeInt dint2(10, 1, stack2); in allocator_with_state() 225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 ); in allocator_with_state() 229 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
|
D | hash_test.cpp | 384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2); in allocator_with_state() 405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 ); in allocator_with_state() 409 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
|
D | vector_test.cpp | 379 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 386 VectorInt vint2(10, 1, stack2); in allocator_with_state() 396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 ); in allocator_with_state() 400 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
|
D | map_test.cpp | 273 StackAllocator<pair<const int, int> > stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 284 MapInt mint2(intLess, stack2); in allocator_with_state() 296 CPPUNIT_ASSERT( mint1.get_allocator() == stack2 ); in allocator_with_state() 300 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
|
/ndk/tests/device/test-stlport/unit/ |
D | slist_test.cpp | 337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 344 SlistInt slint2(10, 1, stack2); in allocator_with_state() 354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); in allocator_with_state() 358 CPPUNIT_CHECK( stack2.ok() ); in allocator_with_state() 359 stack1.reset(); stack2.reset(); in allocator_with_state() 365 SlistInt slint2(10, 1, stack2); in allocator_with_state() 375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); in allocator_with_state() 379 CPPUNIT_CHECK( stack2.ok() ); in allocator_with_state() 380 stack1.reset(); stack2.reset(); in allocator_with_state() 386 SlistInt slint2(stack2); in allocator_with_state() [all …]
|
D | list_test.cpp | 278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 286 ListInt lint2(10, 1, stack2); in allocator_with_state() 296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); in allocator_with_state() 300 CPPUNIT_CHECK( stack2.ok() ); in allocator_with_state() 301 stack1.reset(); stack2.reset(); in allocator_with_state() 308 ListInt lint2(stack2); in allocator_with_state() 318 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); in allocator_with_state() 322 CPPUNIT_CHECK( stack2.ok() ); in allocator_with_state() 323 stack1.reset(); stack2.reset(); in allocator_with_state() 330 ListInt lint2(10, 0, stack2); in allocator_with_state() [all …]
|
D | stack_test.cpp | 20 CPPUNIT_TEST(stack2); 25 void stack2(); 47 void StackTest::stack2() in stack2() function in StackTest
|
D | set_test.cpp | 282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 294 SetInt sint2(intLess, stack2); in allocator_with_state() 306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state() 310 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state() 311 stack1.reset(); stack2.reset(); in allocator_with_state() 317 SetInt sint2(intLess, stack2); in allocator_with_state() 329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state() 333 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state() 334 stack1.reset(); stack2.reset(); in allocator_with_state() 342 SetInt sint2(intLess, stack2); in allocator_with_state() [all …]
|
D | string_test.cpp | 1308 StackAllocator<char> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 1315 StackString str2("string stack2", stack2); in allocator_with_state() 1325 CPPUNIT_ASSERT( str1.get_allocator() == stack2 ); in allocator_with_state() 1329 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state() 1330 stack1.reset(); stack2.reset(); in allocator_with_state() 1336 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2); in allocator_with_state() 1346 CPPUNIT_ASSERT( str1.get_allocator() == stack2 ); in allocator_with_state() 1350 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state() 1351 stack1.reset(); stack2.reset(); in allocator_with_state() 1358 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2); in allocator_with_state() [all …]
|
D | deque_test.cpp | 208 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 215 DequeInt dint2(10, 1, stack2); in allocator_with_state() 225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 ); in allocator_with_state() 229 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
|
D | hash_test.cpp | 384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2); in allocator_with_state() 405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 ); in allocator_with_state() 409 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
|
D | vector_test.cpp | 379 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 386 VectorInt vint2(10, 1, stack2); in allocator_with_state() 396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 ); in allocator_with_state() 400 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
|
D | map_test.cpp | 273 StackAllocator<pair<const int, int> > stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local 284 MapInt mint2(intLess, stack2); in allocator_with_state() 296 CPPUNIT_ASSERT( mint1.get_allocator() == stack2 ); in allocator_with_state() 300 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
|