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

  /external/openfst/src/include/fst/script/
reweight.h 38 vector<Weight> potentials(args->arg2.size());
41 potentials[i] = *(args->arg2[i].GetWeight<Weight>());
44 Reweight(fst, potentials, args->arg3);
  /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/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 102 milliseconds