HomeSort by relevance Sort by last modified time
    Searched full:features (Results 176 - 200 of 2617) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/opencore/build_config/opencore_dynamic/
pv_config_selected.mk 12 # Menu for selecting supported features
26 # Menu for selecting streaming features
153 # Menu for configuring Streaming Features
181 # Menu for configuring downloadmanager features
  /external/stlport/doc/
README.wince 16 'features' apply here, too. STLport works out of the box with this.
54 features are simply not supported, like security descriptors when opening files.
64 - Since many features are optional (see the description of Platform Builder), it
67 features might go amiss, too. This makes it hard for STLport to adapt to, in
  /external/tcpdump/
chdlc.h 12 * features or use of this software display the following acknowledgement:
gmt2local.h 11 * features or use of this software display the following acknowledgement:
ipfc.h 11 * features or use of this software display the following acknowledgement:
machdep.h 11 * features or use of this software display the following acknowledgement:
pcap_dump_ftell.c 11 * features or use of this software display the following acknowledgement:
setsignal.h 11 * features or use of this software display the following acknowledgement:
  /external/tcpdump/lbl/
os-osf4.h 11 * features or use of this software display the following acknowledgement:
os-solaris2.h 11 * features or use of this software display the following acknowledgement:
  /external/webkit/SunSpider/
UNCOVERED 2 The following language features are not covered:
  /external/yaffs2/yaffs2/mtdemul/
Makefile 16 ## comment out USE_xxxx if you don't want these features.
  /frameworks/base/core/res/res/layout/
screen_simple.xml 20 This is an optimized layout for a screen, with the minimum set of features
  /frameworks/base/data/etc/
android.hardware.camera.flash-autofocus.xml 17 <!-- This is the standard set of features for a camera with a flash. Note
android.hardware.touchscreen.multitouch.distinct.xml 17 <!-- This is the standard set of features for a touchscreen that supports
  /frameworks/base/docs/html/guide/topics/wireless/
index.jd 20 features.</p>
  /ndk/
README.TXT 10 A high-level overview of the NDK's features and limitations can be found
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 56 private final static String FEATURES = "http://xml.org/sax/features/";
58 private final static String NAMESPACES = FEATURES + "namespaces";
60 private final static String NAMESPACE_PREFIXES = FEATURES
63 private final static String XMLNS_URIs = FEATURES + "xmlns-uris";
142 String[] features = new String[] { NAMESPACES, NAMESPACE_PREFIXES, local
145 for (String s: features) {
  /external/webkit/WebKitTools/Scripts/
build-webkit 39 use webkitperl::features;
61 my @features = (
171 foreach (@features) {
188 foreach (@features) {
211 --minimal No optional features, unless explicitly enabled.
222 # Build usage text and options list from features
223 foreach (@features) {
257 foreach (@features) {
271 foreach (@features) {
320 foreach (@features) {
    [all...]
  /external/bluetooth/bluez/include/bluetooth/
hci_lib.h 70 int hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to);
71 int hci_read_remote_ext_features(int dd, uint16_t handle, uint8_t page, uint8_t *max_page, uint8_t *features, int to);
75 int hci_read_local_features(int dd, uint8_t *features, int to);
76 int hci_read_local_ext_features(int dd, uint8_t page, uint8_t *max_page, uint8_t *features, int to);
139 char *lmp_featurestostr(uint8_t *features, char *pref, int width);
  /external/bluetooth/bluez/tools/
hcitool.c 507 uint8_t cls[3], features[8]; local
733 if (hci_read_remote_features(dd, handle, features, 20000) == 0) {
734 char *tmp = lmp_featurestostr(features, "\t\t", 63);
735 printf("LMP features:\t0x%2.2x 0x%2.2x 0x%2.2x 0x%2.2x"
737 features[0], features[1],
738 features[2], features[3],
739 features[4], features[5]
828 uint8_t features[8], max_page = 0; local
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java 258 String[] features = { local
259 "http://xml.org/sax/features/namespaces",
260 "http://xml.org/sax/features/validation" };
261 for (int i = 0; i < features.length; i++) {
263 spf.setFeature(features[i], true);
264 assertTrue(spf.getFeature(features[i]));
265 spf.setFeature(features[i], false);
266 assertFalse(spf.getFeature(features[i]));
290 spf.setFeature("http://xml.org/sax/features/unknown-feature", true);
  /external/bluetooth/bluez/audio/
headset.c 77 uint32_t features; /* HFP AG features */ member in struct:__anon858
88 .features = 0,
204 static void print_ag_features(uint32_t features)
209 if (features == 0) {
210 debug("HFP AG features: (none)");
214 gstr = g_string_new("HFP AG features: ");
216 if (features & AG_FEATURE_THREE_WAY_CALLING)
218 if (features & AG_FEATURE_EC_ANDOR_NR)
220 if (features & AG_FEATURE_VOICE_RECOGNITION
    [all...]
  /frameworks/base/docs/html/sdk/
android-2.0.jd 15 <li><a href="#features">Platform Highlights</a></li>
20 <li><a href="#dev-features">Developer Features</a></li>
42 The release includes new features for users and developers, as well as changes
58 <h2 id="features">Platform Highlights</h2>
60 <p>For a list of new user features and platform highlights, see the <a
233 <h2 id="dev-features">Developer Features</h2>
235 <p>The sections below provide information about new developer features offered by the downloadable Android 2.0 platform component.</p>
  /packages/apps/IM/src/com/android/im/imps/
ImpsSession.java 295 * Gets the service tree of the features and functions that the server
421 PrimitiveElement features = functions.addChild(ImpsTags.WVCSPFeat); local
422 features.addChild(ImpsTags.FundamentalFeat);
423 features.addChild(ImpsTags.PresenceFeat);
424 features.addChild(ImpsTags.IMFeat);
425 features.addChild(ImpsTags.GroupFeat);

Completed in 4665 milliseconds

1 2 3 4 5 6 78 91011>>