HomeSort by relevance Sort by last modified time
    Searched defs:potentials (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 438 const std::vector<Candidate>& potentials = port->candidates(); local
439 for (size_t i = 0; i < potentials.size(); ++i) {
441 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue))
444 candidates.push_back(potentials[i]);
460 const std::vector<Candidate>& potentials = it->port->candidates(); local
461 for (size_t i = 0; i < potentials.size(); ++i) {
463 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue))
466 candidates.push_back(potentials[i]);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 597 const std::vector<Candidate>& potentials = it->port()->Candidates(); local
598 for (size_t i = 0; i < potentials.size(); ++i) {
600 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue))
603 candidates.push_back(potentials[i]);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 

Completed in 2395 milliseconds