/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_classifier_browsertest.cc | 17 #include "chrome/renderer/safe_browsing/features.h" 48 : url_tld_token_net_(features::kUrlTldToken + std::string("net")), 49 page_link_domain_phishing_(features::kPageLinkDomain + 51 page_term_login_(features::kPageTerm + std::string("login")) { 71 model.add_hashes(crypto::SHA256HashString(features::kUrlTldToken + 73 model.add_hashes(crypto::SHA256HashString(features::kPageLinkDomain + 75 model.add_hashes(crypto::SHA256HashString(features::kPageTerm + 85 // if all of the listed features are present. 117 FeatureMap* features) { 123 page_text, phishy_score, features, &verdict)) 232 FeatureMap features; local [all...] |
phishing_dom_feature_extractor_browsertest.cc | 23 #include "chrome/renderer/safe_browsing/features.h" 94 bool ExtractFeatures(FeatureMap* features) { 99 features)); 103 void ExtractFeaturesInternal(FeatureMap* features) { 107 features, 194 expected_features.AddBooleanFeature(features::kPageHasForms); 195 expected_features.AddRealFeature(features::kPageActionOtherDomainFreq, 0.25); 196 expected_features.AddBooleanFeature(features::kPageHasTextInputs); 197 expected_features.AddBooleanFeature(features::kPageHasCheckInputs); 199 FeatureMap features; local 254 FeatureMap features; local 303 FeatureMap features; local 381 FeatureMap features; local 448 FeatureMap features; local 511 FeatureMap features; local [all...] |
phishing_url_feature_extractor.cc | 16 #include "chrome/renderer/safe_browsing/features.h" 27 FeatureMap* features) { 30 if (!features->AddBooleanFeature(features::kUrlHostIsIpAddress)) 38 // the features in the model. 55 if (!features->AddBooleanFeature(features::kUrlTldToken + 71 if (!features->AddBooleanFeature(features::kUrlDomainToken + 79 if (!features->AddBooleanFeature(features::kUrlOtherHostToken + *it) [all...] |
phishing_url_feature_extractor.h | 5 // PhishingUrlFeatureExtractor handles computing URL-based features for 7 // host and path, features pertaining to host length, and IP addresses. 27 // Extracts features for |url| into the given feature map. 29 bool ExtractFeatures(const GURL& url, FeatureMap* features);
|
/external/e2fsprogs/misc/ |
mke2fs.conf.in | 11 features = has_journal 14 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize 19 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
|
mke2fs-hurd.conf | 11 features = has_journal 14 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
|
/external/e2fsprogs/tests/ |
mke2fs.conf.in | 14 features = has_journal 17 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize 21 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
|
/external/chromium_org/gpu/config/ |
gpu_driver_bug_list_json.cc | 8 // The supported "features" can be found in 34 "features": [ 48 "features": [ 64 "features": [ 80 "features": [ 100 "features": [ 119 "features": [ 131 "features": [ 147 "features": [ 163 "features": [all...] |
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_feature_matching.h | 119 * Match two sets of features. 120 * If the prewarp H is not NULL it will be applied to the features 129 * \param x_l left x coordinates of features 130 * \param y_l left y coordinates of features 131 * \param nr_l number of features in left image 132 * \param x_r right x coordinates of features 133 * \param y_r right y coordinates of features 134 * \param nr_r number of features in right image 135 * \param id_l indices of left features that matched 136 * \param id_r indices of right features that matche [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
QueuePeekTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER; 20 import static com.google.common.collect.testing.features.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize;
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 119 * Match two sets of features. 120 * If the prewarp H is not NULL it will be applied to the features 129 * \param x_l left x coordinates of features 130 * \param y_l left y coordinates of features 131 * \param nr_l number of features in left image 132 * \param x_r right x coordinates of features 133 * \param y_r right y coordinates of features 134 * \param nr_r number of features in right image 135 * \param id_l indices of left features that matched 136 * \param id_r indices of right features that matche [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 119 * Match two sets of features. 120 * If the prewarp H is not NULL it will be applied to the features 129 * \param x_l left x coordinates of features 130 * \param y_l left y coordinates of features 131 * \param nr_l number of features in left image 132 * \param x_r right x coordinates of features 133 * \param y_r right y coordinates of features 134 * \param nr_r number of features in right image 135 * \param id_l indices of left features that matched 136 * \param id_r indices of right features that matche [all...] |
/art/test/083-compiler-regressions/ |
info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/external/chromium_org/apps/shell/common/api/ |
_api_features.json | 5 // This features file defines extension APIs implemented under src/apps/shell. 6 // See extensions/common/features/* to understand this file, in particular
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
RuntimeEnabledFeatures.cpp.tmpl | 12 {% for feature in features if feature.status == feature_set %} 18 {% for feature in features if not feature.custom %}
|
/external/jsoncpp/include/json/ |
forwards.h | 22 // features.h 23 class Features;
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/ |
libslang.h | 6 * has on features.h. 8 #include <features.h>
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
TimeStatsAggregator.java | 80 HashMap<String, String> features = local 82 if (features.containsKey(featureName)) { 83 feature.put(featureName, features.get(featureName)); 135 HashMap<String, String> features = new HashMap<String, String>(); local 143 features.put(PERIOD_OF_DAY, DAYTIME); 145 features.put(PERIOD_OF_DAY, NIGHTTIME); 147 features.put(TIME_OF_DAY, mFakeTimeOfDay); 149 features.put(PERIOD_OF_DAY, getPeriodOfDay(time.hour)); 150 features.put(TIME_OF_DAY, getTimeOfDay(time.hour)); 154 features.put(DAY_OF_WEEK, mFakeDayOfWeek) [all...] |
FeatureAssembly.java | 54 public boolean registerFeaturePair(String[] features) { 55 if (features.length != 2 || 56 !mPossibleFeatures.contains(features[0]) || 57 !mPossibleFeatures.contains(features[1])) { 60 mUseFeatures.add(features[0]); 61 mUseFeatures.add(features[1]); 62 mUsePairedFeatures.add(Pair.create(features[0], features[1])); 77 Map<String, String> features = mAggregatorManager.getDataMap(f); local 80 if (features.size() > 1) [all...] |
/sdk/eclipse/artifacts/bundles/ |
category.xml | 6 <feature url="features/com.android.ide.eclipse.ddms_23.0.2.qualifier.jar" id="com.android.ide.eclipse.ddms.feature" version="23.0.2.qualifier"> 9 <feature url="features/com.android.ide.eclipse.hierarchyviewer_23.0.2.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer.feature" version="23.0.2.qualifier"> 12 <feature url="features/com.android.ide.eclipse.traceview_23.0.2.qualifier.jar" id="com.android.ide.eclipse.traceview.feature" version="23.0.2.qualifier"> 15 <feature url="features/com.android.ide.eclipse.gldebugger_23.0.2.qualifier.jar" id="com.android.ide.eclipse.gldebugger.feature" version="23.0.2.qualifier"> 18 <feature url="features/com.android.ide.eclipse.adt_23.0.2.qualifier.jar" id="com.android.ide.eclipse.adt.feature" version="23.0.2.qualifier"> 21 <feature url="features/com.android.ide.eclipse.adt.package_23.0.2.qualifier.jar" id="com.android.ide.eclipse.adt.package.feature" version="23.0.2.qualifier"> 24 <feature url="features/com.android.ide.eclipse.ndk_23.0.2.qualifier.jar" id="com.android.ide.eclipse.ndk.feature" version="23.0.2.qualifier"> 29 Features that add Android support to Eclipse for application developers.
|
/development/samples/browseable/LNotifications/ |
_index.jd | 7 This sample demonstrates how new features for notifications introduced in Android L
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/ |
manifest.json | 3 "description": "Shows some of the features of the Context Menus API using an event page",
|
/external/chromium_org/device/udev_linux/ |
BUILD.gn | 5 import("//build/config/features.gni")
|
/external/chromium_org/extensions/common/features/ |
complex_feature.h | 13 #include "extensions/common/features/feature.h" 18 // A ComplexFeature is composed of one or many Features. A ComplexFeature 20 // available, but not if only some combination of Features is available. 25 explicit ComplexFeature(scoped_ptr<FeatureList> features);
|
/external/chromium_org/third_party/libyuv/unit_test/testdata/ |
arm_v7.txt | 3 Features : swp half thumb fastmult vfp edsp iwmmxt thumbee vfpv3 vfpv3d16
|