Searched refs:stack1 (Results 1 - 17 of 17) sorted by relevance

/external/stlport/test/unit/
H A Dstack_test.cpp19 CPPUNIT_TEST(stack1);
24 void stack1();
33 void StackTest::stack1() function in class:StackTest
H A Dlist_test.cpp275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
283 ListInt lint1(10, 0, stack1);
297 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 );
299 CPPUNIT_CHECK( stack1.ok() );
301 stack1.reset(); stack2.reset();
305 ListInt lint1(10, 0, stack1);
319 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 );
321 CPPUNIT_CHECK( stack1.ok() );
323 stack1.reset(); stack2.reset();
327 ListInt lint1(stack1);
[all...]
H A Dslist_test.cpp334 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
341 SlistInt slint1(10, 0, stack1);
355 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 );
357 CPPUNIT_CHECK( stack1.ok() );
359 stack1.reset(); stack2.reset();
362 SlistInt slint1(stack1);
376 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 );
378 CPPUNIT_CHECK( stack1.ok() );
380 stack1.reset(); stack2.reset();
383 SlistInt slint1(10, 0, stack1);
[all...]
H A Dset_test.cpp279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
289 SetInt sint1(intLess, stack1);
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
309 CPPUNIT_ASSERT( stack1.ok() );
311 stack1.reset(); stack2.reset();
314 SetInt sint1(intLess, stack1);
330 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
332 CPPUNIT_ASSERT( stack1.ok() );
334 stack1.reset(); stack2.reset();
337 SetInt sint1(intLess, stack1);
[all...]
H A Dstring_test.cpp1305 StackAllocator<char> stack1(buf1, buf1 + sizeof(buf1));
1312 StackString str1("string stack1", stack1);
1326 CPPUNIT_ASSERT( str2.get_allocator() == stack1 );
1328 CPPUNIT_ASSERT( stack1.ok() );
1330 stack1.reset(); stack2.reset();
1333 StackString str1("longer string from stack1 allocator instance for dynamic allocation", stack1);
1347 CPPUNIT_ASSERT( str2.get_allocator() == stack1 );
1349 CPPUNIT_ASSERT( stack1
[all...]
H A Ddeque_test.cpp205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
212 DequeInt dint1(10, 0, stack1);
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 );
228 CPPUNIT_ASSERT( stack1.ok() );
H A Dhash_test.cpp381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1);
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 );
408 CPPUNIT_ASSERT( stack1.ok() );
H A Dvector_test.cpp376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
383 VectorInt vint1(10, 0, stack1);
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 );
399 CPPUNIT_ASSERT( stack1.ok() );
H A Dmap_test.cpp270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
278 MapInt mint1(intLess, stack1);
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 );
299 CPPUNIT_ASSERT( stack1.ok() );
/external/icu4c/common/
H A Dunormcmp.cpp158 CmpEquivLevel stack1[2], stack2[2]; local
236 start1=stack1[level1].start;
238 s1=stack1[level1].s;
239 limit1=stack1[level1].limit;
343 stack1[0].start=start1;
344 stack1[0].s=s1;
345 stack1[0].limit=limit1;
433 stack1[level1].start=start1;
434 stack1[level1].s=s1;
435 stack1[level
[all...]
H A Dustrcase.c663 CmpEquivLevel stack1[2], stack2[2]; local
726 start1=stack1[level1].start;
728 s1=stack1[level1].s;
729 limit1=stack1[level1].limit;
833 stack1[0].start=start1;
834 stack1[0].s=s1;
835 stack1[0].limit=limit1;
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc43 __asan::AsanStackTrace stack1; local
44 stack1.trace[0] = 0xa123;
45 stack1.trace[1] = 0xa456;
46 stack1.size = 2;
66 __asan::asan_free(ptr, &stack1);
216 __asan::AsanStackTrace stack0, stack1; local
224 __asan::AsanStackTrace::UncompressStack(&stack1, compressed, compress_size);
225 assert(stack1.size == n_frames);
226 for (size_t i = 0; i < stack1.size; i++) {
227 assert(stack0.trace[i] == stack1
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A Dtblcmp.c547 stack1( statenum, minec, state[minec], deflink );
829 /* stack1 - save states with only one out-transition to be processed later
836 void stack1( statenum, sym, nextstate, deflink ) function
H A Dflexdef.h1043 extern void stack1 PROTO((int, int, int, int));
H A Ddfa.c736 stack1( ds, 0, 0, JAMSTATE );
/external/bison/tests/
H A Dtestsuite[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 393 milliseconds