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

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/apks/install_uses_feature/
AndroidManifest.xml 19 <uses-feature android:name="com.android.frameworks.coretests.nonexistent" />
  /frameworks/base/opengl/tests/gl2_java/
AndroidManifest.xml 19 <uses-feature android:glEsVersion="0x00020000" />
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTestICU.java 38 // AndroidOnly: special feature of icu4c
73 // AndroidOnly: special feature of icu4c
106 // AndroidOnly: special feature of icu4c
135 // AndroidOnly: special feature of icu4c
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_carray.h 23 /* Purpose: Mimic a pur C array with the additionnal feature of
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 1 /* We do not use auto link feature when:
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc-die.c 39 safety feature if exit_failure is 0 (which shouldn't happen). */
  /packages/apps/Browser/tools/
all_search_engines.template.xml 32 - Suggest URL: empty string if this engine has no suggest feature
  /packages/apps/Settings/res/values-nokeys/
strings.xml 19 <!-- Applications settings summary, on main settings screen. The summary for the "Applications" item on the main settings screen. Describes what settings are accessible from the "Applications" screen. This is the string to use for devices without a keyboard (so for example, there is no "Quick launch" settings here since that feature requires a keyboard) -->
  /packages/wallpapers/Galaxy4/
AndroidManifest.xml 8 <uses-feature android:name="android.software.live_wallpaper" />
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_blk.h 8 /* Feature bits */
virtio_net.h 8 /* The feature bitmap for virtio net */
ext2_fs.h 69 * a kernel struct super_block. This will allow us to call the feature-test
344 * Note: the difference between the compatible feature set and
345 * the incompatible feature set is that if there is a bit set
346 * in the incompatible feature set that the kernel doesn't
350 * about a feature in either the compatible or incompatible
351 * feature set, it must abort and not try to meddle with
357 __le32 s_feature_compat; /* compatible feature set */
358 __le32 s_feature_incompat; /* incompatible feature set */
359 __le32 s_feature_ro_compat; /* readonly-compatible feature set */
408 * Feature set definition
    [all...]
ext3_fs.h 424 * Note: the difference between the compatible feature set and
425 * the incompatible feature set is that if there is a bit set
426 * in the incompatible feature set that the kernel doesn't
430 * about a feature in either the compatible or incompatible
431 * feature set, it must abort and not try to meddle with
437 __le32 s_feature_compat; /* compatible feature set */
438 /*60*/ __le32 s_feature_incompat; /* incompatible feature set */
439 __le32 s_feature_ro_compat; /* readonly-compatible feature set */
468 * a kernel struct super_block. This will allow us to call the feature-test
495 * Feature set definition
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_carray.h 23 /* Purpose: Mimic a pur C array with the additionnal feature of
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 1 /* We do not use auto link feature when:
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_carray.h 23 /* Purpose: Mimic a pur C array with the additionnal feature of
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 1 /* We do not use auto link feature when:
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 84 * @param name string with URI identifying feature
85 * @param state if true feature will be set; if false will be ignored
94 * Return the current value of the feature with given name.
97 * @param name The name of feature to be retrieved.
98 * @return The value of named feature.
123 * (it simply set feature XmlPullParser.FEATURE_PROCESS_NAMESPACES to true or false).
136 * (it simply set feature XmlPullParser.FEATURE_VALIDATION to true or false).
  /external/kernel-headers/original/linux/
ext2_fs.h 79 * a kernel struct super_block. This will allow us to call the feature-test
370 * Note: the difference between the compatible feature set and
371 * the incompatible feature set is that if there is a bit set
372 * in the incompatible feature set that the kernel doesn't
376 * about a feature in either the compatible or incompatible
377 * feature set, it must abort and not try to meddle with
383 __le32 s_feature_compat; /* compatible feature set */
384 __le32 s_feature_incompat; /* incompatible feature set */
385 __le32 s_feature_ro_compat; /* readonly-compatible feature set */
434 * Feature set definition
    [all...]
  /external/qemu/hw/
bt-hid.c 98 } dataother, datain, dataout, feature, intrdataout; member in struct:bt_hid_device_s
120 s->feature.len = 0;
283 s->feature.buffer, MIN(rlen, s->feature.len));
300 s->feature.len = len - 1;
301 memcpy(s->feature.buffer, data + 1, s->feature.len);
364 memcpy(s->feature.buffer + s->feature.len, data + 1, len - 1);
365 s->feature.len += len - 1
    [all...]
  /external/clang/www/
get_involved.html 73 <li>Evidence of a significant user community: This is based on a number of factors, including an actual, existing user community, the perceived likelihood that users would adopt such a feature if it were available, and any "trickle-down" effects that come from, e.g., a library adopting the feature and providing benefits to its users.</li>
77 <li>A complete specification: The specification must be sufficient to understand the design of the feature as well as interpret the meaning of specific examples. The specification should be detailed enough that another compiler vendor could conceivably implement the feature.</li>
85 <li>A proper test suite: Extensive testing is crucial to ensure that the language extension is not broken by ongoing maintenance in Clang. The test suite should be complete enough that another compiler vendor could conceivably validate their implementation of the feature against it.</li>
  /frameworks/media/libvideoeditor/vss/common/inc/
M4_VideoEditingCommon.h 53 M4VIDEOEDITING_kFileType_JPG = 5, /**< STILL PICTURE FEATURE: JPG file media
55 M4VIDEOEDITING_kFileType_BMP = 6, /**< STILL PICTURE FEATURE: BMP file media
57 M4VIDEOEDITING_kFileType_GIF = 7, /**< STILL PICTURE FEATURE: GIF file media
59 M4VIDEOEDITING_kFileType_PNG = 8, /**< STILL PICTURE FEATURE: PNG file media
61 M4VIDEOEDITING_kFileType_ARGB8888 = 9, /**< STILL PICTURE FEATURE: ARGB8888 file
  /libcore/luni/src/main/java/org/xml/sax/
Attributes.java 33 * feature is set to <var>true</var> (it is <var>false</var> by
40 * <p>Some SAX2 parsers may support using an optional feature flag
47 * parsers that can change the setting of that feature flag. </p>
49 * <p>If the namespace-prefixes feature (see above) is
51 * the <code>http://xml.org/sax/features/namespaces</code> feature is
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 247 /** Ask whether we support a given DOM feature.
248 * In fact, we do not _fully_ support any DOM feature -- we're a
258 * @param feature
263 public final boolean supports(String feature, String version)
265 return implementation.hasFeature(feature,version);
269 /** Ask whether we support a given DOM feature.
270 * In fact, we do not _fully_ support any DOM feature -- we're a
273 * @param feature
279 public final boolean isSupported(String feature, String version)
281 return implementation.hasFeature(feature,version)
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 424 * Feature only partially implemented.Missing: Test positive case
502 * fail, failing statements commented out. Feature only partially
503 * implemented. May be an optional feature.
566 * Exceptions fail, failing statements commented out. Feature only
567 * partially implemented. May be an optional feature.
605 * Feature only partially implemented.
626 * Tests fail: always returns false. Exceptions fail, Feature only partially
651 * fields fail, Feature only partially implemented. Missing: test positive
674 * fail, Failing statements commented out. Feature only partially

Completed in 1126 milliseconds

<<11121314151617181920>>