HomeSort by relevance Sort by last modified time
    Searched refs:Feature (Results 251 - 275 of 310) sorted by null

<<111213

  /external/chromium_org/remoting/webapp/
host_native_messaging.js 37 /** @type {Array.<remoting.HostController.Feature>} @private */
84 * @param {remoting.HostController.Feature} feature The feature to test for.
85 * @return {boolean} True if the implementation supports the named feature.
87 remoting.HostNativeMessaging.prototype.hasFeature = function(feature) {
88 return this.supportedFeatures_.indexOf(feature) >= 0;
host_dispatcher.js 69 * @param {remoting.HostController.Feature} feature The feature to test for.
74 feature, onDone) {
78 this.hasFeature.bind(this, feature, onDone));
81 onDone(this.nativeMessagingHost_.hasFeature(feature));
client_session.js 507 // Show the Send Keys menu only if the plugin has the injectKeyEvent feature,
510 remoting.ClientPlugin.Feature.INJECT_KEY_EVENT)) {
519 if (this.plugin_.hasFeature(remoting.ClientPlugin.Feature.REMAP_KEY)) {
529 remoting.ClientPlugin.Feature.MEDIA_SOURCE_RENDERING)) {
950 if (this.plugin_.hasFeature(remoting.ClientPlugin.Feature.THIRD_PARTY_AUTH)) {
963 remoting.ClientPlugin.Feature.ASYNC_PIN)) {
    [all...]
remoting.js 265 * @param {boolean} response True if the feature is present.
288 remoting.HostController.Feature.PAIRING_REGISTRY, onHasFeatureResponse);
  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 464 !capabilities.supports(CameraCapabilities.Feature.ZOOM)) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 412 const OT::Feature &f = g.get_feature (feature_index);
747 const OT::Feature &f = gpos.get_feature (i);
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 431 const OT::Feature &f = g.get_feature (feature_index);
767 const OT::Feature &f = gpos.get_feature (i);
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 79 ClientPhishingRequest::Feature* feature = local
81 feature->set_name(feature_name);
82 feature->set_value(feature_value);
83 VLOG(2) << "Browser feature: " << feature->name() << " " << feature->value();
141 // events. For now we'll just attach a feature specifying that this is
browser_feature_extractor_unittest.cc 167 const ClientPhishingRequest::Feature& feature = local
169 EXPECT_EQ(0U, features->count(feature.name()));
170 (*features)[feature.name()] = feature.value();
175 // Feature extraction takes ownership of the request object
205 int num_pending_; // Number of pending feature extractions.
386 // We shouldn't have a feature for the last redirect in the chain, since it
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputType.cpp 948 void InputType::countUsageIfVisible(UseCounter::Feature feature) const
952 UseCounter::count(element().document(), feature);
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 806 enum Feature
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.cpp 114 static UseCounter::Feature getUseCounterType(ContentSecurityPolicyHeaderType type)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/fonttools/Lib/fontTools/
subset.py 884 @_add_method(otTables.Feature)
894 @_add_method(otTables.Feature)
901 # Note: Never ever drop feature 'pref', even if it's empty.
903 # feature. See thread at:
906 if (f.Feature.subset_lookups(lookup_indices) or
913 return _uniq_sort(sum((self.FeatureRecord[i].Feature.collect_lookups()
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 89 // mnemonic and will check if the target feature for this mnemonic also
562 /// feature which participates in instruction matching.
564 /// \brief The predicate record for this feature.
567 /// \brief An unique index assigned to represent this feature.
572 /// \brief The name of the enumerated constant identifying this feature.
670 /// getSubtargetFeature - Lookup or create the subtarget feature info for the
780 if (SubtargetFeatureInfo *Feature =
782 RequiredFeatures.push_back(Feature);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 751 enum Feature
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 912 enum Feature
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h     [all...]

Completed in 1467 milliseconds

<<111213