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

<<11121314151617181920>>

  /frameworks/base/docs/html/sdk/
android-2.2-highlights.jd 53 <p>The Android 2.2 platform introduces many new and exciting features for
54 users and developers. This document provides a glimpse at some of the new user features
59 <li><a href="#UserFeatures">New User Features</a></li>
67 <h2 id="UserFeatures" style="clear:right">New User Features</h2>
279 that can control security features on the device, such as the minimum password strength, data wipe,
  /external/kernel-headers/original/linux/
netdevice.h 299 /* Net device features */
300 unsigned long features; member in struct:net_device
314 /* Segmentation offload features */
323 /* List of features with software fallbacks. */
554 int features);
980 extern struct sk_buff *skb_gso_segment(struct sk_buff *skb, int features);
1000 static inline int net_gso_ok(int features, int gso_type)
1003 return (features & feature) == feature;
1006 static inline int skb_gso_ok(struct sk_buff *skb, int features)
1008 return net_gso_ok(features, skb_shinfo(skb)->gso_type)
    [all...]
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindow.java 205 final int features = getFeatures(); local
206 if ((features != DEFAULT_FEATURES) && (featureId == FEATURE_CUSTOM_TITLE)) {
209 throw new AndroidRuntimeException("You cannot combine custom titles with other title features");
211 if (((features & (1 << FEATURE_CUSTOM_TITLE)) != 0) && (featureId != FEATURE_CUSTOM_TITLE)) {
214 throw new AndroidRuntimeException("You cannot combine custom titles with other title features");
913 // XXX Should do more management (as with drawable features) to
1002 final int features = getLocalFeatures(); local
1044 final int features = getLocalFeatures(); local
1057 final int features = getLocalFeatures(); local
2004 int features = getLocalFeatures(); local
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 83 uint8_t features[8]; member in struct:vhci_device
773 memcpy(lf.features, vdev.features, 8);
782 memcpy(ef.features, vdev.features, 8);
786 memset(ef.features, 0, 8);
1314 vdev.features[0] = 0xff;
1315 vdev.features[1] = 0xff;
1316 vdev.features[2] = 0x8f;
1317 vdev.features[3] = 0xfe
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 822 HashMap<String, String> features;
823 DOMWindow::parseModalDialogFeatures(featureArgs, features);
827 // The following features from Microsoft's documentation are not implemented:
831 // - dialogHide: trusted && boolFeature(features, "dialoghide"), makes dialog hide when you print
832 // - help: boolFeature(features, "help", true), makes help icon appear in dialog (what does it do on Windows?)
833 // - unadorned: trusted && boolFeature(features, "unadorned");
838 wargs.width = WindowFeatures::floatFeature(features, "dialogwidth", 100, screenRect.width(), 620); // default here came from frame size of dialog in MacIE
840 wargs.height = WindowFeatures::floatFeature(features, "dialogheight", 100, screenRect.height(), 450); // def (…)
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManager.java 77 * identifies the authenticator. Account <em>features</em> are used to
79 * type and features are authenticator-specific strings, and must be known by
377 * Finds out whether a particular account has all the specified features.
378 * Account features are authenticator-specific string tokens identifying
379 * boolean account properties. For example, features are used to tell
391 * @param features An array of the account features to check
397 * true if the account exists and has all of the specified features.
400 final String[] features,
403 if (features == null) throw new IllegalArgumentException("features is null")
    [all...]
  /external/expat/xmlwf/
xmlwf.c 607 const XML_Feature *features = XML_GetFeatureList(); local
618 if (features != NULL && features[0].feature != XML_FEATURE_END) {
620 ftprintf(stdout, T("%s"), features[0].name);
621 if (features[0].value)
622 ftprintf(stdout, T("=%ld"), features[0].value);
623 while (features[i].feature != XML_FEATURE_END) {
624 ftprintf(stdout, T(", %s"), features[i].name);
625 if (features[i].value)
626 ftprintf(stdout, T("=%ld"), features[i].value)
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 453 Vector<String> features; local
454 featuresArg.split(';', features);
455 Vector<String>::const_iterator end = features.end();
456 for (Vector<String>::const_iterator it = features.begin(); it != end; ++it) {
505 const HashMap<String, String> features = parseModalDialogFeatures(featureArgs); local
513 windowFeatures.width = WindowFeatures::floatFeature(features, "dialogwidth", 100, screenRect.width(), 620);
516 windowFeatures.height = WindowFeatures::floatFeature(features, "dialogheight", 100, screenRect.height(), 450);
519 windowFeatures.x = WindowFeatures::floatFeature(features, "dialogleft", screenRect.x(), screenRect.right() - windowFeatures.width, -1);
521 windowFeatures.y = WindowFeatures::floatFeature(features, "dialogtop", screenRect.y(), screenRect.bottom() - windowFeatures.height, -1);
524 if (WindowFeatures::boolFeature(features, "center", true))
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 337 { "Read Remote Supported Features", 21 },
338 { "Read Remote Extended Features", 22 },
445 { "Read Local Supported Features", 117 },
446 { "Read Local Extended Features", 118 },
584 /* LMP features mapping */
668 { "<extended features>",LMP_EXT_FEAT }, /* Bit 7 */
673 char *lmp_featurestostr(uint8_t *features, char *pref, int width)
683 if (m->val & features[i])
704 if (m->val & features[i]) {
1318 int hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 16 * kinds of parser depending on which features are set:<ul>
62 * getProperty(&quot;<a href="http://xmlpull.org/v1/doc/features.html#xmldecl-standalone">http://xmlpull.org/v1/doc/features.html#xmldecl-standalone</a>&quot;)
346 // namespace related features
350 * namespaces. As for all features, the default value is false.
358 "http://xmlpull.org/v1/doc/features.html#process-namespaces";
362 * exposed via the attribute access methods. Like all features,
370 "http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes";
391 "http://xmlpull.org/v1/doc/features.html#process-docdecl";
405 "http://xmlpull.org/v1/doc/features.html#validation"
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 41 * http://xml.org/sax/features/namespace-prefixes property or parsing will fail
43 * supports a false value for the http://xml.org/sax/features/namespaces
190 * http://xml.org/sax/features/namespace-prefixes property.</p>
212 * http://xml.org/sax/features/namespace-prefixes property.</p>
236 xmlReader.setFeature("http://xml.org/sax/features/namespace-prefixes", true);
238 xmlReader.setFeature("http://xml.org/sax/features/namespaces",
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
XPathFactoryImpl.java 116 * Implementations may define their own features.
125 * of specific features.</p>
168 * Implementations may define their own features.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
Attributes.java 32 * the <code>http://xml.org/sax/features/namespace-prefixes</code>
41 * (<code>http://xml.org/sax/features/xmlns-uris</code>) to request
51 * the <code>http://xml.org/sax/features/namespaces</code> feature is
  /development/pdk/docs/source/
overview-1.0.jd 1 page.title=Android 1.0 Features
5 features. To see the code itself, you can either use the <a href="http://android.git.kernel.org/">GitWeb</a>
143 <b>Supported radio and telephony features <br></b>
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TriangleRenderer.java 49 * By default, OpenGL enables features that improve quality
57 * probably based on features of this particular context
111 * By default, OpenGL enables features that improve quality
  /external/libpng/contrib/pngminus/
README 26 features of PNG, like gamma, alpha, sbit, text-chunks, etc. This makes
35 features of pnmtopng.
122 things. It will have many unforeseen features <vbg>. Who said bugs? Use
  /external/webkit/JavaScriptCore/runtime/
Executable.cpp 70 recordParse(evalNode->features(), evalNode->lineNo(), evalNode->lastLine());
101 recordParse(programNode->features(), programNode->lineNo(), programNode->lastLine());
122 recordParse(body->features(), body->lineNo(), body->lastLine());
  /external/webkit/WebKit/qt/docs/
qtwebkit.qdoc 79 In addition to providing pure rendering features, HTML documents can be
117 describing features such as frames, the navigation history, and the
132 Common web browser features, defaults and other settings can be configured
  /external/webkit/WebKitTools/wx/build/
build_utils.py 63 def get_dirs_for_features(root, features, dirs):
66 enabled port(s) and features.
70 for feature in features:
  /frameworks/base/docs/html/guide/topics/manifest/
permission-element.jd 19 to specific components or features of this or other applications.
84 applications access to isolated application-level features, with
118 to share specific features explicitly because they are being built
  /frameworks/base/docs/html/
license.jd 59 license, note that proprietary trademarks and brand features are not
62 <li>Google's trademarks and other brand features (including the
65 Guidelines for Third Party Use of Google Brand Features</a> for
  /bionic/libc/arch-arm/bionic/
sigsetjmp.S 16 * 3. All advertising materials mentioning features or use of this software
  /bionic/libc/arch-sh/include/machine/
limits.h 17 * 3. All advertising materials mentioning features or use of this software
  /bionic/libc/bionic/
utmp.c 16 * 3. All advertising materials mentioning features or use of this software
  /bionic/libc/include/
strings.h 18 * 3. All advertising materials mentioning features or use of this software

Completed in 795 milliseconds

<<11121314151617181920>>