Home
last modified time | relevance | path

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

/external/stlport/test/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()
/external/icu4c/common/
Dunormcmp.cpp158 CmpEquivLevel stack1[2], stack2[2]; in unorm_cmpEquivFold() local
259 start2=stack2[level2].start; in unorm_cmpEquivFold()
261 s2=stack2[level2].s; in unorm_cmpEquivFold()
262 limit2=stack2[level2].limit; in unorm_cmpEquivFold()
388 stack2[0].start=start2; in unorm_cmpEquivFold()
389 stack2[0].s=s2; in unorm_cmpEquivFold()
390 stack2[0].limit=limit2; in unorm_cmpEquivFold()
474 stack2[level2].start=start2; in unorm_cmpEquivFold()
475 stack2[level2].s=s2; in unorm_cmpEquivFold()
476 stack2[level2].limit=limit2; in unorm_cmpEquivFold()
[all …]
Dustrcase.c663 CmpEquivLevel stack1[2], stack2[2]; in u_strcmpFold() local
749 start2=stack2[level2].start; in u_strcmpFold()
751 s2=stack2[level2].s; in u_strcmpFold()
752 limit2=stack2[level2].limit; in u_strcmpFold()
878 stack2[0].start=start2; in u_strcmpFold()
879 stack2[0].s=s2; in u_strcmpFold()
880 stack2[0].limit=limit2; in u_strcmpFold()
/external/llvm/test/MC/ELF/
Dsection.s6 .section .note.GNU-stack2,"",%progbits
/external/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cc51 __asan::StackTrace stack2; in MallocStress() local
52 stack2.trace[0] = 0xb123; in MallocStress()
53 stack2.trace[1] = 0xb456; in MallocStress()
54 stack2.size = 2; in MallocStress()
78 char *ptr = (char*)__asan::asan_memalign(alignment, size, &stack2); in MallocStress()
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1000 StackMap stack2; field in CodeIterator.Pointers
1011 stack2 = (StackMap)ca.getAttribute(StackMap.tag); in Pointers()
1037 if (stack2 != null) in shiftPc()
1038 stack2.shiftPc(where, gapLength, exclusive); in shiftPc()
/external/bison/tests/
Dglr-regression.at591 | stack2 start
595 stack2: 'a' ;
Dtestsuite65213 | stack2 start
65217 stack2: 'a' ;