HomeSort by relevance Sort by last modified time
    Searched full:feature (Results 401 - 425 of 6147) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomdiscoverytask.cc 66 for (const XmlElement* feature = query->FirstNamed(QN_DISCO_FEATURE);
67 feature != NULL; feature = feature->NextNamed(QN_DISCO_FEATURE)) {
68 features.insert(feature->Attr(QN_VAR));
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
field_trial.h 18 // Field trials allow webrtc clients (such as Chrome) to turn on feature code
31 // developers by reducing the need to wire APIs to control whether a feature is
35 // 1 - Develop the feature with default behaviour off:
45 // 3 - Evaluate the new feature and clean the code paths.
48 // - NOT every feature is a candidate to be controlled by this mechanism as
  /external/smack/src/org/jivesoftware/smackx/provider/
DiscoverInfoProvider.java 39 DiscoverInfo.Feature feature = null; local
57 else if (parser.getName().equals("feature")) {
74 if (parser.getName().equals("feature")) {
75 // Create a new feature and add it to the discovered info.
  /device/asus/flo/
media_codecs.xml 29 <Feature name="can-swap-width-height" />
47 <Feature name="can-swap-width-height" />
60 <Feature name="adaptive-playback" />
61 <Feature name="can-swap-width-height" />
72 <Feature name="adaptive-playback" />
73 <Feature name="secure-playback" required="true" />
74 <Feature name="can-swap-width-height" />
85 <Feature name="adaptive-playback" />
96 <Feature name="adaptive-playback" />
97 <Feature name="can-swap-width-height" /
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 84 * <p>State of secure processing feature.</p>
96 /** Static string to be used for incremental feature */
100 /** Static string to be used for optimize feature */
104 /** Static string to be used for source_location feature */
212 * feature.
380 * <p>Set a feature for this <code>TransformerFactory</code> and <code>Transformer</code>s
384 * Feature names are fully qualified {@link java.net.URI}s.
387 * <code>Transformer</code>s or <code>Template</code>s it creates cannot support the feature.
388 * It is possible for an <code>TransformerFactory</code> to expose a feature value but be unable to change its state.
393 * @param name Feature name
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.h 7 // - Run each feature extractor over the page, building up a FeatureMap of
8 // feature -> value.
9 // - SHA-256 hash all of the feature names in the map so that they match the
56 // |render_view|. |clock| is used to time feature extractor operations, and
74 // the feature extraction and scoring process. |page_text| should contain
101 // Begins the feature extraction process, by extracting URL features and
102 // beginning DOM feature extraction.
105 // Callback to be run when DOM feature extraction is complete.
106 // If it was successful, begins term feature extraction, otherwise
110 // Callback to be run when term feature extraction is complete
    [all...]
phishing_dom_feature_extractor.h 37 // Callback to be run when feature extraction finishes. The callback
43 // the RenderView. |clock| is used for timing feature extractor operations,
52 // render thread for too long, the feature extractor may run in several
54 // processing. Once feature extraction is complete, |done_callback|
59 // Cancels any pending feature extraction. The DoneCallback will not be run.
60 // Must be called if there is a feature extraction in progress when the page
77 // The maximum total amount of time that the feature extractor will run
89 // feature extraction is finished, these handlers do not add to the feature
97 // Helper to verify that there is no pending feature extraction. Dies i
    [all...]
scorer.h 44 // -- Accessors used by the page feature extractor ---------------------------
74 // Computes the score for a given rule and feature map. The score is computed
75 // by multiplying the rule weight with the product of feature weights for the
76 // given rule. The feature weights are stored in the feature map. If a
77 // particular feature does not exist in the feature map we set its weight to
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 77 static int x86CPUInfo(CPUFeature feature) {
80 if (feature == kSSE2) {
83 if (feature == kSSE3) {
86 if (feature == kAVX) {
93 if (feature == kAVX2) {
103 static int AndroidCPUInfo(CPUFeature feature) {
106 if (feature == kNEON) {
116 static int armCPUInfo(CPUFeature feature) {
117 (void)feature;
122 static int mipsCPUInfo(CPUFeature feature) {
    [all...]
  /external/webp/src/dsp/
cpu.c 77 static int x86CPUInfo(CPUFeature feature) {
80 if (feature == kSSE2) {
83 if (feature == kSSE3) {
86 if (feature == kAVX) {
93 if (feature == kAVX2) {
103 static int AndroidCPUInfo(CPUFeature feature) {
106 if (feature == kNEON) {
116 static int armCPUInfo(CPUFeature feature) {
117 (void)feature;
122 static int mipsCPUInfo(CPUFeature feature) {
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsConfig.aidl 39 * 1) For feature config items, the master value is obtained from the provisioned value
41 * the user setting if feature is provisioned off. Otherwise, user setting takes
43 * 2) For non-feature config item: to be implemented based on cases.
92 * Gets the value of the specified IMS feature item for specified network type.
93 * This operation gets the feature config value from the master storage (i.e. final
96 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants.
98 * @param listener. feature value returned asynchronously through listener.
101 oneway void getFeatureValue(int feature, int network, ImsConfigListener listener);
104 * Sets the value for IMS feature item for specified network type.
108 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnReceivedErrorTest.java 12 import org.chromium.base.test.util.Feature;
35 @Feature({"AndroidWebView"})
55 @Feature({"AndroidWebView"})
72 @Feature({"AndroidWebView"})
90 @Feature({"AndroidWebView"})
106 @Feature({"AndroidWebView"})
122 @Feature({"AndroidWebView"})
  /external/chromium_org/extensions/browser/
process_map.cc 11 #include "extensions/common/features/feature.h"
126 Feature::Context ProcessMap::GetMostLikelyContextType(
134 return Feature::WEBUI_CONTEXT;
138 return Feature::WEB_PAGE_CONTEXT;
145 return Feature::CONTENT_SCRIPT_CONTEXT;
150 return Feature::BLESSED_WEB_PAGE_CONTEXT;
153 return Feature::BLESSED_EXTENSION_CONTEXT;
  /external/chromium_org/extensions/common/features/
complex_feature.cc 21 << "Complex feature must have consistent values of "
24 << "Complex feature must have consistent values of "
33 Feature::Availability ComplexFeature::IsAvailableToManifest(
39 Feature::Availability first_availability =
57 Feature::Availability ComplexFeature::IsAvailableToContext(
62 Feature::Availability first_availability =
101 // return just the first feature's value.
  /external/chromium_org/remoting/android/javatests/src/org/chromium/chromoting/
TapGestureDetectorTest.java 13 import org.chromium.base.test.util.Feature;
90 @Feature({"Chromoting"})
99 @Feature({"Chromoting"})
112 @Feature({"Chromoting"})
125 @Feature({"Chromoting"})
141 @Feature({"Chromoting"})
155 @Feature({"Chromoting"})
  /external/libpng/contrib/arm-neon/
linux.c 32 * it gets a match on the 'neon' feature or reaches the end of the stream.
39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine
64 state = Feature;
67 case Feature:
68 /* Match 'FEATURE', ASCII case insensitive. */
76 /* did not match 'feature' */
100 /* Either a bad line format or a 'feature' prefix followed by
  /frameworks/native/data/etc/
wearable_core_hardware.xml 24 <feature name="android.hardware.location" />
25 <feature name="android.hardware.sensor.compass" />
26 <feature name="android.hardware.sensor.accelerometer" />
27 <feature name="android.hardware.bluetooth" />
28 <feature name="android.hardware.touchscreen" />
29 <feature name="android.hardware.microphone" />
32 <feature name="android.software.home_screen" />
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported02.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. XML is a legal value for the feature parameter.
42 * node object on which the "isSupported(feature,version)"
43 * method is invoked with "feature" equal to "XML" and version to "9.0".
isSupported04.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. XML is a legal value for the feature parameter
44 * node object on which the "isSupported(feature,version)"
45 * method is invoked with "feature" equal to "xml" and the version equal to 1.0.
isSupported05.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. Core is a legal value for the feature parameter
44 * node object on which the "isSupported(feature,version)"
45 * method is invoked with "feature" equal to "core" and the version equal to 2.0.
isSupported06.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. XML is a legal value for the feature parameter
44 * node object on which the "isSupported(feature,version)"
45 * method is invoked with "feature" equal to "xml" and the version equal to 2.0.
isSupported07.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. XML is a legal value for the feature parameter
44 * node object on which the "isSupported(feature,version)"
45 * method is invoked with "feature" equal to "XML" and the version equal blank.
isSupported09.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. XML is a legal value for the feature parameter
44 * node object on which the "isSupported(feature,version)"
45 * method is invoked with "feature" equal to "XML" and the version equal to 1.0.
isSupported10.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. CORE is a legal value for the feature parameter
44 * node object on which the "isSupported(feature,version)"
45 * method is invoked with "feature" equal to "CORE" and the version equal to 2.0.
isSupported11.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. XML is a legal value for the feature parameter
44 * node object on which the "isSupported(feature,version)"
45 * method is invoked with "feature" equal to "XML" and the version equal to 2.0.

Completed in 722 milliseconds

<<11121314151617181920>>