HomeSort by relevance Sort by last modified time
    Searched full:theirs (Results 1 - 25 of 49) sorted by null

1 2

  /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...]
  /external/fmtlib/support/
update-converity-branch.py 23 output = git('merge', '-X', 'theirs', '--no-commit', 'origin/master')
  /external/clang/test/Lexer/
conflict-marker.c 25 ==== THEIRS conflict-marker.c#7
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
align.s 4 * NOTE: .even is broken on TI tools, so theirs won't align .data
  /external/v8/src/crankshaft/
hydrogen-environment-liveness.h 57 // in that simulate when the end of another live range of theirs is found).
  /system/extras/perfprofd/quipper/base/
port.h 14 // definitions of them must exactly match theirs).
  /external/r8/src/test/java/com/android/tools/r8/internal/
CompilationTestBase.java 106 DexInspector theirs = new DexInspector(Paths.get(referenceApk)); local
120 "REFERENCE\n" + error.dump(theirs, false) + "\nEND REFERENCE",
125 "REFERENCE\n" + error.dump(theirs, false) + "\nEND REFERENCE",
  /build/blueprint/
glob.go 67 // Getting the list raced with another goroutine, throw away the results and use theirs
  /frameworks/base/core/java/android/os/
UpdateLock.java 50 * locker releases theirs. The broadcast is sticky but is sent only to
  /frameworks/support/compat/java/android/support/v4/util/
SimpleArrayMap.java 602 Object theirs = map.get(key); local
604 if (theirs != null || !map.containsKey(key)) {
607 } else if (!mine.equals(theirs)) {
627 Object theirs = map.get(key); local
629 if (theirs != null || !map.containsKey(key)) {
632 } else if (!mine.equals(theirs)) {
  /external/webrtc/talk/session/media/
mediasession.cc 824 typename std::vector<C>::const_iterator theirs; local
825 for (theirs = offered_codecs.begin();
826 theirs != offered_codecs.end(); ++theirs) {
827 if (ours->Matches(*theirs)) {
829 negotiated.IntersectFeedbackParams(*theirs);
835 !theirs->GetParam(kCodecParamAssociatedPayloadType,
851 negotiated.id = theirs->id;
856 negotiated.preference = theirs->preference;
997 RtpHeaderExtension theirs; local
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DurationPicker.java 199 // The text views may still have focus so clear theirs focus which will trigger the on focus
  /external/openssh/
mux.c     [all...]
  /external/icu/icu4c/source/common/
locutil.cpp 249 // Discard ours and return theirs.
  /frameworks/base/core/java/android/util/
ArrayMap.java 731 Object theirs = map.get(key); local
733 if (theirs != null || !map.containsKey(key)) {
736 } else if (!mine.equals(theirs)) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 75 * theirs accepted.
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 79 * with properties names as keys and theirs values as values.
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 234 // Shared libraries require full package names, so don't truncate theirs.
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 58 const uint8_t* theirs = other.get(); local
61 if (mine[i] != theirs[i]) {
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd.conf.5.in 234 DNS if the domain part does not match theirs.
  /external/syslinux/gpxe/src/net/80211/
wpa.c 903 DBGC2 ( ctx, "WPA %p MIC comparison (theirs, ours):\n", ctx );
  /frameworks/base/core/java/android/app/
Fragment.java 698 final FragmentManager theirs = fragment != null ? fragment.getFragmentManager() : null; local
699 if (mine != null && theirs != null && mine != theirs) {
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
Fragment.java 541 final FragmentManager theirs = fragment != null ? fragment.getFragmentManager() : null; local
542 if (mine != null && theirs != null && mine != theirs) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 607 // This test will fail on the RI. Our direct buffers are cooler than theirs.
    [all...]

Completed in 2360 milliseconds

1 2