Searched
refs:feature (Results
376 -
400 of
882) sorted by null
<<11121314151617181920>>
/prebuilts/misc/common/swig/include/2.0.11/ |
swigwarnings.swg | 121 * Warning filter feature 124 #define %_warnfilter(filter...) %feature("warnfilter",`filter`)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
MockXmlNode.java | 233 public Object getFeature(String feature, String version) { 269 public boolean isSupported(String feature, String version) {
|
/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
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar | |
org.eclipse.update.configurator_3.3.100.v20100512.jar | |
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar | |
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtplib.py | 424 # 1) Else our SMTP feature parser gets confused. 438 m = re.match(r'(?P<feature>[A-Za-z0-9][A-Za-z0-9\-]*) ?', each) 440 feature = m.group("feature").lower() 441 params = m.string[m.end("feature"):].strip() 442 if feature == "auth": 443 self.esmtp_features[feature] = self.esmtp_features.get(feature, "") \ 446 self.esmtp_features[feature] = params
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtplib.py | 424 # 1) Else our SMTP feature parser gets confused. 438 m = re.match(r'(?P<feature>[A-Za-z0-9][A-Za-z0-9\-]*) ?', each) 440 feature = m.group("feature").lower() 441 params = m.string[m.end("feature"):].strip() 442 if feature == "auth": 443 self.esmtp_features[feature] = self.esmtp_features.get(feature, "") \ 446 self.esmtp_features[feature] = params
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar | |
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar | |
/external/chromium_org/remoting/webapp/ |
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));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
MediaQueryInspector.js | 333 var feature = expression.feature(); 334 if (feature.indexOf("width") === -1) 337 if (feature.startsWith("max-") && pixels < maxWidthPixels) { 340 } else if (feature.startsWith("min-") && pixels > minWidthPixels) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
pdebuild.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/ |
gmaven-runtime-support-1.5.jar | |
/external/chromium_org/components/policy/tools/ |
syntax_check_policy_template_json.py | 262 for feature in features: 263 if not feature in self.features: 264 self._Error('Unknown feature "%s". Known features must have a ' 266 feature, 'policy', policy.get('name', policy)) 268 # All user policies must have a per_profile feature flag.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
TelecomServiceImpl.java | 550 // feature is enabled ... 597 private void enforceFeature(String feature) { 599 if (!pm.hasSystemFeature(feature)) { 601 "System does not support feature " + feature);
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
cpu-features.h | 24 #include <cpu-feature-overrides.h>
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 173 * Set an implementation dependent feature. 177 * @param featureId A feature URL. 178 * @param state true if this feature should be on, false otherwise. 557 * Tests whether DTM DOM implementation implements a specific feature and 558 * that feature is supported by this node. 559 * @param feature The name of the feature to test. 560 * @param version This is the version number of the feature to test. 562 * specified, supporting any version of the feature will cause the 564 * @return Returns <code>true</code> if the specified feature i [all...] |
/external/libnfc-nci/src/udrv/include/ |
upio.h | 23 /* Use UPIO_Feature() to determine support of a particular feature. */ 348 ** Checks whether a feature of the pio API is supported 351 ** feature The feature to check 357 ** TRUE if feature is supported, FALSE if it is not. 360 UDRV_API BOOLEAN UPIO_Feature(tUPIO_FEATURE feature);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestDocumentBuilderFactory.java | 62 public abstract boolean hasFeature(String feature, String version);
|
DOMTestFramework.java | 29 String feature,
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
NodeImpl.java | 148 public boolean isSupported(String feature, String version) { 149 return DOMImplementationImpl.getInstance().hasFeature(feature, version); 694 public final Object getFeature(String feature, String version) { 695 return isSupported(feature, version) ? this : null;
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyiterators.swg | 343 %feature("python:tp_iter") SwigPyIterator "&swig::make_output_iterator_builtin"; 344 %feature("python:slot", "tp_iternext", functype="iternextfunc") SwigPyIterator::__next__;
|
Completed in 798 milliseconds
<<11121314151617181920>>