HomeSort by relevance Sort by last modified time
    Searched full:tiebreaker (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h 54 // Methods to set/get ICE role and tiebreaker values.
58 virtual void SetIceTiebreaker(uint64 tiebreaker);
portproxy.cc 60 // Methods to set/get ICE role and tiebreaker values.
71 void PortProxy::SetIceTiebreaker(uint64 tiebreaker) {
73 impl_->SetIceTiebreaker(tiebreaker);
portinterface.h 67 // Methods to set/get ICE role and tiebreaker values.
71 virtual void SetIceTiebreaker(uint64 tiebreaker) = 0;
dtlstransportchannel.h 193 virtual void SetIceTiebreaker(uint64 tiebreaker) {
194 channel_->SetIceTiebreaker(tiebreaker);
rawtransportchannel.h 99 virtual void SetIceTiebreaker(uint64 tiebreaker) {}
transportchannelimpl.h 55 virtual void SetIceTiebreaker(uint64 tiebreaker) = 0;
fakesession.h 103 virtual void SetIceTiebreaker(uint64 tiebreaker) { tiebreaker_ = tiebreaker; }
p2ptransportchannel.h 81 virtual void SetIceTiebreaker(uint64 tiebreaker);
port.h 141 // Methods to set/get ICE role and tiebreaker values.
145 void SetIceTiebreaker(uint64 tiebreaker) { tiebreaker_ = tiebreaker; }
p2ptransportchannel_unittest.cc 228 void SetIceTiebreaker(uint64 tiebreaker) { tiebreaker_ = tiebreaker; }
401 void SetIceTiebreaker(int endpoint, uint64 tiebreaker) {
402 GetEndpoint(endpoint)->SetIceTiebreaker(tiebreaker);
575 // has higher tiebreaker value, channel1 should receive SignalRoleConflict.
    [all...]
transport_unittest.cc 142 // role, tiebreaker and remote ice mode and credentials after offer and
p2ptransportchannel.cc 229 void P2PTransportChannel::SetIceTiebreaker(uint64 tiebreaker) {
233 << "Attempt to change tiebreaker after Port has been allocated.";
237 tiebreaker_ = tiebreaker;
    [all...]
port_unittest.cc 552 int tiebreaker) {
556 port->SetIceTiebreaker(tiebreaker);
    [all...]
port.cc 506 // tiebreaker value this must be a loopback call.
    [all...]
  /external/skia/tools/
skdiff.h 160 /// sort beforehand, and a tiebreaker if the sortProc returns 0.
177 // Tiebreaker... if we got to this point, we don't really care
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 8 * as a tiebreaker. These are marked with OVERRIDE.
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options_widgets.css 8 * as a tiebreaker. These are marked with OVERRIDE.
  /external/chromium_org/ui/webui/resources/css/
widgets.css 7 * as a tiebreaker. These are marked with OVERRIDE. */
  /libcore/luni/src/main/java/java/text/
Collator.java 52 * strength is used as a tiebreaker. The Unicode code point values of the NFD
  /external/chromium/base/
tracked_objects.h 459 // to ignore the tiebreaker when doing Equivalent() testing.
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 338 milliseconds