HomeSort by relevance Sort by last modified time
    Searched full:features (Results 1001 - 1025 of 8210) sorted by null

<<41424344454647484950>>

  /external/harfbuzz_ng/src/
hb-coretext.cc 432 const hb_feature_t *features,
440 * Set up features.
447 /* Sort features by start/end events. */
451 const feature_mapping_t * mapping = (const feature_mapping_t *) bsearch (&features[i].tag,
461 feature.rec.setting = features[i].value ? mapping->selectorToEnable : mapping->selectorToDisable;
469 event->index = features[i].start;
476 event->index = features[i].end;
496 /* Scan events and save features for each range. */
505 /* Save a snapshot of active features and the range. */
514 /* TODO sort and resolve conflicting features? *
    [all...]
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 119 String authTokenType, String[] features, Bundle options)
124 + ", features " + (features == null ? "[]" : Arrays.toString(features)));
130 accountType, authTokenType, features, options);
252 Account account, String[] features) throws RemoteException {
256 new AccountAuthenticatorResponse(response), account, features);
375 * @param requiredFeatures a String array of authenticator-specific features that the added
465 * Checks if the account supports all the specified authenticator specific features.
468 * @param features an array of features to check, will never be nul
    [all...]
  /frameworks/base/docs/html/about/versions/
android-2.3-highlights.jd 40 <p>The Android 2.3 platform introduces many new and exciting features for
41 users and developers. This document provides a glimpse at some of the new features
46 <li><a href="#UserFeatures">New User Features</a></li>
47 <li><a href="#DeveloperApis">New Developer Features</a></li>
52 <h2 id="UserFeatures" style="clear:right">New User Features</h2>
66 settings make it easier for the user to navigate and control the features
158 Additionally, support for the platform's SIP and internet calling features on
173 technology in the device hardware, so support for the platform's NFC features on
191 <h2 id="DeveloperApis" style="clear:both">New Developer Features</h2>
193 <p>Android 2.3 delivers a variety of features and APIs tha
    [all...]
  /frameworks/base/docs/html/distribute/essentials/
optimizing-your-app.jd 17 <li><a href="#deliver-features">Deliver the Right Set of Features</a></li>
79 process can start with focus groups to review app features, continue into
81 these stages has two main benefits: <strong>you?ll build apps with features
146 rollout</a> features of Google Play with app updates.
284 Also, with the Google error-reporting features built into most Android
293 by following features and bugs that affect them. User frustration with app
295 communication. Several community support tools offer issue tracking features,
442 <h2 id="deliver-features">
443 Deliver the Right Set of Features
    [all...]
  /frameworks/base/docs/html/guide/topics/media/
camera.jd 22 <li><a href="#check-camera-features">Checking camera features</a></li>
31 <li><a href="#camera-features">Camera Features</a>
34 <li><a href="#using-features">Using camera features</a></li>
57 <p>The Android framework includes support for various cameras and camera features available on
117 related features.</p>
128 <li><strong>Camera Features</strong> - Your application must also declare use of camera features,
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 73 "http://xml.org/sax/features/namespaces";
81 "http://xml.org/sax/features/namespace-prefixes";
88 "http://xml.org/sax/features/external-general-entities";
95 "http://xml.org/sax/features/external-parameter-entities";
104 "http://xml.org/sax/features/is-standalone";
111 "http://xml.org/sax/features/lexical-handler/parameter-entities";
119 "http://xml.org/sax/features/resolve-dtd-uris";
130 "http://xml.org/sax/features/string-interning";
139 "http://xml.org/sax/features/use-attributes2";
147 "http://xml.org/sax/features/use-locator2"
    [all...]
  /bionic/libc/arch-arm/bionic/
_setjmp.S 17 * 3. All advertising materials mentioning features or use of this software
39 #include <machine/cpu-features.h>
  /bionic/libc/include/machine/
ieee.h 12 * All advertising materials mentioning features or use of this software
25 * 3. All advertising materials mentioning features or use of this software
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
CubeRenderer.java 106 * By default, OpenGL enables features that improve quality
114 * probably based on features of this particular context
  /development/ndk/platforms/android-L/include/machine/
ieee.h 12 * All advertising materials mentioning features or use of this software
25 * 3. All advertising materials mentioning features or use of this software
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelper.java 28 * 3.0-specific features, although it uses them if available.
31 * the action bar, and {@link ActionBarHelperHoneycomb}, which uses the built-in ActionBar features
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 83 * By default, OpenGL enables features that improve quality
91 * probably based on features of this particular context
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 33 A full description of the module and its features.
88 Also a list of restrictions on the features the module does provide:
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 266 // Confirms that a11y features are disabled on the login screen.
277 // Confirms that the features still disabled just after login.
287 // Confirms that the features are still disabled just after login.
339 // Confirms that the features are disabled just after login.
425 // Confirms that features are enabled by restoring from pref just after login.
593 // Confirms that the features are still enabled just after login.
602 // Confirms that the features keep enabled after session starts.
672 // Confirms that the features are disabled.
  /external/chromium_org/chrome/browser/safe_browsing/
environment_data_collection_win_unittest.cc 78 // through the features of each dll.
106 // through the features of each dll.
  /external/chromium_org/chrome/common/extensions/api/
accessibility_features.json 9 "description": "Use the <code>chrome.accessibilityFeatures</code> API to manage Chrome's accessibility features. This API relies on the <a href='types#ChromeSetting'>ChromeSetting prototype of the type API</a> for getting and setting individual accessibility features. In order to get feature states the extension must request <code>accessibilityFeatures.read</code> permission. For modifying feature state, the extension needs <code>accessibilityFeatures.modify</code> permission. Note that <code>accessibilityFeatures.modify</code> does not imply <code>accessibilityFeatures.read</code> permission.",
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
pageAction.html 102 for features that make sense
105 for features that make sense
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private_unittest.cc 155 "features": [
165 "features": [
214 "features": [
515 "features": [
532 // The entry applies, blacklist more features than from the preliminary step.
568 "features": [
641 "features": [
679 "features": [
  /external/chromium_org/third_party/WebKit/Source/
BUILD.gn 12 # features ---------------------------------------------------------------------
14 config("features") {
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 74 # Valid values for [PerContextEnabled] are Context Features, in
88 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in
  /external/chromium_org/third_party/WebKit/Source/build/
features.gypi 32 # The following defines turn WebKit features on and off.
74 # allow most WebAudio features to work on Android.
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXListBox.cpp 68 // would be a WMLElement, but WML builds don't use accessibility features at all.
105 // would be a WMLElement, but WML builds don't use accessibility features at all.
  /external/chromium_org/third_party/WebKit/public/web/
WebRuntimeFeatures.h 38 // This class is used to enable runtime features of Blink.
39 // Stable features are enabled by default.
  /external/chromium_org/third_party/icu/source/common/unicode/
ptypes.h 56 /* The features header is needed to get (u)int64_t sometimes. */
57 #include <features.h>
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-5.0 22 New Features in Mesa 5.0
36 standard features:

Completed in 739 milliseconds

<<41424344454647484950>>