Searched defs:Scorer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/safe_browsing/
H A Dscorer.h27 // Scorer methods are virtual to simplify mocking of this class.
28 class Scorer { class in namespace:safe_browsing
30 virtual ~Scorer();
32 // Factory method which creates a new Scorer object by parsing the given
34 static Scorer* Create(const base::StringPiece& model_str);
69 Scorer();
86 DISALLOW_COPY_AND_ASSIGN(Scorer);
H A Dscorer.cc17 // Enum used to keep stats about the status of the Scorer creation.
50 Scorer::Scorer() {} function in class:safe_browsing::Scorer
51 Scorer::~Scorer() {}
54 Scorer* Scorer::Create(const base::StringPiece& model_str) {
55 scoped_ptr<Scorer> scorer(new Scorer());
58 DLOG(ERROR) << "Unable to parse phishing model. This Scorer objec
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 161 milliseconds