Searched refs:ours (Results 1 - 2 of 2) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DXMLTokener.java342 * If we exit the loop with b intact, then victory is ours.
348 * Get the next character. If there isn't one, then defeat is ours.
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc758 typename std::vector<C>::const_iterator ours; local
759 for (ours = local_codecs.begin();
760 ours != local_codecs.end(); ++ours) {
764 if (ours->Matches(*theirs)) {
765 C negotiated = *ours;
899 RtpHeaderExtensions::const_iterator ours; local
900 for (ours = local_extensions.begin();
901 ours != local_extensions.end(); ++ours) {
[all...]

Completed in 102 milliseconds