Home
last modified time | relevance | path

Searched refs:FeatureMap (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/chrome/renderer/safe_browsing/
Dfeatures.cc12 const size_t FeatureMap::kMaxFeatureMapSize = 10000;
14 FeatureMap::FeatureMap() {} in FeatureMap() function in safe_browsing::FeatureMap
15 FeatureMap::~FeatureMap() {} in ~FeatureMap()
17 bool FeatureMap::AddBooleanFeature(const std::string& name) { in AddBooleanFeature()
21 bool FeatureMap::AddRealFeature(const std::string& name, double value) { in AddRealFeature()
45 void FeatureMap::Clear() { in Clear()
Dfeatures_unittest.cc15 FeatureMap features; in TEST()
16 for (size_t i = 0; i < FeatureMap::kMaxFeatureMapSize; ++i) { in TEST()
20 EXPECT_EQ(FeatureMap::kMaxFeatureMapSize, features.features().size()); in TEST()
27 EXPECT_EQ(FeatureMap::kMaxFeatureMapSize, features.features().size()); in TEST()
31 FeatureMap features; in TEST()
38 FeatureMap expected_features; in TEST()
Dfeatures.h36 class FeatureMap {
38 FeatureMap();
39 ~FeatureMap();
68 DISALLOW_COPY_AND_ASSIGN(FeatureMap);
Dtest_utils.h9 class FeatureMap; variable
14 void ExpectFeatureMapsAreEqual(const FeatureMap& first,
15 const FeatureMap& second);
Dphishing_dom_feature_extractor_browsertest.cc94 bool ExtractFeatures(FeatureMap* features) { in ExtractFeatures()
103 void ExtractFeaturesInternal(FeatureMap* features) { in ExtractFeaturesInternal()
193 FeatureMap expected_features; in IN_PROC_BROWSER_TEST_F()
199 FeatureMap features; in IN_PROC_BROWSER_TEST_F()
248 FeatureMap expected_features; in IN_PROC_BROWSER_TEST_F()
254 FeatureMap features; in IN_PROC_BROWSER_TEST_F()
300 FeatureMap expected_features; in IN_PROC_BROWSER_TEST_F()
303 FeatureMap features; in IN_PROC_BROWSER_TEST_F()
365 FeatureMap expected_features; in IN_PROC_BROWSER_TEST_F()
381 FeatureMap features; in IN_PROC_BROWSER_TEST_F()
[all …]
Dscorer.h25 class FeatureMap; variable
39 virtual double ComputeScore(const FeatureMap& features) const;
80 const FeatureMap& features) const;
Dphishing_term_feature_extractor.h32 class FeatureMap; variable
81 FeatureMap* features,
153 FeatureMap* features_; // The caller keeps ownership of this.
Dphishing_dom_feature_extractor.h33 class FeatureMap; variable
57 void ExtractFeatures(FeatureMap* features, const DoneCallback& done_callback);
133 FeatureMap* features_; // The caller keeps ownership of this.
Dtest_utils.cc15 void ExpectFeatureMapsAreEqual(const FeatureMap& first, in ExpectFeatureMapsAreEqual()
16 const FeatureMap& second) { in ExpectFeatureMapsAreEqual()
Dphishing_url_feature_extractor.h20 class FeatureMap; variable
29 bool ExtractFeatures(const GURL& url, FeatureMap* features);
Dphishing_term_feature_extractor_unittest.cc91 FeatureMap* features, in ExtractFeatures()
105 FeatureMap* features, in PartialExtractFeatures()
144 FeatureMap expected_features; // initially empty in TEST_F()
147 FeatureMap features; in TEST_F()
328 FeatureMap expected_features; in TEST_F()
389 FeatureMap features; in TEST_F()
439 FeatureMap features; in TEST_F()
458 FeatureMap expected_features; in TEST_F()
Dphishing_classifier.h36 class FeatureMap; variable
139 scoped_ptr<FeatureMap> features_;
Dscorer.cc78 double Scorer::ComputeScore(const FeatureMap& features) const { in ComputeScore()
115 const FeatureMap& features) const { in ComputeRuleScore()
Dphishing_url_feature_extractor_unittest.cc32 FeatureMap expected_features; in TEST_F()
41 FeatureMap features; in TEST_F()
Dphishing_classifier_browsertest.cc117 FeatureMap* features) { in RunPhishingClassifier()
129 FeatureMap* features, in DoRunPhishingClassifier()
232 FeatureMap features; in IN_PROC_BROWSER_TEST_F()
Dphishing_classifier.cc134 features_.reset(new FeatureMap); in BeginFeatureExtraction()
189 FeatureMap hashed_features; in TermExtractionFinished()
/external/chromium_org/extensions/common/features/
Dbase_feature_provider.cc123 for (FeatureMap::const_iterator iter = features_.begin(); in GetAllFeatureNames()
134 FeatureMap::const_iterator iter = features_.find(name); in GetFeature()
159 const FeatureMap::const_iterator first_child = features_.lower_bound(prefix); in GetChildren()
163 const FeatureMap::const_iterator after_children = in GetChildren()
168 for (FeatureMap::const_iterator it = first_child; it != after_children; in GetChildren()
Dbase_feature_provider.h39 typedef std::map<std::string, linked_ptr<Feature> > FeatureMap; typedef
40 FeatureMap features_;
/external/chromium_org/gpu/config/
Dgpu_control_list.h245 typedef base::hash_map<std::string, int> FeatureMap; typedef
254 const FeatureMap& feature_map,
292 const FeatureMap& feature_map,
399 const FeatureMap& feature_map,
419 const FeatureMap& feature_map);
478 FeatureMap feature_map_;
/external/icu/icu4c/source/layout/
DOpenTypeTables.h44 struct FeatureMap struct
DGlyphSubstitutionTables.cpp27 const FeatureMap *featureMap, in process()
DGlyphSubstitutionTables.h35 const FeatureMap *featureMap,
DGlyphPosnLookupProc.h32 const FeatureMap *featureMap,
DArabicShaping.cpp89 static const FeatureMap featureMap[] = {
107 const FeatureMap *ArabicShaping::getFeatureMap(le_int32 &count) in getFeatureMap()
DGlyphSubstLookupProc.h34 const FeatureMap *featureMap,

12