Searched refs:it2 (Results 1 - 25 of 55) sorted by relevance

123

/external/openfst/src/include/fst/
H A Dinterval-set.h205 typename vector<Interval>::const_iterator it2 = iintervals->begin(); local
210 while (it1 != intervals_.end() && it2 != iintervals->end()) {
211 if (it1->end <= it2->begin) {
213 } else if (it2->end <= it1->begin) {
214 ++it2;
217 interval.begin = max(it1->begin, it2->begin);
218 interval.end = min(it1->end, it2->end);
221 if (it1->end < it2->end)
224 ++it2;
277 typename vector<Interval>::const_iterator it2 local
297 typename vector<Interval>::const_iterator it2 = intervals->begin(); local
346 typename vector<Interval>::const_iterator it2 = intervals->begin(); local
[all...]
/external/oprofile/libpp/
H A Ddiff_container.cpp129 symbol_container::symbols_t::iterator it2 = pc2.begin_symbol(); local
132 while (it1 != end1 && it2 != end2) {
133 if (rough_less(*it1, *it2)) {
136 } else if (rough_less(*it2, *it1)) {
137 symbol_new(syms, *it2, choice);
138 ++it2;
140 symbol_diff(syms, *it1, total1, *it2, total2, choice);
142 ++it2;
149 for (; it2 != end2; ++it2)
[all...]
H A Dsample_container.cpp94 iterator it2 = samples_by_loc.upper_bound(&upper); local
96 return accumulate(it1, it2, count_array_t(), add_counts);
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp131 for (succ_iterator_ty it2 = succ_begin(*it),
132 ie2 = succ_end(*it); it2 != ie2; ++it2)
133 assert(S.count(*it2) && "Attempt to run invalid changeset!");
228 for (succ_closure_iterator_ty it2 = succ_closure_begin(*it),
229 ie2 = succ_closure_end(*it); it2 != ie2; ++it2)
230 PredClosure[*it2].insert(*it);
243 for (succ_iterator_ty it2 = succ_begin(*it),
244 ie2 = succ_end(*it); it2 !
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMGlobalObject.cpp62 for (JSDOMConstructorMap::iterator it2 = constructors().begin(); it2 != end2; ++it2)
63 markStack.append(&it2->second);
/external/webkit/Source/WebCore/rendering/style/
H A DKeyframeList.cpp44 Vector<KeyframeValue>::const_iterator it2 = o.m_keyframes.begin();
46 if (it1->key() != it2->key())
49 const RenderStyle& style2 = *it2->style();
52 ++it2;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObjectList.java88 Iterator<GenericObject> it2 = mergeList.listIterator();
91 while (it2.hasNext()) {
92 Object innerObj = it2.next();
/external/webkit/Source/WebKit/win/
H A DWebNotificationCenter.cpp125 for (ObserverListIterator it2 = list.begin(); it2 != end; ++it2) {
126 IUnknown* observedObject = it2->first.get();
127 IWebNotificationObserver* observer = it2->second.get();
204 for (ObserverListIterator it2 = observerList.begin(); it2 != end; ++it2, ++i) {
205 IUnknown* observedObject = it2->first.get();
206 IWebNotificationObserver* observer = it2
[all...]
/external/smack/src/org/xbill/DNS/tests/
H A Dxfrin.java96 Iterator it2 = delta.deletes.iterator();
97 while (it2.hasNext())
98 System.out.println(it2.next());
100 it2 = delta.adds.iterator();
101 while (it2.hasNext())
102 System.out.println(it2.next());
/external/webkit/Source/WebCore/storage/
H A DIDBFactoryBackendImpl.cpp86 IDBBackingStoreMap::iterator it2 = m_backingStoreMap.find(fileIdentifier); local
87 if (it2 != m_backingStoreMap.end())
88 backingStore = it2->second;
/external/webkit/Source/WebKit/chromium/src/
H A DWebAccessibilityCacheImpl.cpp130 IdMap::iterator it2 = m_idMap.find(it->second->accessibilityObject()); local
131 if (it2 != m_idMap.end())
132 m_idMap.remove(it2);
/external/webkit/Source/WebCore/rendering/
H A DInlineIterator.h95 inline bool operator==(const InlineIterator& it1, const InlineIterator& it2) argument
97 return it1.m_pos == it2.m_pos && it1.m_obj == it2.m_obj;
100 inline bool operator!=(const InlineIterator& it1, const InlineIterator& it2) argument
102 return it1.m_pos != it2.m_pos || it1.m_obj != it2.m_obj;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DLinkedHashMapTest.java263 Iterator it2 = map2.keySet().iterator();
264 Integer remove3 = (Integer) it2.next();
270 it2.hasNext();
271 it2.remove();
272 assertTrue("Wrong result 2", it2.next().equals(next));
495 Iterator it2 = s2.iterator();
498 for (i = 1; i < sz && it2.hasNext(); i += 2) {
499 Map.Entry m = (Map.Entry) it2.next();
503 for (i = 0; i < sz && it2.hasNext(); i += 2) {
504 Map.Entry m = (Map.Entry) it2
[all...]
H A DIdentityHashMap2Test.java290 Iterator it2 = map2.keySet().iterator();
291 Integer remove3 = (Integer) it2.next();
297 it2.hasNext();
298 it2.remove();
299 assertTrue("Wrong result 2", it2.next().equals(next));
/external/ceres-solver/internal/ceres/
H A Dgraph_algorithms.h204 for (typename HashSet<Vertex>::const_iterator it2 = neighbors.begin();
205 it2 != neighbors.end();
206 ++it2) {
207 const Vertex vertex2 = *it2;
H A Dvisibility_based_preconditioner.cc518 for (HashSet<int>::const_iterator it2 = neighbors.begin();
519 it2 != neighbors.end();
520 ++it2) {
521 const int cluster2 = *it2;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory1Test.java312 Iterator it2 = certFs[1].getCertPathEncodings();
313 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
315 it2 = certFs[1].getCertPathEncodings();
318 while (it2.hasNext()) {
319 if (s1.equals(it2.next())) {
328 it2 = certFs[2].getCertPathEncodings();
329 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
331 it2 = certFs[2].getCertPathEncodings();
334 while (it2.hasNext()) {
335 if (s1.equals(it2
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-param-test_test.cc194 ParamGenerator<int>::iterator it2 = it; local
195 EXPECT_TRUE(*it == *it2) << "Initialized iterators must point to the "
200 EXPECT_FALSE(*it == *it2);
201 it2 = it;
202 EXPECT_TRUE(*it == *it2) << "Assigned iterators must point to the "
217 it2 = it;
219 ++it2;
220 EXPECT_TRUE(*it == *it2);
/external/gtest/test/
H A Dgtest-param-test_test.cc194 ParamGenerator<int>::iterator it2 = it; local
195 EXPECT_TRUE(*it == *it2) << "Initialized iterators must point to the "
200 EXPECT_FALSE(*it == *it2);
201 it2 = it;
202 EXPECT_TRUE(*it == *it2) << "Assigned iterators must point to the "
217 it2 = it;
219 ++it2;
220 EXPECT_TRUE(*it == *it2);
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-param-test_test.cc194 ParamGenerator<int>::iterator it2 = it; local
195 EXPECT_TRUE(*it == *it2) << "Initialized iterators must point to the "
200 EXPECT_FALSE(*it == *it2);
201 it2 = it;
202 EXPECT_TRUE(*it == *it2) << "Assigned iterators must point to the "
217 it2 = it;
219 ++it2;
220 EXPECT_TRUE(*it == *it2);
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc135 ParamGenerator<int>::iterator it2 = it; local
136 EXPECT_TRUE(*it == *it2) << "Initialized iterators must point to the "
141 EXPECT_FALSE(*it == *it2);
142 it2 = it;
143 EXPECT_TRUE(*it == *it2) << "Assigned iterators must point to the "
158 it2 = it;
160 ++it2;
161 EXPECT_TRUE(*it == *it2);
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp418 for (MCSectionData::iterator it2 = it->begin(),
419 ie2 = it->end(); it2 != ie2; ++it2) {
420 if (MCSymbolData *SD = DefiningSymbolMap.lookup(it2))
422 it2->setAtom(CurrentAtom);
/external/chromium/chrome/browser/debugger/
H A Ddevtools_http_protocol_handler.cc201 for (std::set<net::URLRequest*>::iterator it2 = it->second.begin();
202 it2 != it->second.end(); ++it2) {
203 net::URLRequest* request = *it2;
497 ConnectionToRequestsMap::iterator it2 = local
499 it2->second.erase(request);
/external/nist-sip/java/gov/nist/core/
H A DGenericObjectList.java331 Iterator it2 = mergeList.listIterator();
334 while (it2.hasNext()) {
335 Object innerObj = it2.next();
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DStringCharacterIteratorTest.java136 StringCharacterIterator it2 = new StringCharacterIterator("xxstinx", 2,
138 assertTrue("Range is equal", !it1.equals(it2));
461 StringCharacterIterator it2 = new StringCharacterIterator("xxstinx", 2,
463 assertTrue("Hash is equal", it1.hashCode() != it2.hashCode());

Completed in 585 milliseconds

123