HomeSort by relevance Sort by last modified time
    Searched refs:Candidate (Results 26 - 37 of 37) sorted by null

12

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 44 class Candidate;
49 typedef std::vector<Candidate> Candidates;
tcpport.cc 65 Connection* TCPPort::CreateConnection(const Candidate& address,
181 TCPConnection::TCPConnection(TCPPort* port, const Candidate& candidate,
183 : Connection(port, 0, candidate), socket_(socket), error_(0) {
190 candidate.address(), port->proxy(), port->user_agent(),
191 candidate.protocol() == "ssltcp");
195 << " to " << candidate.address().ToString();
200 << candidate.address().ToString();
port.cc 174 Candidate c;
510 const Candidate& remote_candidate)
525 const Candidate& Connection::local_candidate() const {
529 static Candidate foo;
756 const Candidate& local = local_candidate();
757 const Candidate& remote = remote_candidate();
875 const Candidate& candidate)
876 : Connection(port, index, candidate), error_(0) {
relayport.cc 226 for (std::vector<Candidate>::const_iterator it = candidates().begin();
268 Connection* RelayPort::CreateConnection(const Candidate& address,
282 const Candidate& local = candidates()[i];
stunport.cc 175 Connection* StunPort::CreateConnection(const Candidate& address,
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 72 // Returns the phase in which a given local candidate (or rather, the port that
73 // gave rise to that local candidate) would have been created.
74 int LocalCandidateToPhase(const cricket::Candidate& candidate) {
76 bool result = cricket::StringToProto(candidate.protocol().c_str(), &proto);
78 if (candidate.type() == cricket::LOCAL_PORT_TYPE) {
84 } else if (candidate.type() == cricket::STUN_PORT_TYPE) {
86 } else if (candidate.type() == cricket::RELAY_PORT_TYPE) {
437 std::vector<Candidate> candidates;
438 const std::vector<Candidate>& potentials = port->candidates()
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/v8/src/
mark-compact.cc 514 class Candidate {
516 Candidate() : fragmentation_(0), page_(NULL) { }
517 Candidate(int f, Page* p) : fragmentation_(f), page_(p) { }
555 Candidate candidates[kMaxMaxEvacuationCandidates];
559 Candidate* least = NULL;
611 candidates[count++] = Candidate(fragmentation, p);
622 *least = Candidate(fragmentation, p);
791 JSFunction* candidate = jsfunction_candidates_head_; local
793 while (candidate != NULL) {
794 next_candidate = GetNextCandidate(candidate);
826 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 268 milliseconds

12