/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
advance_backward.hpp | 31 typedef typename prior<iter0>::type iter1; typedef in struct:boost::mpl::aux::advance_backward::apply 32 typedef iter1 type; 42 typedef typename prior<iter0>::type iter1; typedef in struct:boost::mpl::aux::advance_backward::apply 43 typedef typename prior<iter1>::type iter2; 54 typedef typename prior<iter0>::type iter1; typedef in struct:boost::mpl::aux::advance_backward::apply 55 typedef typename prior<iter1>::type iter2; 67 typedef typename prior<iter0>::type iter1; typedef in struct:boost::mpl::aux::advance_backward::apply 68 typedef typename prior<iter1>::type iter2;
|
advance_forward.hpp | 31 typedef typename next<iter0>::type iter1; typedef in struct:boost::mpl::aux::advance_forward::apply 32 typedef iter1 type; 42 typedef typename next<iter0>::type iter1; typedef in struct:boost::mpl::aux::advance_forward::apply 43 typedef typename next<iter1>::type iter2; 54 typedef typename next<iter0>::type iter1; typedef in struct:boost::mpl::aux::advance_forward::apply 55 typedef typename next<iter1>::type iter2; 67 typedef typename next<iter0>::type iter1; typedef in struct:boost::mpl::aux::advance_forward::apply 68 typedef typename next<iter1>::type iter2;
|
fold_impl.hpp | 50 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::fold_impl 54 typedef iter1 iterator; 68 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::fold_impl 69 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2; 70 typedef typename mpl::next<iter1>::type iter2; 88 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::fold_impl 89 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2; 90 typedef typename mpl::next<iter1>::type iter2; 110 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::fold_impl 111 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2 [all...] |
iter_fold_impl.hpp | 50 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::iter_fold_impl 54 typedef iter1 iterator; 68 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::iter_fold_impl 69 typedef typename apply2< ForwardOp,state1,iter1 >::type state2; 70 typedef typename mpl::next<iter1>::type iter2; 88 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::iter_fold_impl 89 typedef typename apply2< ForwardOp,state1,iter1 >::type state2; 90 typedef typename mpl::next<iter1>::type iter2; 110 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::iter_fold_impl 111 typedef typename apply2< ForwardOp,state1,iter1 >::type state2 [all...] |
reverse_fold_impl.hpp | 54 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::reverse_fold_impl 60 typedef iter1 iterator; 75 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::reverse_fold_impl 76 typedef typename apply2< ForwardOp, fwd_state1, typename deref<iter1>::type >::type fwd_state2; 77 typedef typename mpl::next<iter1>::type iter2; 81 typedef typename apply2< BackwardOp, bkwd_state2, typename deref<iter1>::type >::type bkwd_state1; 101 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::reverse_fold_impl 102 typedef typename apply2< ForwardOp, fwd_state1, typename deref<iter1>::type >::type fwd_state2; 103 typedef typename mpl::next<iter1>::type iter2; 110 typedef typename apply2< BackwardOp, bkwd_state2, typename deref<iter1>::type >::type bkwd_state1 130 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::reverse_fold_impl 163 typedef typename mpl::next<iter0>::type iter1; typedef in struct:boost::mpl::aux::reverse_fold_impl [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
shell_window_launcher_controller.cc | 185 WindowToAppLauncherIdMap::iterator iter1 = local 187 DCHECK(iter1 != window_to_app_launcher_id_map_.end()); 188 std::string app_launcher_id = iter1->second; 189 window_to_app_launcher_id_map_.erase(iter1); 215 WindowToAppLauncherIdMap::iterator iter1 = local 217 if (iter1 == window_to_app_launcher_id_map_.end()) 219 std::string app_launcher_id = iter1->second;
|
/external/icu4c/samples/uciter8/ |
uciter8.c | 45 compareIterators(UCharIterator *iter1, const char *n1, 51 length=iter1->getIndex(iter1, UITER_LENGTH); 61 pos1=iter1->move(iter1, middle, UITER_ZERO); 74 c1=iter1->current(iter1); 83 c1=iter1->next(iter1); 86 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)) 307 UCharIterator iter1, iter2; local [all...] |
/external/stlport/test/unit/ |
iter_test.cpp | 19 CPPUNIT_TEST(iter1); 29 void iter1(); 43 void IterTest::iter1() function in class:IterTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
iter_test.cpp | 19 CPPUNIT_TEST(iter1); 29 void iter1(); 43 void IterTest::iter1() function in class:IterTest
|
/ndk/tests/device/test-stlport/unit/ |
iter_test.cpp | 19 CPPUNIT_TEST(iter1); 29 void iter1(); 43 void IterTest::iter1() function in class:IterTest
|
/external/skia/tests/ |
LListTest.cpp | 132 Iter iter1; local 142 REPORTER_ASSERT(reporter, NULL == iter1.init(list1, Iter::kHead_IterStart)); 143 REPORTER_ASSERT(reporter, NULL == iter1.init(list1, Iter::kTail_IterStart)); 156 iter1.init(list1, Iter::kHead_IterStart); 158 REPORTER_ASSERT(reporter, iter1.get()->fID == iter2.get()->fID); 161 REPORTER_ASSERT(reporter, iter3.get()->fID == iter1.get()->fID); 162 REPORTER_ASSERT(reporter, iter4.get()->fID == iter1.get()->fID); 184 REPORTER_ASSERT(reporter, iter3.get()->fID == iter1.get()->fID); 185 REPORTER_ASSERT(reporter, iter4.get()->fID == iter1.get()->fID);
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.cc | 435 Instructions::const_iterator iter1 = insns1.begin(); local 437 for (;; ++iter1, ++iter2) { 441 if (iter1 == insns1.end()) { 448 const Instruction& insn1 = **iter1;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itercoll.cpp | 229 CollationElementIterator *iter1 = en_us->createCollationElementIterator(test1); local 243 delete iter1; 258 assertEqual(*iter1, *iter2); 260 iter1->reset(); 270 assertEqual(*iter1, *iter2); 275 iter1->setText(empty, status); 277 || iter1->next(status) != (int32_t)UCOL_NULLORDER) { 281 iter1->setText(*chariter, status); 283 || iter1->next(status) != (int32_t)UCOL_NULLORDER) { 288 delete iter1; 416 CollationElementIterator *iter1 = local 496 CollationElementIterator *iter1 = local [all...] |
/external/icu4c/test/intltest/ |
itercoll.cpp | 229 CollationElementIterator *iter1 = en_us->createCollationElementIterator(test1); local 243 delete iter1; 258 assertEqual(*iter1, *iter2); 260 iter1->reset(); 270 assertEqual(*iter1, *iter2); 275 iter1->setText(empty, status); 277 || iter1->next(status) != (int32_t)UCOL_NULLORDER) { 281 iter1->setText(*chariter, status); 283 || iter1->next(status) != (int32_t)UCOL_NULLORDER) { 288 delete iter1; 416 CollationElementIterator *iter1 = local 496 CollationElementIterator *iter1 = local [all...] |
/external/llvm/lib/Transforms/Utils/ |
FlattenCFG.cpp | 328 BasicBlock::iterator iter1 = Block1->begin(); local 334 if (iter1 == end1) { 340 if (!iter1->isIdenticalTo(iter2)) 345 if (iter1->mayHaveSideEffects()) { 346 Instruction *CurI = &*iter1; 354 if (iter1->mayReadFromMemory()) 357 if (iter1->mayWriteToMemory()) { 361 if (!AA || AA->alias(iter1, BI)) 366 ++iter1;
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorcheckertest.cpp | 382 int iter1 = 0; local 392 if ((isCandidate[iter2]) && (iter2 - iter1 < 5)) { 393 iter1 = (iter2 + iter1) / 2; 397 line[1] = (iter1 - 100) * 2; 398 if (iter1 != 0) { 409 iter1 = iter2; [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest4.java | 200 java.util.Iterator iter1 = ((java.util.Collection) objToSave) local 203 while (iter1.hasNext()) 204 equals = equals && iter1.next().equals(iter2.next()); 734 java.util.Iterator iter1 = ((java.util.Collection) objToSave) local 737 while (iter1.hasNext()) 738 equals = equals && iter1.next().equals(iter2.next()); 1472 java.util.Iterator iter1 = ((java.util.Collection) objToSave) local [all...] |
/external/chromium/net/disk_cache/ |
backend_unittest.cc | 1038 void* iter1 = NULL; local 1040 ASSERT_EQ(net::OK, OpenNextEntry(&iter1, &entry1)); 1049 ASSERT_EQ(net::OK, OpenNextEntry(&iter1, &entry1)); 1072 cache_->EndEnumeration(&iter1); [all...] |
/external/chromium_org/net/disk_cache/ |
backend_unittest.cc | 1461 void* iter1 = NULL; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 431 UCharIterator iter1, iter2; local 466 uiter_setString(&iter1, strings[i], len1); 468 if(u_strCompareIter(&iter1, &iter2, TRUE)>=0) { 471 r1=u_strCompareIter(&iter1, &iter2, FALSE); 1446 UCharIterator iter, iter1, iter2; local 1705 UCharIterator iter1, iter2, *iter; local [all...] |
citertst.c | 712 UCollationElements *iter1, *iter2; local 720 iter1=ucol_openElements(en_us, test1, u_strlen(test1), &status); 745 ucol_closeElements(iter1); 761 assertEqual(iter1, iter2); 778 ucol_closeElements(iter1); [all...] |
capitst.c | 452 UCollationElements *iter1, *iter2; local 527 iter1 = ucol_openElements(col1, teststr, 3, &status); 535 uint32_t ce = ucol_next(iter1, &status); 548 ucol_closeElements(iter1); [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 431 UCharIterator iter1, iter2; local 466 uiter_setString(&iter1, strings[i], len1); 468 if(u_strCompareIter(&iter1, &iter2, TRUE)>=0) { 471 r1=u_strCompareIter(&iter1, &iter2, FALSE); 1446 UCharIterator iter, iter1, iter2; local 1705 UCharIterator iter1, iter2, *iter; local [all...] |
citertst.c | 712 UCollationElements *iter1, *iter2; local 720 iter1=ucol_openElements(en_us, test1, u_strlen(test1), &status); 745 ucol_closeElements(iter1); 761 assertEqual(iter1, iter2); 778 ucol_closeElements(iter1); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp_unittest.cc | 756 cricket::ContentNames::const_iterator iter1 = names1.begin(); local 758 while (iter1 != names1.end()) { 759 EXPECT_EQ(*iter1++, *iter2++); [all...] |