HomeSort by relevance Sort by last modified time
    Searched refs:theirs (Results 1 - 17 of 17) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 289 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
418 Interval theirs = (Interval)theirIntervals.get(j); local
    [all...]
  /libcore/luni/src/main/java/java/util/
AbstractMap.java 256 Object theirs = map.get(key); local
258 if (theirs != null || !map.containsKey(key)) {
261 } else if (!mine.equals(theirs)) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 761 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...]
  /frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java 545 Object theirs = map.get(key); local
547 if (theirs != null || !map.containsKey(key)) {
550 } else if (!mine.equals(theirs)) {
  /frameworks/base/core/java/android/util/
ArrayMap.java 672 Object theirs = map.get(key); local
674 if (theirs != null || !map.containsKey(key)) {
677 } else if (!mine.equals(theirs)) {
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 273 ; much more trouble to expand/coil the loop than I did, so theirs
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 58 const uint8_t* theirs = other.get(); local
61 if (mine[i] != theirs[i]) {
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1421 milliseconds