Searched refs:feature (Results 151 - 175 of 364) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/common/
H A Dfeature_switch.h18 // A switch that can turn a feature on or off. Typically controlled via
47 ScopedOverride(FeatureSwitch* feature, bool override_value);
55 // |switch_name| can be NULL, in which case the feature is controlled solely
H A Dextension_api.cc21 #include "extensions/common/features/feature.h"
285 Feature* feature = GetFeatureDependency(full_name); local
286 if (!feature) {
288 std::string("Unknown feature: ") + full_name);
290 return feature->IsAvailableToContext(extension, context, url);
358 Feature* feature = provider->second->GetFeature(feature_name);
359 // Try getting the feature for the parent API, if this was a child.
360 if (!feature) {
362 feature = provider->second->GetFeature(
365 return feature;
[all...]
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.h55 PP_PDFFeature feature);
H A Dpdf.cc145 PP_PDFFeature feature) {
148 instance.pp_instance(), feature));
144 IsFeatureEnabled(const InstanceHandle& instance, PP_PDFFeature feature) argument
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.h53 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) OVERRIDE;
H A Dpdf_resource.cc148 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) { argument
150 switch (feature) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DUnpackUpdateJars.java69 File feature = features[i];
70 if (feature.getName().endsWith(".jar")) {
71 String fileName = feature.getName();
74 unzip(feature, unPackedFeature);
75 getUnpackedPluginList(new File(unPackedFeature,"feature.xml"));
179 // Get feature attributes
/external/freetype/src/autofit/
H A Dhbshim.c43 * auto-hinter `coverage' is represented by one `feature', and a
44 * feature consists of an arbitrary number of (font specific) `lookup's
197 /* get output coverage of GSUB feature */
228 /* get input coverage of GPOS feature */
246 * covered by the feature only. In case there is not a single zone
296 * agnostic of OpenType features after the feature analysis has been
300 * Consider the superscript feature of font `pala.ttf': Some of the
303 * position (this is, the `sups' feature is present in both the GSUB and
305 * feature's y offset so that the `real' glyphs get correct hints. But
307 * say, the small caps or superscript feature
428 const hb_feature_t* feature; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Duhid.h101 struct uhid_feature_req feature; member in union:uhid_event::__anon23451
/external/lldb/scripts/Python/interface/
H A DSBModule.i12 %feature("docstring",
114 %feature("docstring", "
129 %feature("docstring", "
152 %feature("docstring", "Returns the UUID of the module as a Python string."
198 %feature("docstring", "
230 %feature("docstring", "
249 %feature("docstring", "
272 %feature("docstring", "
H A DSBFunction.i12 %feature("docstring",
H A DSBListener.i12 %feature("docstring",
H A DSBSection.i12 %feature("docstring",
H A DSBSymbol.i12 %feature("docstring",
H A DSBSymbolContext.i12 %feature("docstring",
H A DSBValueList.i12 %feature("docstring",
/external/llvm/test/MC/ARM/
H A Darm-thumb-trustzone.s8 @ active and that it rejects them when this feature is not enabled
H A Darm-trustzone.s8 @ active and that it rejects them when this feature is not enabled
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DUseCounter.h532 // "count" sets the bit for this feature to 1. Repeated calls are ignored.
540 // "countDeprecation" sets the bit for this feature to 1, and sends a deprecation
568 bool recordMeasurement(Feature feature) argument
572 ASSERT(feature != PageDestruction); // PageDestruction is reserved as a scaling factor.
573 ASSERT(feature < NumberOfFeatures);
579 if (m_countBits->quickGet(feature))
582 m_countBits->quickSet(feature);
/external/smack/src/org/jivesoftware/smackx/
H A DServiceDiscoveryManager.java247 // To add a new feature as supported use the #addFeature message
384 * Registers that a new feature is supported by this XMPP entity. When this client is
392 * @param feature the feature to register as supported.
394 public void addFeature(String feature) { argument
396 features.add(feature);
402 * Removes the specified feature from the supported features by this XMPP entity.<p>
407 * @param feature the feature to remove from the supported features.
409 public void removeFeature(String feature) { argument
422 includesFeature(String feature) argument
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl.h50 // from blacklisting of an entire feature.
64 virtual bool IsFeatureBlacklisted(int feature) const OVERRIDE;
101 // Insert disable-feature switches corresponding to preliminary gpu feature
178 bool IsDriverBugWorkaroundActive(int feature) const;
H A Dgpu_data_manager_impl.cc27 bool GpuDataManagerImpl::IsFeatureBlacklisted(int feature) const {
29 return private_->IsFeatureBlacklisted(feature);
32 bool GpuDataManagerImpl::IsDriverBugWorkaroundActive(int feature) const {
34 return private_->IsDriverBugWorkaroundActive(feature);
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_thunk.cc120 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) { argument
124 return enter.functions()->IsFeatureEnabled(feature);
/external/chromium_org/v8/test/cctest/compiler/
H A Dinstruction-selector-tester.h45 void SelectInstructions(CpuFeature feature) { argument
46 SelectInstructions(InstructionSelector::Features(feature));
/external/lldb/scripts/
H A Dlldb.swig38 %feature("autodoc", "1");

Completed in 594 milliseconds

1234567891011>>