OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theirs
(Results
1 - 11
of
11
) 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/skia/tools/
update-doxygen.sh
35
svn update --accept
theirs
-full trunk
40
svn update --accept
theirs
-full docs
/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/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc
719
typename std::vector<C>::const_iterator
theirs
;
local
720
for (
theirs
= offered_codecs.begin();
721
theirs
!= offered_codecs.end(); ++
theirs
) {
722
if (ours->Matches(*
theirs
)) {
724
negotiated.IntersectFeedbackParams(*
theirs
);
729
if (!
theirs
->GetParam(kCodecParamAssociatedPayloadType, &apt_value)) {
735
negotiated.id =
theirs
->id;
851
RtpHeaderExtension
theirs
;
local
852
if (FindByUri(offered_extensions, *ours, &
theirs
)) {
[
all
...]
/frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java
535
Object
theirs
= map.get(key);
local
537
if (
theirs
!= null || !map.containsKey(key)) {
540
} else if (!mine.equals(
theirs
)) {
/frameworks/base/core/java/android/util/
ArrayMap.java
619
Object
theirs
= map.get(key);
local
621
if (
theirs
!= null || !map.containsKey(key)) {
624
} else if (!mine.equals(
theirs
)) {
/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
57
const uint8_t*
theirs
= other.get();
local
60
if (mine[i] !=
theirs
[i]) {
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 5744 milliseconds