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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Modules/
requires.m 4 @import DependsOnModule.CXX; // expected-error{{module 'DependsOnModule.CXX' requires feature 'cplusplus'}}
6 @import DependsOnModule.NotObjC; // expected-error{{module 'DependsOnModule.NotObjC' is incompatible with feature 'objc'}}
requires.mm 5 @import DependsOnModule.NotCXX; // expected-error{{module 'DependsOnModule.NotCXX' is incompatible with feature 'cplusplus'}}
6 @import DependsOnModule.NotObjC; // expected-error{{module 'DependsOnModule.NotObjC' is incompatible with feature 'objc'}}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
TesterRequirements.java 33 private final Set<Feature<?>> presentFeatures;
34 private final Set<Feature<?>> absentFeatures;
37 Set<Feature<?>> presentFeatures, Set<Feature<?>> absentFeatures) {
47 this(Collections.<Feature<?>>emptySet(),
48 Collections.<Feature<?>>emptySet());
51 public final Set<Feature<?>> getPresentFeatures() {
55 public final Set<Feature<?>> getAbsentFeatures() {
  /external/llvm/test/MC/Mips/
mips-expansions-bad.s 5 li $5, 0x100000000 # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently enabled
6 dli $5, 1 # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips32r2.s 8 madd.d $f18,$f19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 msub.d $f10,$f1,$f31,$f18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 msub.s $f12,$f19,$f10,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 nmadd.d $f18,$f9,$f14,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 nmadd.s $f0,$f5,$f25,$f12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 nmsub.d $f30,$f8,$f16,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 nmsub.s $f1,$f24,$f19,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips1.s 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 c.ngl.d $f29,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 c.ngle.d $f0,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 c.sf.d $f30,$f0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 c.sf.s $f14,$f22 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 mfhi $s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 mfhi $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 mflo $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 mthi $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 mtlo $25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /frameworks/base/core/java/android/hardware/
package.html 6 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
7 &lt;uses-feature&gt;}</a> manifest element.</p>
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_features.py 6 Provides a Manifest Feature abstraction, similar to but more strict than the
7 Feature schema (see feature_utility.py).
9 Each Manifest Feature has a 'level' in addition to the keys defined in a
10 Feature. 'level' can be 'required', 'only_one', 'recommended', or 'optional',
17 app. Subordinate Features can be moved inside the parent Feature under the key
21 Features with names of the form 'parent.child' into the 'parent' Feature.
  /external/chromium_org/extensions/common/features/
complex_feature.h 13 #include "extensions/common/features/feature.h"
19 // is available if any Feature (i.e. permission rule) that composes it is
21 class ComplexFeature : public Feature {
23 typedef ScopedVector<Feature> FeatureList;
28 // extensions::Feature:
44 // extensions::Feature:
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature/1.5/
gmaven-feature-1.5.pom 30 <groupId>org.codehaus.gmaven.feature</groupId>
31 <name>GMaven Feature</name>
32 <artifactId>gmaven-feature</artifactId>
36 Abstraction layer for feature discovery.
40 <module>gmaven-feature-api</module>
41 <module>gmaven-feature-support</module>
  /external/e2fsprogs/misc/
ext4.5.in 24 collection of the follow file system feature flags enabled. Some of
34 Enables the file system to be larger than 2^32 blocks. This feature is set
35 automatically, as needed, but it can be useful to specify this feature
39 of e2fsprogs will not support file systems with this ext4 feature enabled.
43 This ext4 feature enables clustered block allocation, so that the unit of
47 default composed of 16 blocks. This feature can decrease the time
53 The bigalloc feature is still under development, and may not be fully
59 This feature requires that the
66 feature is supported by ext3 and ext4 file systems, and is ignored by
71 This ext4 feature allows more than 65000 subdirectories per directory
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebViewAsynchronousFindApisTest.java 10 import org.chromium.base.test.util.Feature;
18 @Feature({"AndroidWebView", "FindInPage"})
24 @Feature({"AndroidWebView", "FindInPage"})
32 @Feature({"AndroidWebView", "FindInPage"})
43 @Feature({"AndroidWebView", "FindInPage"})
49 @Feature({"AndroidWebView", "FindInPage"})
55 @Feature({"AndroidWebView", "FindInPage"})
61 @Feature({"AndroidWebView", "FindInPage"})
72 @Feature({"AndroidWebView", "FindInPage"})
83 @Feature({"AndroidWebView", "FindInPage"}
    [all...]
  /external/llvm/test/MC/Mips/mips2/
invalid-mips5.s 10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 dadd $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 daddi $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 daddiu $k0,$s6,-4586 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 daddu $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
invalid-mips4.s 10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 dadd $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 daddi $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 daddiu $k0,$s6,-4586 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 daddu $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /external/clang/test/Preprocessor/
macro_fn.c 7 #define zero_dot(...) 0 /* expected-warning {{variadic macros are a C99 feature}} */
8 #define one_dot(x, ...) 0 /* expected-warning {{variadic macros are a C99 feature}} expected-note 2{{macro 'one_dot' defined here}} */
17 expected-warning {{empty macro arguments are a C99 feature}}*/
23 two(a, ) /* expected-warning {{empty macro arguments are a C99 feature}} */
26 , /* expected-warning {{empty macro arguments are a C99 feature}} */
27 , /* expected-warning {{empty macro arguments are a C99 feature}} \
29 ) /* expected-warning {{empty macro arguments are a C99 feature}} */
30 two(,) /* expected-warning 2 {{empty macro arguments are a C99 feature}} */
35 #define e(...) __VA_ARGS__ /* expected-warning {{variadic macros are a C99 feature}} */
51 #define NSAssert(condition, desc, ...) /* expected-warning {{variadic macros are a C99 feature}} */ \
    [all...]
  /frameworks/native/data/etc/
handheld_core_hardware.xml 26 <feature name="android.hardware.audio.output" />
27 <feature name="android.hardware.camera" />
28 <feature name="android.hardware.location" />
29 <feature name="android.hardware.location.network" />
30 <feature name="android.hardware.sensor.compass" />
31 <feature name="android.hardware.sensor.accelerometer" />
32 <feature name="android.hardware.bluetooth" />
33 <feature name="android.hardware.touchscreen" />
34 <feature name="android.hardware.microphone" />
35 <feature name="android.hardware.screen.portrait" /
    [all...]
android.hardware.touchscreen.multitouch.jazzhand.xml 20 <feature name="android.hardware.touchscreen" />
21 <feature name="android.hardware.touchscreen.multitouch" />
22 <feature name="android.hardware.touchscreen.multitouch.distinct" />
23 <feature name="android.hardware.touchscreen.multitouch.jazzhand" />
24 <feature name="android.hardware.faketouch" />
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mfeatures.h 39 /* assert that a feature is disabled and should never be used */
43 * A feature can be anything. But most of them share certain characteristics.
45 * When a feature defines vtxfmt entries, they can be initialized and
47 * _MESA_INIT_<FEATURE>_VTXFMT
48 * _mesa_install_<feature>_vtxfmt
50 * When a feature defines dispatch entries, they are initialized by
51 * _mesa_init_<feature>_dispatch
53 * When a feature has states, they are initialized and freed by
54 * _mesa_init_<feature>
55 * _mesa_free_<feature>_dat
    [all...]
  /external/mesa3d/src/mesa/main/
mfeatures.h 39 /* assert that a feature is disabled and should never be used */
43 * A feature can be anything. But most of them share certain characteristics.
45 * When a feature defines vtxfmt entries, they can be initialized and
47 * _MESA_INIT_<FEATURE>_VTXFMT
48 * _mesa_install_<feature>_vtxfmt
50 * When a feature defines dispatch entries, they are initialized by
51 * _mesa_init_<feature>_dispatch
53 * When a feature has states, they are initialized and freed by
54 * _mesa_init_<feature>
55 * _mesa_free_<feature>_dat
    [all...]
  /external/llvm/lib/MC/
SubtargetFeature.cpp 28 /// hasFlag - Determine if a feature has a flag; '+' or '-'
30 static inline bool hasFlag(const StringRef Feature) {
31 assert(!Feature.empty() && "Empty string");
33 char Ch = Feature[0];
40 static inline std::string StripFlag(const StringRef Feature) {
41 return hasFlag(Feature) ? Feature.substr(1) : Feature;
46 static inline bool isEnabled(const StringRef Feature) {
47 assert(!Feature.empty() && "Empty string")
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/
gmaven-feature-support-1.5.pom 25 <groupId>org.codehaus.gmaven.feature</groupId>
26 <artifactId>gmaven-feature</artifactId>
30 <name>GMaven Feature :: Support</name>
31 <artifactId>gmaven-feature-support</artifactId>
34 Provides support for feature discovery.
39 <groupId>org.codehaus.gmaven.feature</groupId>
40 <artifactId>gmaven-feature-api</artifactId>
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 118 // There is no feature "app.isInstalled" (it's "app.getIsInstalled") but
187 Feature::Context context;
190 { "test1", false, Feature::WEB_PAGE_CONTEXT, GURL() },
191 { "test1", true, Feature::BLESSED_EXTENSION_CONTEXT, GURL() },
192 { "test1", true, Feature::UNBLESSED_EXTENSION_CONTEXT, GURL() },
193 { "test1", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() },
194 { "test2", true, Feature::WEB_PAGE_CONTEXT, GURL("http://google.com") },
195 { "test2", false, Feature::BLESSED_EXTENSION_CONTEXT,
197 { "test2.foo", false, Feature::WEB_PAGE_CONTEXT,
199 { "test2.foo", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() }
732 SimpleFeature* feature; member in struct:extensions::__anon10256
740 SimpleFeature* feature = test_data[i].feature; local
779 Feature* feature = api_feature_provider.GetFeature("test"); local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java 52 public boolean hasFeature(String feature, String version) {
54 if (feature.startsWith("+")) {
55 feature = feature.substring(1);
62 if (feature.equalsIgnoreCase("Core")) {
64 } else if (feature.equalsIgnoreCase("XML")) {
66 } else if (feature.equalsIgnoreCase("XMLVersion")) {
87 public Object getFeature(String feature, String version) {
88 return hasFeature(feature, version) ? this : null;
  /sdk/eclipse/features/com.android.ide.eclipse.adt.package/
feature.xml 2 <feature
3 id="com.android.ide.eclipse.adt.package.feature"
29 <import feature="org.eclipse.equinox.p2.user.ui"/>
30 <import feature="org.eclipse.platform"/>
31 <import feature="org.eclipse.rcp"/>
32 <import feature="org.eclipse.egit"/>
33 <import feature="org.eclipse.egit.import"/>
34 <import feature="org.eclipse.cdt"/>
43 </feature>
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips5.s 8 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 suxc1 $f12,$k1($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled

Completed in 414 milliseconds

1 2 3 4 56 7 8 91011>>