HomeSort by relevance Sort by last modified time
    Searched full:feature (Results 101 - 125 of 2827) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/tests/f_hurd/
expect.1 1 The Hurd does not support the filetype feature.
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 55 private static class Feature {
73 if (name.equals(Feature.VALIDATION)
74 || name.equals(Feature.EXTERNAL_GENERAL_ENTITIES)
75 || name.equals(Feature.EXTERNAL_PARAMETER_ENTITIES)) {
79 if (name.equals(Feature.NAMESPACES)) {
83 if (name.equals(Feature.NAMESPACE_PREFIXES)) {
87 if (name.equals(Feature.STRING_INTERNING)) {
100 if (name.equals(Feature.VALIDATION)
101 || name.equals(Feature.EXTERNAL_GENERAL_ENTITIES)
102 || name.equals(Feature.EXTERNAL_PARAMETER_ENTITIES))
    [all...]
  /external/qemu/gdb-xml/
arm-core.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.arm.core">
31 </feature>
cf-core.xml 7 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
8 <feature name="org.gnu.gdb.coldfire.core">
29 </feature>
cf-fp.xml 7 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
8 <feature name="org.gnu.gdb.coldfire.fp">
22 </feature>
  /frameworks/base/data/etc/
android.hardware.camera.flash-autofocus.xml 20 <feature name="android.hardware.camera" />
21 <feature name="android.hardware.camera.autofocus" />
22 <feature name="android.hardware.camera.flash" />
android.hardware.faketouch.multitouch.distinct.xml 20 <feature name="android.hardware.faketouch.multitouch" />
21 <feature name="android.hardware.faketouch.multitouch.distinct" />
22 <feature name="android.hardware.faketouch" />
android.hardware.touchscreen.multitouch.xml 21 <feature name="android.hardware.touchscreen" />
22 <feature name="android.hardware.touchscreen.multitouch" />
23 <feature name="android.hardware.faketouch" />
  /frameworks/base/wifi/java/android/net/wifi/
package.html 20 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code &lt;uses-feature&gt;}</a>
24 &lt;uses-feature android:name="android.hardware.wifi" />
  /packages/wallpapers/LivePicker/
android.software.live_wallpaper.xml 17 <!-- This feature should be defined for devices that support live wallpapers.
19 feature: robust multiple GL context support, fast enough CPU, enough
22 <feature name="android.software.live_wallpaper" />
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 3 <!-- Extracts feature zip for update site -->
5 <!-- id - feature id to extract -->
8 <!-- updateSiteRoot - where to extract feature zip -->
  /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/valgrind/main/tests/
x86_amd64_features.c 10 // - 0 if the machine matches the asked-for feature.
12 // - 2 if the asked-for feature isn't recognised (this will be the case for
13 // any feature if run on a non-x86/AMD64 machine).
97 return 2; // Unrecognised feature.
104 return 1; // Feature not present
105 // regardless of what that feature actually is
112 if (dmask > 0 && (d & dmask) != 0) return 0; // Feature present.
113 if (cmask > 0 && (c & cmask) != 0) return 0; // Feature present.
115 return 1; // Feature not present.
122 return 2; // Feature not recognised (non-x86/AMD64 machine!
    [all...]
  /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.
isSupported12.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 1.0.
  /external/e2fsprogs/lib/e2p/
feature.c 2 * feature.c --- convert between features and strings
21 struct feature { struct
27 static struct feature feature_list[] = {
79 static struct feature jrnl_feature_list[] = {
92 struct feature *f;
123 struct feature *f;
166 struct feature *f;
197 struct feature *f;
252 * Edit a feature set array as requested by the user. The ok_array,
255 * then use it tell whether or not it is OK to clear a filesystem feature
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 71 for (FeatureInfo feature : mPackageManager.getSystemAvailableFeatures()) {
72 mAvailableFeatures.add(feature.name);
235 /** Get a list of feature constants in PackageManager matching a prefix. */
242 String feature = (String) field.get(null); local
243 features.add(feature);
273 * Check that if the PackageManager declares a sensor feature that the device has at least
274 * one sensor that matches that feature. Also check that if a PackageManager does not declare
362 private void assertAvailable(String feature) {
363 assertTrue("PackageManager#hasSystemFeature should return true for " + feature,
364 mPackageManager.hasSystemFeature(feature));
    [all...]
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 46 /// feature string) and recompute feature bits.
54 /// ToggleFeature - Toggle a feature and returns the re-computed feature
61 /// ToggleFeature - Toggle a feature and returns the re-computed feature

Completed in 713 milliseconds

1 2 3 45 6 7 8 91011>>