/external/stlport/test/unit/ |
stack_test.cpp | 19 CPPUNIT_TEST(stack1); 24 void stack1(); 33 void StackTest::stack1() function in class:StackTest
|
list_test.cpp | 275 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...] |
slist_test.cpp | 334 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...] |
set_test.cpp | 279 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...] |
string_test.cpp | [all...] |
deque_test.cpp | 205 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() );
|
/ndk/tests/device/test-gnustl-full/unit/ |
stack_test.cpp | 19 CPPUNIT_TEST(stack1); 24 void stack1(); 33 void StackTest::stack1() function in class:StackTest
|
list_test.cpp | 275 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...] |
slist_test.cpp | 334 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...] |
set_test.cpp | 279 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...] |
string_test.cpp | [all...] |
deque_test.cpp | 205 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() );
|
/ndk/tests/device/test-stlport/unit/ |
stack_test.cpp | 19 CPPUNIT_TEST(stack1); 24 void stack1(); 33 void StackTest::stack1() function in class:StackTest
|
list_test.cpp | 275 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...] |
slist_test.cpp | 334 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...] |
set_test.cpp | 279 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...] |
string_test.cpp | [all...] |
deque_test.cpp | 205 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() );
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Merger.java | 90 * @param stack1 {@code non-null;} a stack 94 public static ExecutionStack mergeStack(ExecutionStack stack1, 96 if (stack1 == stack2) { 98 return stack1; 101 int sz = stack1.size(); 109 TypeBearer tb1 = stack1.peek(i); 119 result = stack1.copy(); 137 return stack1;
|
/external/chromium_org/third_party/icu/source/common/ |
unormcmp.cpp | 158 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[level1].limit=limit1 [all...] |
/external/icu/icu4c/source/common/ |
unormcmp.cpp | 158 CmpEquivLevel stack1[2], stack2[2]; local 236 start1=stack1[level1].start; /*Not uninitialized*/ 238 s1=stack1[level1].s; /*Not uninitialized*/ 239 limit1=stack1[level1].limit; /*Not uninitialized*/ 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[level1].limit=limit1 [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_noinst_test.cc | 55 StackTrace stack1; local 56 stack1.trace[0] = 0xa123; 57 stack1.trace[1] = 0xa456; 58 stack1.size = 2; 78 __asan::asan_free(ptr, &stack1, __asan::FROM_MALLOC);
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
test.cpp | 104 std::stack<int> stack1; local 105 stack1.push( 100); 106 stack1.push( 200); 107 stack1.push( 300);
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 104 std::stack<int> stack1; local 105 stack1.push( 100); 106 stack1.push( 200); 107 stack1.push( 300);
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 104 std::stack<int> stack1; local 105 stack1.push( 100); 106 stack1.push( 200); 107 stack1.push( 300);
|