HomeSort by relevance Sort by last modified time
    Searched defs:it1 (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
pop_back.invalidation.pass.cpp 23 typename C::iterator it1 = c.begin(); local
30 assert( it1 == it3);
31 assert( *it1 == *it3);
32 assert(&*it1 == &*it3);
pop_front.invalidation.pass.cpp 23 typename C::iterator it1 = c.begin() + 1; local
30 assert( it1 == it3);
31 assert( *it1 == *it3);
32 assert(&*it1 == &*it3);
erase_iter.invalidation.pass.cpp 24 typename C::iterator it1 = first + 1; local
31 assert( it1 == it3);
32 assert( *it1 == *it3);
33 assert(&*it1 == &*it3);
43 typename C::iterator it1 = c.begin(); local
50 assert( it1 == it3);
51 assert( *it1 == *it3);
52 assert(&*it1 == &*it3);
erase_iter_iter.invalidation.pass.cpp 27 typename C::iterator it1 = last; local
34 assert( it1 == it3);
35 assert( *it1 == *it3);
36 assert(&*it1 == &*it3);
47 typename C::iterator it1 = c.begin(); local
54 assert( it1 == it3);
55 assert( *it1 == *it3);
56 assert(&*it1 == &*it3);
  /external/nist-sip/java/gov/nist/javax/sip/header/
RouteList.java 78 ListIterator<Route> it1 = that.listIterator(); local
81 Route route1 = (Route) it1.next();
SIPObjectList.java 87 Iterator<GenericObject> it1 = this.listIterator(); local
89 while (it1.hasNext()) {
90 GenericObject outerObj = (GenericObject) it1.next();
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1-cxx11.cpp 51 T it1; local
52 if (it1->end < it1->end) {
61 T it1; local
62 if (it1->end < it1->end) {
p1.cpp 71 T it1; local
72 if (it1->end < it1->end) {
81 T it1; local
82 if (it1->end < it1->end) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
StringCharacterIteratorTest.java 134 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2, local
138 assertTrue("Range is equal", !it1.equals(it2));
142 assertTrue("Not equal", it1.equals(it3));
189 StringCharacterIterator it1 = local
191 assertEquals("Wrong first char", 's', it1.first());
192 assertEquals("Wrong next char", 't', it1.next());
193 it1 = new StringCharacterIterator("testing", 2, 2, 2);
194 assertTrue("Not DONE", it1.first() == CharacterIterator.DONE);
209 StringCharacterIterator it1 = local
211 assertEquals("Wrong begin index 2", 2, it1.getBeginIndex())
228 StringCharacterIterator it1 = local
290 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2, local
336 StringCharacterIterator it1 = local
446 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2, local
459 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2, local
489 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2, local
501 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2, local
514 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2, local
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
BreakIteratorTest.java 48 BreakIterator it1 = BreakIterator.getWordInstance(Locale.CANADA_FRENCH); local
49 assertTrue("Incorrect BreakIterator", it1 != BreakIterator.getWordInstance());
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 403 final Iterator<String> it1 = cf.getCertPathEncodings(); local
406 assertEquals(p.getName(), it1.hasNext(), it2.hasNext());
407 if (!it1.hasNext()) {
411 String encoding = it1.next();
415 it1.remove();
  /art/runtime/base/
hash_set_test.cc 248 auto it1 = hash_set.Find(s); local
250 ASSERT_EQ(it1 == hash_set.end(), it2 == std_set.end());
251 if (it1 != hash_set.end()) {
252 ASSERT_EQ(*it1, *it2);
253 hash_set.Erase(it1);
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 509 BufferLayoutType::const_iterator it1 = buffer_layout.begin(); local
520 for (; it1 != buffer_layout.end(); ++it1) {
521 const int block1 = it1->first - num_eliminate_blocks_;
522 const int block1_size = bs->cols[it1->first].size;
525 buffer + it1->second, e_block_size, block1_size,
529 BufferLayoutType::const_iterator it2 = it1;
  /external/libchrome/base/
tracked_objects_unittest.cc 546 auto it1 = process_data.phased_snapshots.find(1); local
547 ASSERT_TRUE(it1 != process_data.phased_snapshots.end());
548 const ProcessDataPhaseSnapshot& process_data_phase1 = it1->second;
663 auto it1 = process_data.phased_snapshots.find(1); local
664 ASSERT_TRUE(it1 != process_data.phased_snapshots.end());
665 const ProcessDataPhaseSnapshot& process_data_phase1 = it1->second;
768 auto it1 = process_data.phased_snapshots.find(1); local
769 ASSERT_TRUE(it1 != process_data.phased_snapshots.end());
770 const ProcessDataPhaseSnapshot& process_data_phase1 = it1->second;
807 auto it1 = process_data.phased_snapshots.find(1) local
    [all...]
  /external/opencv3/modules/ml/test/
test_save_load.cpp 137 vector<float>::const_iterator it1 = test_resps1.begin(), it2 = test_resps2.begin(); local
138 for( ; it1 != test_resps1.end(); ++it1, ++it2 )
140 if( fabs(*it1 - *it2) > FLT_EPSILON )
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 60 Rows::const_iterator it1 = rows_.begin(); local
62 while (it1 != rows_.end()) {
64 it1->first != it2->first ||
65 it1->second->top != it2->second->top ||
66 it1->second->bottom != it2->second->bottom ||
67 it1->second->spans != it2->second->spans) {
70 ++it1;
180 Rows::const_iterator it1 = region1.rows_.begin(); local
184 if (it1 == end1 || it2 == end2)
187 while (it1 != end1 && it2 != end2)
229 RowSpanSet::const_iterator it1 = set1.begin(); local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory1Test.java 311 Iterator it1 = certFs[0].getCertPathEncodings(); local
313 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
314 while (it1.hasNext()) {
316 String s1 = (String) it1.next();
327 it1 = certFs[0].getCertPathEncodings();
329 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
330 while (it1.hasNext()) {
332 String s1 = (String) it1.next();
  /external/google-breakpad/src/common/windows/
omap.cc 439 EndpointIndexMap::iterator it1 = std::lower_bound( local
447 for (; it1 != it2; ++it1)
448 it1->index = Min(i, it1->index);
610 EndpointIndexMap::const_iterator it1 = std::lower_bound( local
612 if (it1 == eim.end()) {
616 if (it1 != eim.begin() && query_range.rva < it1->endpoint)
617 --it1;
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory1Test.java 299 Iterator<String> it1 = certFs[0].getCertPathEncodings(); local
301 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
302 while (it1.hasNext()) {
304 String s1 = it1.next();
315 it1 = certFs[0].getCertPathEncodings();
317 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
318 while (it1.hasNext()) {
320 String s1 = it1.next();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 1808 Iterator it1 = coll.iterator(); local
1838 Iterator it1 = coll1.iterator(); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 1742 Iterator it1 = coll.iterator(); local
1791 Iterator it1 = coll1.iterator(); local
    [all...]
  /external/gmock/test/
gmock-spec-builders_test.cc 1502 ExpectationSet::const_iterator it1 = es1.begin(); local
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-spec-builders_test.cc 1468 ExpectationSet::const_iterator it1 = es1.begin(); local
    [all...]
  /external/opencv3/modules/core/test/
test_io.cpp 40 CvSparseMatIterator it1; local
48 for( node1 = cvInitSparseMatIterator( m1, &it1 );
49 node1 != 0; node1 = cvGetNextSparseNode( &it1 ))
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Enhancer.java 879 Iterator it1 = methods.iterator(); local
    [all...]

Completed in 1915 milliseconds

1 2 3 4