/external/stlport/test/unit/ |
stack_test.cpp | 20 CPPUNIT_TEST(stack2); 25 void stack2(); 47 void StackTest::stack2() function in class:StackTest
|
slist_test.cpp | 337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 344 SlistInt slint2(10, 1, stack2); 354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); 358 CPPUNIT_CHECK( stack2.ok() ); 359 stack1.reset(); stack2.reset(); 365 SlistInt slint2(10, 1, stack2); 375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); 379 CPPUNIT_CHECK( stack2.ok() ); 380 stack1.reset(); stack2.reset(); 386 SlistInt slint2(stack2); [all...] |
list_test.cpp | 278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 286 ListInt lint2(10, 1, stack2); 296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); 300 CPPUNIT_CHECK( stack2.ok() ); 301 stack1.reset(); stack2.reset(); 308 ListInt lint2(stack2); 318 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); 322 CPPUNIT_CHECK( stack2.ok() ); 323 stack1.reset(); stack2.reset(); 330 ListInt lint2(10, 0, stack2); [all...] |
set_test.cpp | 282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 294 SetInt sint2(intLess, stack2); 306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); 310 CPPUNIT_ASSERT( stack2.ok() ); 311 stack1.reset(); stack2.reset(); 317 SetInt sint2(intLess, stack2); 329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); 333 CPPUNIT_ASSERT( stack2.ok() ); 334 stack1.reset(); stack2.reset(); 342 SetInt sint2(intLess, stack2); [all...] |
string_test.cpp | [all...] |
deque_test.cpp | 208 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 215 DequeInt dint2(10, 1, stack2); 225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 ); 229 CPPUNIT_ASSERT( stack2.ok() );
|
/ndk/tests/device/test-gnustl-full/unit/ |
stack_test.cpp | 20 CPPUNIT_TEST(stack2); 25 void stack2(); 47 void StackTest::stack2() function in class:StackTest
|
slist_test.cpp | 337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 344 SlistInt slint2(10, 1, stack2); 354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); 358 CPPUNIT_CHECK( stack2.ok() ); 359 stack1.reset(); stack2.reset(); 365 SlistInt slint2(10, 1, stack2); 375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); 379 CPPUNIT_CHECK( stack2.ok() ); 380 stack1.reset(); stack2.reset(); 386 SlistInt slint2(stack2); [all...] |
list_test.cpp | 278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 286 ListInt lint2(10, 1, stack2); 296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); 300 CPPUNIT_CHECK( stack2.ok() ); 301 stack1.reset(); stack2.reset(); 308 ListInt lint2(stack2); 318 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); 322 CPPUNIT_CHECK( stack2.ok() ); 323 stack1.reset(); stack2.reset(); 330 ListInt lint2(10, 0, stack2); [all...] |
set_test.cpp | 282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 294 SetInt sint2(intLess, stack2); 306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); 310 CPPUNIT_ASSERT( stack2.ok() ); 311 stack1.reset(); stack2.reset(); 317 SetInt sint2(intLess, stack2); 329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); 333 CPPUNIT_ASSERT( stack2.ok() ); 334 stack1.reset(); stack2.reset(); 342 SetInt sint2(intLess, stack2); [all...] |
string_test.cpp | [all...] |
deque_test.cpp | 208 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 215 DequeInt dint2(10, 1, stack2); 225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 ); 229 CPPUNIT_ASSERT( stack2.ok() );
|
/ndk/tests/device/test-stlport/unit/ |
stack_test.cpp | 20 CPPUNIT_TEST(stack2); 25 void stack2(); 47 void StackTest::stack2() function in class:StackTest
|
slist_test.cpp | 337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 344 SlistInt slint2(10, 1, stack2); 354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); 358 CPPUNIT_CHECK( stack2.ok() ); 359 stack1.reset(); stack2.reset(); 365 SlistInt slint2(10, 1, stack2); 375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); 379 CPPUNIT_CHECK( stack2.ok() ); 380 stack1.reset(); stack2.reset(); 386 SlistInt slint2(stack2); [all...] |
list_test.cpp | 278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 286 ListInt lint2(10, 1, stack2); 296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); 300 CPPUNIT_CHECK( stack2.ok() ); 301 stack1.reset(); stack2.reset(); 308 ListInt lint2(stack2); 318 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); 322 CPPUNIT_CHECK( stack2.ok() ); 323 stack1.reset(); stack2.reset(); 330 ListInt lint2(10, 0, stack2); [all...] |
set_test.cpp | 282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 294 SetInt sint2(intLess, stack2); 306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); 310 CPPUNIT_ASSERT( stack2.ok() ); 311 stack1.reset(); stack2.reset(); 317 SetInt sint2(intLess, stack2); 329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); 333 CPPUNIT_ASSERT( stack2.ok() ); 334 stack1.reset(); stack2.reset(); 342 SetInt sint2(intLess, stack2); [all...] |
string_test.cpp | [all...] |
deque_test.cpp | 208 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); 215 DequeInt dint2(10, 1, stack2); 225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 ); 229 CPPUNIT_ASSERT( stack2.ok() );
|
/external/llvm/test/MC/ELF/ |
section.s | 6 .section .note.GNU-stack2,"",%progbits 11 // CHECK: Name: .note.GNU-stack2 (143)
|
/external/chromium_org/third_party/icu/source/common/ |
unormcmp.cpp | 158 CmpEquivLevel stack1[2], stack2[2]; local 259 start2=stack2[level2].start; 261 s2=stack2[level2].s; 262 limit2=stack2[level2].limit; 388 stack2[0].start=start2; 389 stack2[0].s=s2; 390 stack2[0].limit=limit2; 474 stack2[level2].start=start2; 475 stack2[level2].s=s2; 476 stack2[level2].limit=limit2 [all...] |
/external/icu4c/common/ |
unormcmp.cpp | 158 CmpEquivLevel stack1[2], stack2[2]; local 259 start2=stack2[level2].start; /*Not uninitialized*/ 261 s2=stack2[level2].s; /*Not uninitialized*/ 262 limit2=stack2[level2].limit; /*Not uninitialized*/ 388 stack2[0].start=start2; 389 stack2[0].s=s2; 390 stack2[0].limit=limit2; 474 stack2[level2].start=start2; 475 stack2[level2].s=s2; 476 stack2[level2].limit=limit2 [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Merger.java | 91 * @param stack2 {@code non-null;} another stack 95 ExecutionStack stack2) { 96 if (stack1 == stack2) { 104 if (stack2.size() != sz) { 110 TypeBearer tb2 = stack2.peek(i);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_task_types.h | 189 stack2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_task_types.h | 189 stack2
|
/external/chromium_org/chrome/browser/ui/panels/ |
stacked_panel_browsertest.cc | 704 StackedPanelCollection* stack2 = panel_manager->CreateStack(); local 705 CreateStackedPanel("3", gfx::Rect(100, 50, 200, 150), stack2); 706 CreateStackedPanel("4", gfx::Rect(0, 0, 150, 100), stack2); 707 CreateStackedPanel("5", gfx::Rect(0, 0, 250, 120), stack2); 710 ASSERT_EQ(3, stack2->num_panels()); 712 // Create new panel. Expect that it will append to stack2 since it has most 720 EXPECT_EQ(4, stack2->num_panels()); 721 EXPECT_TRUE(stack2->HasPanel(new_panel)); 722 EXPECT_TRUE(new_panel == stack2->bottom_panel()); 740 StackedPanelCollection* stack2 = panel_manager->CreateStack(); local 775 StackedPanelCollection* stack2 = panel_manager->CreateStack(); local 1018 StackedPanelCollection* stack2 = panel_manager->stacks().back(); local 1084 StackedPanelCollection* stack2 = panel_manager->stacks().back(); local [all...] |