Home
last modified time | relevance | path

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

/external/stlport/test/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()
/external/chromium_org/third_party/icu/source/common/
Dunormcmp.cpp158 CmpEquivLevel stack1[2], stack2[2]; in unorm_cmpEquivFold() local
236 start1=stack1[level1].start; /*Not uninitialized*/ in unorm_cmpEquivFold()
238 s1=stack1[level1].s; /*Not uninitialized*/ in unorm_cmpEquivFold()
239 limit1=stack1[level1].limit; /*Not uninitialized*/ in unorm_cmpEquivFold()
343 stack1[0].start=start1; in unorm_cmpEquivFold()
344 stack1[0].s=s1; in unorm_cmpEquivFold()
345 stack1[0].limit=limit1; in unorm_cmpEquivFold()
433 stack1[level1].start=start1; in unorm_cmpEquivFold()
434 stack1[level1].s=s1; in unorm_cmpEquivFold()
435 stack1[level1].limit=limit1; in unorm_cmpEquivFold()
[all …]
Dustrcase.cpp484 CmpEquivLevel stack1[2], stack2[2]; in u_strcmpFold() local
547 start1=stack1[level1].start; /*Not uninitialized*/ in u_strcmpFold()
549 s1=stack1[level1].s; /*Not uninitialized*/ in u_strcmpFold()
550 limit1=stack1[level1].limit; /*Not uninitialized*/ in u_strcmpFold()
654 stack1[0].start=start1; in u_strcmpFold()
655 stack1[0].s=s1; in u_strcmpFold()
656 stack1[0].limit=limit1; in u_strcmpFold()
/external/icu/icu4c/source/common/
Dunormcmp.cpp158 CmpEquivLevel stack1[2], stack2[2]; in unorm_cmpEquivFold() local
236 start1=stack1[level1].start; /*Not uninitialized*/ in unorm_cmpEquivFold()
238 s1=stack1[level1].s; /*Not uninitialized*/ in unorm_cmpEquivFold()
239 limit1=stack1[level1].limit; /*Not uninitialized*/ in unorm_cmpEquivFold()
343 stack1[0].start=start1; in unorm_cmpEquivFold()
344 stack1[0].s=s1; in unorm_cmpEquivFold()
345 stack1[0].limit=limit1; in unorm_cmpEquivFold()
433 stack1[level1].start=start1; in unorm_cmpEquivFold()
434 stack1[level1].s=s1; in unorm_cmpEquivFold()
435 stack1[level1].limit=limit1; in unorm_cmpEquivFold()
[all …]
Dustrcase.cpp484 CmpEquivLevel stack1[2], stack2[2]; in u_strcmpFold() local
547 start1=stack1[level1].start; /*Not uninitialized*/ in u_strcmpFold()
549 s1=stack1[level1].s; /*Not uninitialized*/ in u_strcmpFold()
550 limit1=stack1[level1].limit; /*Not uninitialized*/ in u_strcmpFold()
654 stack1[0].start=start1; in u_strcmpFold()
655 stack1[0].s=s1; in u_strcmpFold()
656 stack1[0].limit=limit1; in u_strcmpFold()
/external/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cc55 StackTrace stack1; in MallocStress() local
56 stack1.trace[0] = 0xa123; in MallocStress()
57 stack1.trace[1] = 0xa456; in MallocStress()
58 stack1.size = 2; in MallocStress()
78 __asan::asan_free(ptr, &stack1, __asan::FROM_MALLOC); in MallocStress()
/external/chromium_org/chrome/browser/ui/panels/
Dstacked_panel_browsertest.cc696 StackedPanelCollection* stack1 = panel_manager->CreateStack(); in IN_PROC_BROWSER_TEST_F() local
697 CreateStackedPanel("1", gfx::Rect(200, 50, 200, 150), stack1); in IN_PROC_BROWSER_TEST_F()
698 CreateStackedPanel("2", gfx::Rect(0, 0, 150, 100), stack1); in IN_PROC_BROWSER_TEST_F()
701 ASSERT_EQ(2, stack1->num_panels()); in IN_PROC_BROWSER_TEST_F()
719 EXPECT_EQ(2, stack1->num_panels()); in IN_PROC_BROWSER_TEST_F()
732 StackedPanelCollection* stack1 = panel_manager->CreateStack(); in IN_PROC_BROWSER_TEST_F() local
733 CreateStackedPanel("1", gfx::Rect(100, 50, 200, 150), stack1); in IN_PROC_BROWSER_TEST_F()
734 CreateStackedPanel("2", gfx::Rect(0, 0, 150, 100), stack1); in IN_PROC_BROWSER_TEST_F()
737 ASSERT_EQ(2, stack1->num_panels()); in IN_PROC_BROWSER_TEST_F()
754 EXPECT_EQ(2, stack1->num_panels()); in IN_PROC_BROWSER_TEST_F()
[all …]
Dpanel_manager.cc68 bool ComparerNumberOfPanelsInStack(StackedPanelCollection* stack1, in ComparerNumberOfPanelsInStack() argument
71 int num_panels_in_stack1 = stack1->num_panels(); in ComparerNumberOfPanelsInStack()
80 return ComparePanelsByPosition(stack1->top_panel(), stack2->top_panel()); in ComparerNumberOfPanelsInStack()
Dpanel_drag_browsertest.cc139 StackedPanelCollection* stack1 = panel1->stack(); in GetDragDeltaToStackToTop() local
140 int bottom = stack1 ? stack1->bottom_panel()->GetBounds().bottom() in GetDragDeltaToStackToTop()
2045 StackedPanelCollection* stack1 = panel_manager->CreateStack(); in IN_PROC_BROWSER_TEST_F() local
2047 Panel* panel1 = CreateStackedPanel("1", panel1_initial_bounds, stack1); in IN_PROC_BROWSER_TEST_F()
2049 Panel* panel2 = CreateStackedPanel("2", panel2_initial_bounds, stack1); in IN_PROC_BROWSER_TEST_F()
2052 ASSERT_EQ(2, stack1->num_panels()); in IN_PROC_BROWSER_TEST_F()
2053 EXPECT_EQ(stack1, panel1->stack()); in IN_PROC_BROWSER_TEST_F()
2054 EXPECT_EQ(stack1, panel2->stack()); in IN_PROC_BROWSER_TEST_F()
2116 StackedPanelCollection* stack1 = panel_manager->CreateStack(); in IN_PROC_BROWSER_TEST_F() local
2118 Panel* panel1 = CreateStackedPanel("1", panel1_initial_bounds, stack1); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/llvm/test/CodeGen/AArch64/
Dfunc-argpassing.ll178 i32 %stack1, i128 %stack2) {
205 i16 %stack1) {
207 ret i16 %stack1
Dfunc-calls.ll120 i32 %stack1, i128 %stack2)
/external/bison/tests/
Dglr-regression.at599 stack1 start
603 stack1: 'a' ;