/ndk/tests/device/test-stlport/unit/ |
D | slist_test.cpp | 334 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 …]
|
D | list_test.cpp | 275 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 …]
|
D | stack_test.cpp | 19 CPPUNIT_TEST(stack1); 24 void stack1(); 33 void StackTest::stack1() in stack1() function in StackTest
|
D | set_test.cpp | 279 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 …]
|
D | string_test.cpp | 1305 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 …]
|
D | deque_test.cpp | 205 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()
|
D | hash_test.cpp | 381 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()
|
D | vector_test.cpp | 376 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()
|
D | map_test.cpp | 270 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/ |
D | slist_test.cpp | 334 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 …]
|
D | list_test.cpp | 275 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 …]
|
D | stack_test.cpp | 19 CPPUNIT_TEST(stack1); 24 void stack1(); 33 void StackTest::stack1() in stack1() function in StackTest
|
D | set_test.cpp | 279 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 …]
|
D | string_test.cpp | 1305 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 …]
|
D | deque_test.cpp | 205 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()
|
D | hash_test.cpp | 381 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()
|
D | vector_test.cpp | 376 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()
|
D | map_test.cpp | 270 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/ |
D | test.cpp | 104 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()
|
D | script | 22 p stack1
|