Home
last modified time | relevance | path

Searched refs:stack2 (Results 1 – 18 of 18) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dslist_test.cpp337 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 …]
Dlist_test.cpp278 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 …]
Dstack_test.cpp20 CPPUNIT_TEST(stack2);
25 void stack2();
47 void StackTest::stack2() in stack2() function in StackTest
Dset_test.cpp282 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 …]
Dstring_test.cpp1308 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 …]
Ddeque_test.cpp208 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()
Dhash_test.cpp384 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()
Dvector_test.cpp379 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()
Dmap_test.cpp273 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/
Dslist_test.cpp337 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 …]
Dlist_test.cpp278 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 …]
Dstack_test.cpp20 CPPUNIT_TEST(stack2);
25 void stack2();
47 void StackTest::stack2() in stack2() function in StackTest
Dset_test.cpp282 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 …]
Dstring_test.cpp1308 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 …]
Ddeque_test.cpp208 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()
Dhash_test.cpp384 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()
Dvector_test.cpp379 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()
Dmap_test.cpp273 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()