HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 226 - 250 of 882) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/
chrome_extensions_client.cc 51 SimpleFeature* feature = new FeatureClass; local
52 feature->AddFilter(
53 scoped_ptr<SimpleFeatureFilter>(new ChromeChannelFeatureFilter(feature)));
54 return feature;
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.cc 27 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/content/public/browser/
gpu_data_manager.h 42 virtual bool IsFeatureBlacklisted(int feature) const = 0;
  /external/chromium_org/ppapi/cpp/private/
pdf.h 55 PP_PDFFeature feature);
pdf.cc 145 PP_PDFFeature feature) {
148 instance.pp_instance(), feature));
  /external/chromium_org/ppapi/proxy/
pdf_resource.h 53 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) OVERRIDE;
pdf_resource.cc 148 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) {
150 switch (feature) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 69 File feature = features[i]; local
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/
hbshim.c 43 * 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/
uhid.h 101 struct uhid_feature_req feature; member in union:uhid_event::__anon27260
  /external/lldb/scripts/Python/interface/
SBModule.i 12 %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", "
SBFunction.i 12 %feature("docstring",
  /external/llvm/test/MC/ARM/
arm-thumb-trustzone.s 8 @ active and that it rejects them when this feature is not enabled
arm-trustzone.s 8 @ active and that it rejects them when this feature is not enabled
  /frameworks/base/media/java/android/media/
MediaFormat.java 503 * feature name describing a required or optional feature for a codec capabilities
505 * The associated value is an integer, where non-0 value means the feature is
506 * requested to be present, while 0 value means the feature is requested to be not
514 public static final String KEY_FEATURE_ = "feature-";
566 * Returns whether a feature is to be enabled ({@code true}) or disabled
569 * @param feature the name of a {@link MediaCodecInfo.CodecCapabilities} feature.
571 * @throws IllegalArgumentException if the feature was neither set to be enabled
574 public boolean getFeatureEnabled(String feature) {
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 120 HashMap<String,String> feature = new HashMap<String,String>(); local
131 feature.put(CURRENT_LOCATION, mFakeLocation);
133 feature.put(CURRENT_LOCATION, location);
137 return (Map) feature;
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
uhid.h 102 struct uhid_feature_req feature; member in union:uhid_event::__anon74700
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
uhid.h 102 struct uhid_feature_req feature; member in union:uhid_event::__anon76009
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
uhid.h 102 struct uhid_feature_req feature; member in union:uhid_event::__anon77317
  /sdk/eclipse/scripts/
update_version.sh 64 features/com.android.ide.eclipse.adt.package/feature.xml ; do
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 154 Feature::Context context;
157 { "test1", false, Feature::WEB_PAGE_CONTEXT, GURL() },
158 { "test1", true, Feature::BLESSED_EXTENSION_CONTEXT, GURL() },
159 { "test1", true, Feature::UNBLESSED_EXTENSION_CONTEXT, GURL() },
160 { "test1", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() },
161 { "test2", true, Feature::WEB_PAGE_CONTEXT, GURL("http://google.com") },
162 { "test2", false, Feature::BLESSED_EXTENSION_CONTEXT,
164 { "test2.foo", false, Feature::WEB_PAGE_CONTEXT,
166 { "test2.foo", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() },
167 { "test3", false, Feature::WEB_PAGE_CONTEXT, GURL("http://google.com") }
691 SimpleFeature* feature; member in struct:extensions::__anon10179
699 SimpleFeature* feature = test_data[i].feature; local
742 Feature* feature = api_feature_provider.GetFeature("test"); local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
ServiceDiscoveryManager.java 247 // 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) {
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) {
    [all...]
  /build/core/combo/arch/x86/
x86.mk 1 # This file contains feature macro definitions specific to the
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 206 for (String feature: features) {
207 if (!mockFeatureList.contains(feature)) {
  /external/chromium_org/ppapi/thunk/
ppb_pdf_thunk.cc 120 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) {
124 return enter.functions()->IsFeatureEnabled(feature);

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>