OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theirs
(Results
1 - 4
of
4
) sorted by null
/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
Completed in 134 milliseconds