Searched refs:rit (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dpacket_buffer.cc78 PacketList::reverse_iterator rit = std::find_if( local
82 // The new packet is to be inserted to the right of |rit|. If it has the same
83 // timestamp as |rit|, which has a higher priority, do not insert the new
85 if (rit != buffer_.rend() &&
86 packet->header.timestamp == (*rit)->header.timestamp) {
95 PacketList::iterator it = rit.base();
/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp370 typename TypeParam::reverse_iterator rit = this->theVector.rbegin(); local
371 EXPECT_TRUE(*rit == this->theVector[1]);
372 EXPECT_EQ(2, rit->getValue());
373 ++rit;
374 EXPECT_TRUE(*rit == this->theVector[0]);
375 EXPECT_EQ(1, rit->getValue());
376 ++rit;
377 EXPECT_TRUE(rit == this->theVector.rend());
378 --rit;
379 EXPECT_TRUE(*rit
[all...]
/external/webrtc/webrtc/modules/video_coding/
H A Dsession_info.cc488 ReversePacketIterator rit = packets_.rbegin(); local
489 for (; rit != packets_.rend(); ++rit)
490 if (LatestSequenceNumber(packet.seqNum, (*rit).seqNum) == packet.seqNum)
494 if (rit != packets_.rend() && (*rit).seqNum == packet.seqNum &&
495 (*rit).sizeBytes > 0)
543 // The insert operation invalidates the iterator |rit|.
544 PacketIterator packet_list_it = packets_.insert(rit.base(), packet);
H A Djitter_buffer.cc1033 FrameList::reverse_iterator rit = find_if( local
1035 if (rit == incomplete_frames_.rend()) {
1045 DropPacketsFromNackList(EstimatedLowSequenceNumber(*rit->second));
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DTransliterationChart.java111 Iterator rit = eq.getSetIterator(new MyComparator());
112 while(rit.hasNext()) {
113 Set equivs = (Set)rit.next();
/external/v8/src/profiler/
H A Dprofiler-listener.cc273 for (RelocIterator rit(code, mask); !rit.done(); rit.next()) {
274 RelocInfo* reloc_info = rit.rinfo();
/external/svox/pico/lib/
H A Dpicopr.c246 pr_ioItemPtr rit; member in struct:pr_WorkItem
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 218 milliseconds