HomeSort by relevance Sort by last modified time
    Searched refs:stack2 (Results 1 - 25 of 38) sorted by null

1 2

  /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() );
hash_test.cpp 384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2);
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 );
409 CPPUNIT_ASSERT( stack2.ok() );
vector_test.cpp 379 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
386 VectorInt vint2(10, 1, stack2);
396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 );
400 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() );
hash_test.cpp 384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2);
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 );
409 CPPUNIT_ASSERT( stack2.ok() );
vector_test.cpp 379 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
386 VectorInt vint2(10, 1, stack2);
396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 );
400 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/chromium/third_party/icu/source/common/
unormcmp.cpp 153 CmpEquivLevel stack1[2], stack2[2]; local
254 start2=stack2[level2].start;
256 s2=stack2[level2].s;
257 limit2=stack2[level2].limit;
383 stack2[0].start=start2;
384 stack2[0].s=s2;
385 stack2[0].limit=limit2;
469 stack2[level2].start=start2;
470 stack2[level2].s=s2;
471 stack2[level2].limit=limit2
    [all...]
  /external/icu4c/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...]
  /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);

Completed in 755 milliseconds

1 2