Searched defs:features (Results 51 - 75 of 205) sorted by relevance

123456789

/external/skia/src/core/
H A DSkUtilsArm.cpp20 // cpu-features helper library to detect NEON at runtime. See
32 # include <cpu-features.h>
35 // Set NEON_DEBUG to 1 to allow debugging of the CPU features probing.
139 const char features[] = "\nFeatures\t"; local
140 const size_t features_len = sizeof(features)-1;
143 features, features_len);
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_sdp.c89 tBTA_HF_CLIENT_FEAT features, UINT32 sdp_handle)
131 /* add features */
132 if (features & BTA_HF_CLIENT_FEAT_ECNR)
135 if (features & BTA_HF_CLIENT_FEAT_3WAY)
138 if (features & BTA_HF_CLIENT_FEAT_CLI)
141 if (features & BTA_HF_CLIENT_FEAT_VREC)
144 if (features & BTA_HF_CLIENT_FEAT_VOL)
148 if (features & BTA_HF_CLIENT_FEAT_CODEC)
179 p_data->api_register.features,
257 /* get features */
88 bta_hf_client_add_record(char *p_service_name, UINT8 scn, tBTA_HF_CLIENT_FEAT features, UINT32 sdp_handle) argument
[all...]
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_api.c93 /* get supported features */
97 a2d_svc.features = p_attr->attr_value.v.u16;
157 ** features: Profile supported features.
170 UINT16 features, UINT32 sdp_handle)
203 if (features != 0)
206 UINT16_TO_BE_STREAM(p, features);
169 A2D_AddRecord(UINT16 service_uuid, char *p_service_name, char *p_provider_name, UINT16 features, UINT32 sdp_handle) argument
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c53 ** features - Remote device's features (up to 3 pages). NULL if not known
62 UINT8 *features, UINT32 trusted_mask[],
115 if (features)
117 memcpy (p_dev_rec->features, features, sizeof (p_dev_rec->features));
122 if (p_dev_rec->features[i][j] != 0)
136 memset (p_dev_rec->features, 0, sizeof (p_dev_rec->features));
61 BTM_SecAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *features, UINT32 trusted_mask[], LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap) argument
[all...]
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dfeatures.cc5 #include "chrome/renderer/safe_browsing/features.h"
24 // too small, or there is a bug causing too many features to be added.
32 // We only expect features in the range [0.0, 1.0], so fail if the feature is
49 namespace features { namespace in namespace:safe_browsing
50 // URL host features
56 // URL host aggregate features
60 // URL path features
63 // DOM HTML form features
71 // DOM HTML link features
76 // DOM HTML script features
[all...]
H A Dphishing_classifier_browsertest.cc17 #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,
115 RunPhishingClassifier(const base::string16* page_text, float* phishy_score, FeatureMap* features) argument
127 DoRunPhishingClassifier(const base::string16* page_text, float* phishy_score, FeatureMap* features, ClientPhishingRequest* verdict) argument
232 FeatureMap features; local
[all...]
H A Dphishing_dom_feature_extractor_browsertest.cc23 #include "chrome/renderer/safe_browsing/features.h"
94 bool ExtractFeatures(FeatureMap* features) { argument
99 features));
103 void ExtractFeaturesInternal(FeatureMap* features) { argument
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...]
H A Dphishing_term_feature_extractor.cc21 #include "chrome/renderer/safe_browsing/features.h"
110 FeatureMap* features,
121 features_ = features;
242 // Add features for any hashes that match page_term_hashes_.
247 features_->AddBooleanFeature(features::kPageTerm + it->second);
108 ExtractFeatures( const base::string16* page_text, FeatureMap* features, std::set<uint32>* shingle_hashes, const DoneCallback& done_callback) argument
/external/chromium_org/gpu/config/
H A Dgpu_control_list_unittest.cc75 std::set<int> features = control_list->MakeDecision( local
77 EXPECT_EMPTY_SET(features);
81 // Empty list: all features are allowed.
95 std::set<int> features = control_list->MakeDecision( local
97 EXPECT_EMPTY_SET(features);
122 "features": [
132 std::set<int> features = control_list->MakeDecision( local
134 EXPECT_SINGLE_FEATURE(features, TEST_FEATURE_0);
140 features = control_list->MakeDecision(
142 EXPECT_SINGLE_FEATURE(features, TEST_FEATURE_
171 std::set<int> features = control_list->MakeDecision( local
282 std::set<int> features = control_list->MakeDecision( local
321 std::set<int> features = control_list->MakeDecision( local
369 std::set<int> features = control_list->MakeDecision( local
436 std::set<int> features = control_list->MakeDecision( local
485 std::set<int> features = control_list->MakeDecision( local
531 std::set<int> features = control_list->MakeDecision( local
569 std::set<int> features = control_list->MakeDecision( local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DScopedStyleResolver.cpp83 void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const argument
88 features.add(contents->ruleSet().features());
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWindowFeatures.cpp33 // Though isspace() considers \t and \v to be whitespace, Win IE doesn't when parsing window features.
39 WindowFeatures::WindowFeatures(const String& features) argument
53 The IE rule is: all features except for channelmode and fullscreen default to YES, but
54 if the user specifies a feature string, all features default to NO. (There is no public
61 if (features.isEmpty()) {
80 String buffer = features.lower();
177 DialogFeaturesMap features; local
178 parseDialogFeatures(dialogFeaturesString, features);
182 // The following features from Microsoft's documentation are not implemented:
186 // - dialogHide: trusted && boolFeature(features, "dialoghid
214 boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue) argument
223 floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shape-plan.cc125 hb_feature_t *features = NULL; local
131 if (num_user_features && !(features = (hb_feature_t *) malloc (num_user_features * sizeof (hb_feature_t))))
134 free (features);
145 shape_plan->user_features = features;
147 memcpy (features, user_features, num_user_features * sizeof (hb_feature_t));
275 * @features: (array length=num_features):
288 const hb_feature_t *features,
308 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \
456 /* Don't add the plan to the cache if there were user features with non-global ranges */
285 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
H A Dhb-shape.cc336 * @features: (array length=num_features):
349 const hb_feature_t *features,
358 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list);
359 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
371 * @features: (array length=num_features):
381 const hb_feature_t *features,
384 hb_shape_full (font, buffer, features, num_features, NULL);
379 hb_shape(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dmucroomdiscoverytask_unittest.cc47 const std::set<std::string>& features,
52 last_features = features;
43 OnResult(buzz::MucRoomDiscoveryTask* task, bool exists, const std::string& name, const std::string& conversation_id, const std::set<std::string>& features, const std::map<std::string, std::string>& extended_info) argument
/external/chromium_org/v8/test/cctest/compiler/
H A Dinstruction-selector-tester.h57 void SelectInstructions(InstructionSelector::Features features, argument
66 InstructionSelector selector(&sequence, &source_positions, features);
/external/e2fsprogs/lib/ext2fs/
H A Dopenfs.c86 * features aren't supported.
100 __u32 features; local
221 features = fs->super->s_feature_incompat;
224 features &= ~EXT2_LIB_SOFTSUPP_INCOMPAT;
226 if (features & ~EXT2_LIB_FEATURE_INCOMPAT_SUPP) {
231 features = fs->super->s_feature_ro_compat;
234 features &= ~EXT2_LIB_SOFTSUPP_RO_COMPAT;
237 (features & ~EXT2_LIB_FEATURE_RO_COMPAT_SUPP)) {
/external/freetype/src/autofit/
H A Dhbshim.c5 /* HarfBuzz interface for accessing OpenType features (body). */
46 * specification for more details on features and lookups.
138 /* and a new set of features. */
293 * Various OpenType features might use the same glyphs at different
296 * agnostic of OpenType features after the feature analysis has been
313 * (a) glyphs that get used in multiple features are present in a
322 * using OpenType features, so this assumption is rather strong.
325 * missed. However, the OpenType features we are going to handle are
333 * Complex scripts like Devanagari have mandatory GPOS features to
389 /* construct HarfBuzz features */
412 static const hb_feature_t* features[] = variable
[all...]
/external/harfbuzz_ng/src/
H A Dhb-shape-plan.cc108 hb_feature_t *features = NULL; local
114 if (num_user_features && !(features = (hb_feature_t *) malloc (num_user_features * sizeof (hb_feature_t))))
117 free (features);
128 shape_plan->user_features = features;
130 memcpy (features, user_features, num_user_features * sizeof (hb_feature_t));
258 * @features: (array length=num_features):
271 const hb_feature_t *features,
286 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \
428 /* Don't add the plan to the cache if there were user features with non-global ranges */
268 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
H A Dhb-shape.cc336 * @features: (array length=num_features):
349 const hb_feature_t *features,
358 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list);
359 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
371 * @features: (array length=num_features):
381 const hb_feature_t *features,
384 hb_shape_full (font, buffer, features, num_features, NULL);
379 hb_shape(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAccountManager.java108 public AccountManagerFuture<Bundle> getAuthTokenByFeatures(String accountType, String authTokenType, String[] features, Activity activity, Bundle addAccountOptions, Bundle getAuthTokenOptions, AccountManagerCallback<Bundle> callback, Handler handler) { argument
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sdp.c131 tBTA_AG_FEAT features, UINT32 sdp_handle)
180 /* add features and network */
183 network = (features & BTA_AG_FEAT_REJECT) ? 1 : 0;
187 if (features & BTA_AG_FEAT_CODEC)
190 features &= BTA_AG_SDP_FEAT_SPEC;
194 features |= 0x0020;
196 UINT16_TO_BE_FIELD(buf, features);
233 bta_ag_cb.profile[i].scn, p_data->api_register.features,
365 /* get features if HFP */
415 /* HFP initiator; get proto list and features */
130 bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn, tBTA_AG_FEAT features, UINT32 sdp_handle) argument
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c61 void BTA_AvEnable(tBTA_SEC sec_mask, tBTA_AV_FEAT features, tBTA_AV_CBACK *p_cback) argument
72 p_buf->features = features;
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c676 ** features - (output) pointer to the LMP features for the device.
685 tGAP_LMP_FEATURES *features)
690 UNUSED(features);
684 GAP_ReadLocalDeviceInfo(UINT8 *name, BD_ADDR *addr, tGAP_LMP_VERSION *verinfo, tGAP_LMP_FEATURES *features) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc166 std::map<std::string, double>* features) {
170 EXPECT_EQ(0U, features->count(feature.name()));
171 (*features)[feature.name()] = feature.value();
291 std::map<std::string, double> features; local
292 GetFeatureMap(request, &features);
294 EXPECT_EQ(12U, features.size());
295 EXPECT_DOUBLE_EQ(2.0, features[features::kUrlHistoryVisitCount]);
297 features[features
165 GetFeatureMap(const ClientPhishingRequest& request, std::map<std::string, double>* features) argument
380 std::map<std::string, double> features; local
583 std::map<std::string, double> features; local
[all...]
/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.cc145 const blink::WebWindowFeatures& features,
137 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument

Completed in 3940 milliseconds

123456789