Searched refs:theirs (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntervalSet.java289 Interval theirs=null;
294 theirs = (Interval)otherIter.next();
297 //System.out.println("mine="+mine+", theirs="+theirs);
298 // CASE 1: nothing in theirs removes a chunk from mine
299 if ( theirs==null || mine.disjoint(theirs) ) {
300 // SUBCASE 1a: finished traversing theirs; keep adding mine now
301 if ( theirs==null ) {
302 // add everything in mine to difference since theirs don
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc761 typename std::vector<C>::const_iterator theirs; local
762 for (theirs = offered_codecs.begin();
763 theirs != offered_codecs.end(); ++theirs) {
764 if (ours->Matches(*theirs)) {
766 negotiated.IntersectFeedbackParams(*theirs);
771 if (!theirs->GetParam(kCodecParamAssociatedPayloadType, &apt_value)) {
777 negotiated.id = theirs->id;
782 negotiated.preference = theirs->preference;
902 RtpHeaderExtension theirs; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmxp2_32.asm273 ; much more trouble to expand/coil the loop than I did, so theirs
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 116 milliseconds