Searched refs:feature (Results 126 - 150 of 364) sorted by relevance

1234567891011>>

/external/lldb/scripts/Python/interface/
H A DSBTypeFormat.i12 %feature("docstring",
H A DSBTypeSynthetic.i12 %feature("docstring",
H A DSBBreakpoint.i12 %feature("docstring",
140 %feature("docstring", "
148 %feature("docstring", "
H A DSBTarget.i193 %feature("docstring",
267 %feature("docstring", "
351 %feature("docstring", "
394 %feature("docstring", "
418 %feature("docstring", "
443 %feature("docstring", "
472 %feature("docstring", "
559 %feature("docstring", "
594 %feature("docstring", "
613 %feature("docstrin
[all...]
H A DSBFileSpec.i12 %feature("docstring",
H A DSBInstructionList.i14 %feature("docstring",
H A DSBLineEntry.i12 %feature("docstring",
H A DSBTypeSummary.i12 %feature("docstring",
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dtype.pxd26 bint PyType_HasFeature(object o, int feature)
27 # Return true if the type object o sets the feature feature. Type
/external/chromium_org/extensions/common/
H A Dmanifest.cc14 #include "extensions/common/features/feature.h"
142 // Check every feature to see if its in the manifest. Note that this means
159 Feature* feature = manifest_feature_provider->GetFeature(*feature_name); local
160 Feature::Availability result = feature->IsAvailableToManifest(
256 Feature* feature = FeatureProvider::GetManifestFeatures()->GetFeature(key); local
257 if (!feature)
260 return feature->IsAvailableToManifest(
H A Dfeature_switch.cc107 FeatureSwitch::ScopedOverride::ScopedOverride(FeatureSwitch* feature, argument
109 : feature_(feature),
110 previous_value_(feature->GetOverrideValue()) {
/external/chromium_org/extensions/common/manifest_handlers/
H A Dpermissions_parser.cc15 #include "extensions/common/features/feature.h"
118 // associated with them are available because the feature system does not
131 // Verify feature availability of permissions.
138 Feature* feature = permission_features->GetFeature(iter->name()); local
140 // The feature should exist since we just got an APIPermission for it. The
142 DCHECK(feature) << "Could not find feature for " << iter->name();
144 if (!feature) {
150 feature->IsAvailableToExtension(extension);
156 InstallWarning(availability.message(), feature
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Denhanced_bookmarks_features.cc22 #include "extensions/common/features/feature.h"
42 extensions::Feature* feature = feature_provider->GetFeature("metricsPrivate");
43 return feature && feature->IsIdInWhitelist(ext_id);
221 // enhanced bookmark feature is turned off. This is to have some images
222 // available so that in the future, when the feature is turned on, the user
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape.cc117 const hb_feature_t *feature = &user_features[i]; local
118 map->add_feature (feature->tag, feature->value,
119 (feature->start == 0 && feature->end == (unsigned int) -1) ?
374 const hb_feature_t *feature = &c->user_features[i]; local
375 if (!(feature->start == 0 && feature->end == (unsigned int)-1)) {
377 hb_mask_t mask = map->get_mask (feature->tag, &shift);
378 buffer->set_masks (feature
[all...]
H A Dmain.cc135 printf (" No required feature\n");
137 printf (" Required feature index: %d\n",
141 printf (" %d feature(s) found in language system\n", num_features);
150 printf (" %d feature(s) found in table\n", num_features);
152 const Feature &feature = g.get_feature (n_feature); local
153 int num_lookups = feature.get_lookup_count ();
157 printf (" %d lookup(s) found in feature\n", num_lookups);
160 feature.get_lookup_index (n_lookup));
/external/harfbuzz_ng/src/
H A Dhb-ot-shape.cc117 const hb_feature_t *feature = &user_features[i]; local
118 map->add_feature (feature->tag, feature->value,
119 (feature->start == 0 && feature->end == (unsigned int) -1) ?
373 const hb_feature_t *feature = &c->user_features[i]; local
374 if (!(feature->start == 0 && feature->end == (unsigned int)-1)) {
376 hb_mask_t mask = map->get_mask (feature->tag, &shift);
377 buffer->set_masks (feature
[all...]
H A Dmain.cc135 printf (" No required feature\n");
137 printf (" Required feature index: %d\n",
141 printf (" %d feature(s) found in language system\n", num_features);
150 printf (" %d feature(s) found in table\n", num_features);
152 const Feature &feature = g.get_feature (n_feature); local
153 int num_lookups = feature.get_lookup_count ();
157 printf (" %d lookup(s) found in feature\n", num_lookups);
160 feature.get_lookup_index (n_lookup));
/external/libexif/contrib/examples/
H A Dcam_features.c71 fprintf(stdout, "unable to get feature set\n");
73 printf("camera's feature set retrieved\n");
100 int i = !xFeatures->feature[DC1394_FEATURE_WHITE_BALANCE - DC1394_FEATURE_MIN].auto_active;
102 ExifSRational xR = {xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value, xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].max};;
161 //printf("Float Value: %i\n",xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value);
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp68 MyCvHidHaarFeature feature; member in struct:MyCvHidHaarTreeNode
298 CvHaarFeature* feature = classifier->haar_feature + l; local
304 if( fabs(feature->rect[2].weight) < DBL_EPSILON ||
305 feature->rect[2].r.width == 0 ||
306 feature->rect[2].r.height == 0 )
307 memset( &(node->feature.rect[2]), 0, sizeof(node->feature.rect[2]) );
413 double sum = calc_sum(node->feature.rect[0],p_offset) * node->feature.rect[0].weight;
414 sum += calc_sum(node->feature
727 CvHaarFeature* feature = local
[all...]
/external/e2fsprogs/lib/e2p/
H A DAndroid.mk4 feature.c \
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp248 const FeatureTable* feature(uint16_t index, OpenType::Tag tag, const SharedBuffer& buffer) const function in struct:blink::OpenType::FeatureList
274 const FeatureTable* feature(OpenType::Tag featureTag, const FeatureList* features, const SharedBuffer& buffer) const function in struct:blink::OpenType::LangSysTable
280 const FeatureTable* featureTable = features->feature(featureIndex[i], featureTag, buffer);
367 const FeatureTable* feature(OpenType::Tag featureTag, const SharedBuffer& buffer) const function in struct:blink::OpenType::GSUBTable
373 const FeatureTable* feature = 0; local
375 feature = langSys->feature(featureTag, features, buffer);
376 if (!feature) {
378 // have the requested feature, then use the first matching feature directl
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DToken.pm5 use feature qw( state );
/external/bison/src/
H A Dgetargs.h137 enum feature enum
139 feature_none = 0, /**< No additional feature. */
/external/chromium_org/chrome/common/extensions/
H A Dchrome_extensions_client.cc64 SimpleFeature* feature = new FeatureClass; local
65 feature->AddFilter(
66 scoped_ptr<SimpleFeatureFilter>(new ChromeChannelFeatureFilter(feature)));
67 return feature;
/external/chromium_org/content/public/browser/
H A Dgpu_data_manager.h42 virtual bool IsFeatureBlacklisted(int feature) const = 0;

Completed in 548 milliseconds

1234567891011>>