Home
last modified time | relevance | path

Searched refs:stack1 (Results 1 – 20 of 20) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dslist_test.cpp334 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
341 SlistInt slint1(10, 0, stack1); in allocator_with_state()
355 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 ); in allocator_with_state()
357 CPPUNIT_CHECK( stack1.ok() ); in allocator_with_state()
359 stack1.reset(); stack2.reset(); in allocator_with_state()
362 SlistInt slint1(stack1); in allocator_with_state()
376 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 ); in allocator_with_state()
378 CPPUNIT_CHECK( stack1.ok() ); in allocator_with_state()
380 stack1.reset(); stack2.reset(); in allocator_with_state()
383 SlistInt slint1(10, 0, stack1); in allocator_with_state()
[all …]
Dlist_test.cpp275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
283 ListInt lint1(10, 0, stack1); in allocator_with_state()
297 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 ); in allocator_with_state()
299 CPPUNIT_CHECK( stack1.ok() ); in allocator_with_state()
301 stack1.reset(); stack2.reset(); in allocator_with_state()
305 ListInt lint1(10, 0, stack1); in allocator_with_state()
319 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 ); in allocator_with_state()
321 CPPUNIT_CHECK( stack1.ok() ); in allocator_with_state()
323 stack1.reset(); stack2.reset(); in allocator_with_state()
327 ListInt lint1(stack1); in allocator_with_state()
[all …]
Dstack_test.cpp19 CPPUNIT_TEST(stack1);
24 void stack1();
33 void StackTest::stack1() in stack1() function in StackTest
Dset_test.cpp279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
289 SetInt sint1(intLess, stack1); in allocator_with_state()
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()
309 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
311 stack1.reset(); stack2.reset(); in allocator_with_state()
314 SetInt sint1(intLess, stack1); in allocator_with_state()
330 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()
332 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
334 stack1.reset(); stack2.reset(); in allocator_with_state()
337 SetInt sint1(intLess, stack1); in allocator_with_state()
[all …]
Dstring_test.cpp1305 StackAllocator<char> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
1312 StackString str1("string stack1", stack1); in allocator_with_state()
1326 CPPUNIT_ASSERT( str2.get_allocator() == stack1 ); in allocator_with_state()
1328 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
1330 stack1.reset(); stack2.reset(); in allocator_with_state()
1333 StackString str1("longer string from stack1 allocator instance for dynamic allocation", stack1); in allocator_with_state()
1347 CPPUNIT_ASSERT( str2.get_allocator() == stack1 ); in allocator_with_state()
1349 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
1351 stack1.reset(); stack2.reset(); in allocator_with_state()
1355 StackString str1("string stack1", stack1); in allocator_with_state()
[all …]
Ddeque_test.cpp205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
212 DequeInt dint1(10, 0, stack1); in allocator_with_state()
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 ); in allocator_with_state()
228 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
Dhash_test.cpp381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1); in allocator_with_state()
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 ); in allocator_with_state()
408 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
Dvector_test.cpp376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
383 VectorInt vint1(10, 0, stack1); in allocator_with_state()
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 ); in allocator_with_state()
399 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
Dmap_test.cpp270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
278 MapInt mint1(intLess, stack1); in allocator_with_state()
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 ); in allocator_with_state()
299 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
/ndk/tests/device/test-gnustl-full/unit/
Dslist_test.cpp334 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
341 SlistInt slint1(10, 0, stack1); in allocator_with_state()
355 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 ); in allocator_with_state()
357 CPPUNIT_CHECK( stack1.ok() ); in allocator_with_state()
359 stack1.reset(); stack2.reset(); in allocator_with_state()
362 SlistInt slint1(stack1); in allocator_with_state()
376 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 ); in allocator_with_state()
378 CPPUNIT_CHECK( stack1.ok() ); in allocator_with_state()
380 stack1.reset(); stack2.reset(); in allocator_with_state()
383 SlistInt slint1(10, 0, stack1); in allocator_with_state()
[all …]
Dlist_test.cpp275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
283 ListInt lint1(10, 0, stack1); in allocator_with_state()
297 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 ); in allocator_with_state()
299 CPPUNIT_CHECK( stack1.ok() ); in allocator_with_state()
301 stack1.reset(); stack2.reset(); in allocator_with_state()
305 ListInt lint1(10, 0, stack1); in allocator_with_state()
319 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 ); in allocator_with_state()
321 CPPUNIT_CHECK( stack1.ok() ); in allocator_with_state()
323 stack1.reset(); stack2.reset(); in allocator_with_state()
327 ListInt lint1(stack1); in allocator_with_state()
[all …]
Dstack_test.cpp19 CPPUNIT_TEST(stack1);
24 void stack1();
33 void StackTest::stack1() in stack1() function in StackTest
Dset_test.cpp279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
289 SetInt sint1(intLess, stack1); in allocator_with_state()
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()
309 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
311 stack1.reset(); stack2.reset(); in allocator_with_state()
314 SetInt sint1(intLess, stack1); in allocator_with_state()
330 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()
332 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
334 stack1.reset(); stack2.reset(); in allocator_with_state()
337 SetInt sint1(intLess, stack1); in allocator_with_state()
[all …]
Dstring_test.cpp1305 StackAllocator<char> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
1312 StackString str1("string stack1", stack1); in allocator_with_state()
1326 CPPUNIT_ASSERT( str2.get_allocator() == stack1 ); in allocator_with_state()
1328 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
1330 stack1.reset(); stack2.reset(); in allocator_with_state()
1333 StackString str1("longer string from stack1 allocator instance for dynamic allocation", stack1); in allocator_with_state()
1347 CPPUNIT_ASSERT( str2.get_allocator() == stack1 ); in allocator_with_state()
1349 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
1351 stack1.reset(); stack2.reset(); in allocator_with_state()
1355 StackString str1("string stack1", stack1); in allocator_with_state()
[all …]
Ddeque_test.cpp205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
212 DequeInt dint1(10, 0, stack1); in allocator_with_state()
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 ); in allocator_with_state()
228 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
Dhash_test.cpp381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1); in allocator_with_state()
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 ); in allocator_with_state()
408 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
Dvector_test.cpp376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
383 VectorInt vint1(10, 0, stack1); in allocator_with_state()
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 ); in allocator_with_state()
399 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
Dmap_test.cpp270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1)); in allocator_with_state() local
278 MapInt mint1(intLess, stack1); in allocator_with_state()
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 ); in allocator_with_state()
299 CPPUNIT_ASSERT( stack1.ok() ); in allocator_with_state()
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Dtest.cpp104 std::stack<int> stack1; in main() local
105 stack1.push( 100); in main()
106 stack1.push( 200); in main()
107 stack1.push( 300); in main()
Dscript22 p stack1