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

1 2 3

  /external/icu/icu4c/source/samples/uciter8/
uciter8.c 43 compareIterators(UCharIterator *iter1, const char *n1,
49 length=iter1->getIndex(iter1, UITER_LENGTH);
59 pos1=iter1->move(iter1, middle, UITER_ZERO);
72 c1=iter1->current(iter1);
81 c1=iter1->next(iter1);
84 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))
305 UCharIterator iter1, iter2; local
    [all...]
  /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;
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...]
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...]
  /external/google-breakpad/src/processor/
module_comparer.cc 94 BasicModule::FileMap::const_iterator iter1 = basic_module->files_.begin(); local
96 while (iter1 != basic_module->files_.end()
98 ASSERT_TRUE(iter1->first == iter2.GetKey());
100 ASSERT_TRUE(iter1->second == tmp);
101 ++iter1;
104 ASSERT_TRUE(iter1 == basic_module->files_.end());
110 RangeMap<MemAddr, linked_ptr<BasicFunc> >::MapConstIterator iter1; local
112 iter1 = basic_module->functions_.map_.begin();
114 while (iter1 != basic_module->functions_.map_.end()
116 ASSERT_TRUE(iter1->first == iter2.GetKey())
129 AddressMap<MemAddr, linked_ptr<BasicPubSymbol> >::MapConstIterator iter1; local
153 RangeMap<MemAddr, string>::MapConstIterator iter1; local
172 map<MemAddr, string>::const_iterator iter1; local
200 RangeMap<MemAddr, linked_ptr<BasicLine> >::MapConstIterator iter1; local
280 ContainedRangeMap<MemAddr, linked_ptr<WFI> >::MapConstIterator iter1; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 284 CollationElementIterator *iter1 = en_us->createCollationElementIterator(test1); local
298 delete iter1;
313 assertEqual(*iter1, *iter2);
315 iter1->reset();
325 assertEqual(*iter1, *iter2);
330 iter1->setText(empty, status);
332 || iter1->next(status) != (int32_t)CollationElementIterator::NULLORDER) {
336 iter1->setText(*chariter, status);
338 || iter1->next(status) != (int32_t)CollationElementIterator::NULLORDER) {
343 delete iter1;
471 CollationElementIterator *iter1 = local
551 CollationElementIterator *iter1 = local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 426 UCharIterator iter1, iter2; local
461 uiter_setString(&iter1, strings[i], len1);
463 if(u_strCompareIter(&iter1, &iter2, TRUE)>=0) {
466 r1=u_strCompareIter(&iter1, &iter2, FALSE);
1441 UCharIterator iter, iter1, iter2; 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;
  /external/skia/tests/
LListTest.cpp 124 Iter iter1; local
130 REPORTER_ASSERT(reporter, nullptr == iter1.init(list1, Iter::kHead_IterStart));
131 REPORTER_ASSERT(reporter, nullptr == iter1.init(list1, Iter::kTail_IterStart));
141 iter1.init(list1, Iter::kHead_IterStart);
143 REPORTER_ASSERT(reporter, iter1.get()->fID == iter2.get()->fID);
146 REPORTER_ASSERT(reporter, iter3.get()->fID == iter1.get()->fID);
147 REPORTER_ASSERT(reporter, iter4.get()->fID == iter1.get()->fID);
165 REPORTER_ASSERT(reporter, iter3.get()->fID == iter1.get()->fID);
166 REPORTER_ASSERT(reporter, iter4.get()->fID == iter1.get()->fID);
  /external/icu/icu4c/source/common/
ustring.cpp 826 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder) {
830 if(iter1==NULL || iter2==NULL) {
833 if(iter1==iter2) {
838 iter1->move(iter1, 0, UITER_START);
843 c1=iter1->next(iter1);
857 (c1<=0xdbff && U16_IS_TRAIL(iter1->current(iter1))) ||
858 (U16_IS_TRAIL(c1) && (iter1->previous(iter1), U16_IS_LEAD(iter1->previous(iter1)))
    [all...]
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
TestUCharacterIterator.java 280 UCharacterIterator iter1 = UCharacterIterator.getInstance(new ReplaceableString(new String(src))); local
284 previousNext(iter1);
288 getText(iter1,new String(src));
292 CharacterIterator citer1 = iter1.getCharacterIterator();
295 if(citer1.first() !=iter1.current()){
296 errln("getCharacterIterator for iter1 failed");
306 UCharacterIterator clone1 = (UCharacterIterator)iter1.clone();
309 if(clone1.moveIndex(3)!=iter1.moveIndex(3)){
310 errln("moveIndex for iter1 failed");
316 errln("moveIndex for iter1 failed")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
TestUCharacterIterator.java 276 UCharacterIterator iter1 = UCharacterIterator.getInstance(new ReplaceableString(new String(src))); local
280 previousNext(iter1);
284 getText(iter1,new String(src));
288 CharacterIterator citer1 = iter1.getCharacterIterator();
291 if(citer1.first() !=iter1.current()){
292 errln("getCharacterIterator for iter1 failed");
302 UCharacterIterator clone1 = (UCharacterIterator)iter1.clone();
305 if(clone1.moveIndex(3)!=iter1.moveIndex(3)){
306 errln("moveIndex for iter1 failed");
312 errln("moveIndex for iter1 failed")
    [all...]
  /external/snakeyaml/src/test/java/org/pyyaml/
PyEmitterTest.java 88 Iterator<Event> iter1 = events.iterator(); local
90 while (iter1.hasNext()) {
91 Event event = iter1.next();
249 Iterator<Event> iter1 = events.iterator(); local
251 while (iter1.hasNext()) {
252 Event event = iter1.next();
PyStructureTest.java 51 Iterator<Event> iter1 = events1.iterator(); local
53 while (iter1.hasNext()) {
54 Event event1 = iter1.next();
172 Iterator<Node> iter1 = events1.iterator(); local
174 while (iter1.hasNext()) {
175 compareNodes(iter1.next(), iter2.next());
  /external/dng_sdk/source/
dng_area_task.cpp 212 dng_tile_iterator iter1 (repeatingTile3, area);
214 while (iter1.GetOneTile (tile1))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xrange.py 195 iter1 = xrange(start, end, step)
202 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
205 iter1 = reversed(xrange(start, end, step))
211 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xrange.py 195 iter1 = xrange(start, end, step)
202 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
205 iter1 = reversed(xrange(start, end, step))
211 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xrange.py 195 iter1 = xrange(start, end, step)
202 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
205 iter1 = reversed(xrange(start, end, step))
211 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xrange.py 195 iter1 = xrange(start, end, step)
202 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
205 iter1 = reversed(xrange(start, end, step))
211 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
  /external/selinux/policycoreutils/gui/
modulesPage.py 78 def sort_int(self, treemodel, iter1, iter2, user_data):
80 p1 = int(treemodel.get_value(iter1, 1))
81 p2 = int(treemodel.get_value(iter1, 1))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 406 CollationElementIterator iter1 = en_us.getCollationElementIterator(test1); local
429 assertEqual(iter1, iter2);
431 iter1.reset();
440 assertEqual(iter1, iter2);
442 iter1.reset();
451 assertEqual(iter1, iter2);

Completed in 1063 milliseconds

1 2 3