OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theirs
(Results
1 - 8
of
8
) 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
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc
269
for (AudioCodecs::const_iterator
theirs
= audio_offer->codecs().begin();
270
theirs
!= audio_offer->codecs().end(); ++
theirs
) {
271
if (ours->Matches(*
theirs
)) {
273
negotiated.id =
theirs
->id;
305
for (VideoCodecs::const_iterator
theirs
= video_offer->codecs().begin();
306
theirs
!= video_offer->codecs().end(); ++
theirs
) {
307
if (ours->Matches(*
theirs
)) {
309
negotiated.id =
theirs
->id
[
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/webkit/Tools/Scripts/
resolve-ChangeLogs
131
my ($base, $
theirs
, $ours) = @ARGV;
132
if (mergeChangeLogs($ours, $base, $
theirs
)) {
134
copy($
theirs
, $ours) or die $!;
136
exec qw(git merge-file -L
THEIRS
-L BASE -L OURS), $
theirs
, $base, $ours;
/external/qemu/distrib/sdl-1.2.12/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
42
const uint8_t*
theirs
= other.get();
local
45
if (mine[i] !=
theirs
[i]) {
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilt/common/antlr/
antlr-3.4-complete.jar
Completed in 886 milliseconds