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

<<21222324252627282930>>

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientShouldInterceptRequestTest.java 19 import org.chromium.base.test.util.Feature;
172 @Feature({"AndroidWebView"})
190 @Feature({"AndroidWebView"})
208 @Feature({"AndroidWebView"})
230 @Feature({"AndroidWebView"})
268 @Feature({"AndroidWebView"})
295 @Feature({"AndroidWebView"})
310 @Feature({"AndroidWebView"})
363 @Feature({"AndroidWebView"})
406 @Feature({"AndroidWebView"}
    [all...]
AwLayoutSizerTest.java 13 import org.chromium.base.test.util.Feature;
63 @Feature({"AndroidWebView"})
84 @Feature({"AndroidWebView"})
100 @Feature({"AndroidWebView"})
118 @Feature({"AndroidWebView"})
136 @Feature({"AndroidWebView"})
160 @Feature({"AndroidWebView"})
186 @Feature({"AndroidWebView"})
224 @Feature({"AndroidWebView"})
243 @Feature({"AndroidWebView"}
    [all...]
AwScrollOffsetManagerTest.java 13 import org.chromium.base.test.util.Feature;
117 @Feature({"AndroidWebView"})
170 @Feature({"AndroidWebView"})
215 @Feature({"AndroidWebView"})
243 @Feature({"AndroidWebView"})
270 @Feature({"AndroidWebView"})
293 @Feature({"AndroidWebView"})
318 @Feature({"AndroidWebView"})
345 @Feature({"AndroidWebView"})
363 @Feature({"AndroidWebView"}
    [all...]
AwContentsTest.java 26 import org.chromium.base.test.util.Feature;
50 @Feature({"AndroidWebView"})
58 @Feature({"AndroidWebView"})
70 @Feature({"AndroidWebView"})
82 @Feature({"AndroidWebView"})
99 @Feature({"AndroidWebView"})
143 @Feature({"AndroidWebView"})
185 @Feature({"AndroidWebView"})
228 @Feature({"AndroidWebView"})
251 @Feature({"AndroidWebView"}
    [all...]
AwContentsClientShouldOverrideUrlLoadingTest.java 13 import org.chromium.base.test.util.Feature;
117 @Feature({"AndroidWebView", "Navigation"})
143 @Feature({"AndroidWebView", "Navigation"})
198 @Feature({"AndroidWebView", "Navigation"})
217 @Feature({"AndroidWebView", "Navigation"})
241 @Feature({"AndroidWebView", "Navigation"})
273 @Feature({"AndroidWebView", "Navigation"})
279 @Feature({"AndroidWebView", "Navigation"})
318 @Feature({"AndroidWebView", "Navigation"})
339 @Feature({"AndroidWebView", "Navigation"}
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 43 #define USB_REQUEST_CLEAR_FEATURE 1 // Standard Device Request - CLEAR FEATURE
44 #define USB_REQUEST_SET_FEATURE 3 // Standard Device Request - SET FEATURE
54 #define USB_FEATURE_ENDPOINT_HALT 0 // CLEAR/SET FEATURE - Endpoint Halt
55 #define USB_FEATURE_DEVICE_REMOTE_WAKEUP 1 // CLEAR/SET FEATURE - Device remote wake-up
56 #define USB_FEATURE_TEST_MODE 2 // CLEAR/SET FEATURE - Test mode
82 /* OTG SET FEATURE Constants */
83 #define OTG_FEATURE_B_HNP_ENABLE 3 // SET FEATURE OTG - Enable B device to perform HNP
84 #define OTG_FEATURE_A_HNP_SUPPORT 4 // SET FEATURE OTG - A device supports HNP
85 #define OTG_FEATURE_A_ALT_HNP_SUPPORT 5 // SET FEATURE OTG - Another port on the A device supports HNP
95 /* Standard Feature Selectors for CLEAR_FEATURE Requests */
    [all...]
  /external/chromium_org/extensions/common/
manifest.cc 14 #include "extensions/common/features/feature.h"
142 // Check every feature to see if its in the manifest. Note that this means
159 Feature* feature = manifest_feature_provider->GetFeature(*feature_name); local
160 Feature::Availability result = feature->IsAvailableToManifest(
256 Feature* feature = FeatureProvider::GetManifestFeatures()->GetFeature(key); local
257 if (!feature)
260 return feature->IsAvailableToManifest
    [all...]
  /external/chromium_org/remoting/android/javatests/src/org/chromium/chromoting/
SwipePinchDetectorTest.java 15 import org.chromium.base.test.util.Feature;
63 @Feature({"Chromoting"})
79 @Feature({"Chromoting"})
95 @Feature({"Chromoting"})
109 @Feature({"Chromoting"})
132 @Feature({"Chromoting"})
147 @Feature({"Chromoting"})
162 @Feature({"Chromoting"})
180 @Feature({"Chromoting"})
198 @Feature({"Chromoting"}
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 275 active_feature_t feature; member in struct:feature_event_t
280 active_feature_t::cmp (&a->feature, &b->feature);
611 active_feature_t feature; local
612 feature.rec.tagFeature = hb_uint32_swap (features[i].tag);
613 feature.rec.lParameter = features[i].value;
614 feature.order = i;
623 event->feature = feature;
630 event->feature = feature
635 active_feature_t feature; local
669 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); local
692 active_feature_t *feature = active_features.push (); local
697 active_feature_t *feature = active_features.find (&event->feature); local
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 275 active_feature_t feature; member in struct:feature_event_t
280 active_feature_t::cmp (&a->feature, &b->feature);
610 active_feature_t feature; local
611 feature.rec.tagFeature = hb_uint32_swap (features[i].tag);
612 feature.rec.lParameter = features[i].value;
613 feature.order = i;
622 event->feature = feature;
629 event->feature = feature
634 active_feature_t feature; local
668 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); local
691 active_feature_t *feature = active_features.push (); local
696 active_feature_t *feature = active_features.find (&event->feature); local
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/invalidation/
InvalidationControllerTest.java 23 import org.chromium.base.test.util.Feature;
59 @Feature({"Sync"})
68 @Feature({"Sync"})
80 @Feature({"Sync"})
91 @Feature({"Sync"})
100 @Feature({"Sync"})
114 @Feature({"Sync"})
135 @Feature({"Sync"})
156 @Feature({"Sync"})
185 @Feature({"Sync"}
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 23 import com.google.common.collect.testing.features.Feature;
104 private Set<Feature<?>> features;
110 public B withFeatures(Feature<?>... features) {
114 public B withFeatures(Iterable<? extends Feature<?>> features) {
119 protected Set<Feature<?>> getFeatures() {
245 Set<Feature<?>> missingFeatures =
256 Set<Feature<?>> unwantedFeatures =
331 protected static String formatFeatureSet(Set<? extends Feature<?>> features) {
333 for (Feature<?> feature : features)
    [all...]
PerCollectionSizeTestSuiteBuilder.java 20 import com.google.common.collect.testing.features.Feature;
35 * by {@link #withFeatures(Feature...)}.
67 Set<Feature<?>> features = Helpers.copyToSet(getFeatures());
73 Set<Feature<?>> sizesToTest =
74 Helpers.<Feature<?>>copyToSet(CollectionSize.values());
91 for (Feature<?> collectionSize : sizesToTest) {
96 Set<Feature<?>> oneSizeFeatures = Helpers.copyToSet(features);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 72 static bool isSupportedSVG10Feature(const String& feature, const String& version)
97 return feature.startsWith("org.w3c.", false)
98 && svgFeatures.contains(feature.right(feature.length() - 8));
101 static bool isSupportedSVG11Feature(const String& feature, const String& version)
109 // Sadly, we cannot claim to implement any of the SVG 1.1 generic feature sets
163 return feature.startsWith("http://www.w3.org/tr/svg11/feature#", false)
164 && svgFeatures.contains(feature.right(feature.length() - 35))
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/accessibility/
FontSizePrefsTest.java 13 import org.chromium.base.test.util.Feature;
43 @Feature({"Accessibility"})
60 @Feature({"Accessibility"})
70 @Feature({"Accessibility"})
93 @Feature({"Accessibility"})
118 @Feature({"Accessibility"})
141 @Feature({"Accessibility"})
  /external/chromium_org/chrome/browser/bookmarks/
enhanced_bookmarks_features.cc 22 #include "extensions/common/features/feature.h"
42 extensions::Feature* feature = feature_provider->GetFeature("metricsPrivate");
43 return feature && feature->IsIdInWhitelist(ext_id);
221 // enhanced bookmark feature is turned off. This is to have some images
222 // available so that in the future, when the feature is turned on, the user
  /external/clang/test/Preprocessor/
aarch64-target-features.c 53 // RUN: %clang -target aarch64-none-linux-gnu -mcpu=cortex-a53 -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-FEATURE %s
54 // RUN: %clang -target aarch64-none-linux-gnu -mcpu=cortex-a57 -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-FEATURE %s
55 // RUN: %clang -target aarch64-none-linux-gnu -mcpu=cyclone -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-FEATURE %s
56 // CHECK-FEATURE: __ARM_FEATURE_CRC32 1
57 // CHECK-FEATURE: __ARM_FEATURE_CRYPTO 1
58 // CHECK-FEATURE: __ARM_NEON 1
59 // CHECK-FEATURE: __ARM_NEON_FP 0xe
  /frameworks/av/media/libstagefright/data/
media_codecs_google_video.xml 26 <Feature name="adaptive-playback" />
34 <Feature name="adaptive-playback" />
43 <Feature name="adaptive-playback" />
53 <Feature name="adaptive-playback" />
61 <Feature name="adaptive-playback" />
69 <Feature name="adaptive-playback" />
101 <Feature name="bitrate-modes" value="VBR,CBR" />
media_codecs_google_video_le.xml 26 <Feature name="adaptive-playback" />
34 <Feature name="adaptive-playback" />
44 <Feature name="adaptive-playback" />
54 <Feature name="adaptive-playback" />
63 <Feature name="adaptive-playback" />
72 <Feature name="adaptive-playback" />
105 <Feature name="bitrate-modes" value="VBR,CBR" />
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_matching.h 26 * \defgroup FeatureMatching Feature Matching
92 * \brief Feature matcher for float images.
94 * Normalized correlation feature matcher for <b>float</b> images.
126 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
156 * \brief Feature matcher for byte images.
158 * Normalized correlation feature matcher for <b>byte</b> images.
163 * If the prewarp matrix H is supplied, the feature coordinates are warped by H before being placed in
192 * in a ellipse around a feature of radius max_disparity*im_width by max_disparity*im_height.
216 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
PersonalDataManagerTest.java 9 import org.chromium.base.test.util.Feature;
36 @Feature({"Autofill"})
70 @Feature({"Autofill"})
100 @Feature({"Autofill"})
116 @Feature({"Autofill"})
147 @Feature({"Autofill"})
160 @Feature({"Autofill"})
190 @Feature({"Autofill"})
227 @Feature({"Autofill"})
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.cc 99 // this is the case, post a task to begin feature extraction on the next
140 // DOM feature extraction can take awhile, so it runs asynchronously
149 // Note that cancelling the feature extractors is simply a no-op if they
161 // Term feature extraction can take awhile, so it runs asynchronously
196 VLOG(2) << "Feature: " << it->first << " = " << it->second;
200 ClientPhishingRequest::Feature* feature = verdict.add_feature_map(); local
201 feature->set_name(it->first);
202 feature->set_value(it->second);
  /external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.h 49 /* The list of feature flags for ARM CPUs that can be recognized by the
59 * This feature is mandated by the 'armeabi-v7a' ABI.
65 * the D32 bit is set too. This feature is also mandated by the
70 * instead of 16. Note that ARM mandates this feature is the 'NEON'
71 * feature is implemented by the CPU.
75 * NEON. Note that this mandates the VFP_D32 feature as well, per the
107 * the feature set above, you should probably use one of the following
117 * Generated code requires VFPv2 feature.
124 * Generated code requires VFPv3 feature.
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.h 49 /* The list of feature flags for ARM CPUs that can be recognized by the
59 * This feature is mandated by the 'armeabi-v7a' ABI.
65 * the D32 bit is set too. This feature is also mandated by the
70 * instead of 16. Note that ARM mandates this feature is the 'NEON'
71 * feature is implemented by the CPU.
75 * NEON. Note that this mandates the VFP_D32 feature as well, per the
107 * the feature set above, you should probably use one of the following
117 * Generated code requires VFPv2 feature.
124 * Generated code requires VFPv3 feature.

Completed in 2139 milliseconds

<<21222324252627282930>>