/docs/source.android.com/src/devices/ |
latency_design.jd | 96 <h4>Features</h4> 99 The fast mixer thread provides these features: 108 Omitted features: 170 <h4>Features</h4> 173 All features are enabled:
|
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.h | 5 // BrowserFeatureExtractor computes various browser features for client-side 113 // Begins extraction of the browser features. We take ownership 115 // and will write the extracted features to the feature map. Once the 123 // Begins extraction of the malware related features. We take ownership 168 // Helper function which sets the host history features given the
|
/external/freetype/include/ |
ftcffdrv.h | 56 * The rasterizer is positioning horizontal features (e.g., ascender 59 * features (vertical stems) on the pixel grid without hinting, thus 89 * features preserve the design's weight and spacing much better than 94 * alignment of related features (like cap-height and x-height). The 106 * horizontal features) that fall within a blue zone are said to be
|
/external/harfbuzz_ng/util/ |
options.hh | 180 features = NULL; 191 free (features); 239 hb_bool_t res = hb_shape_full (font, buffer, features, num_features, shapers); 252 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs); 265 hb_feature_t *features; member in struct:shape_options_t
|
/frameworks/base/docs/html/distribute/essentials/best-practices/ |
apps.jd | 28 Build your apps to make best use of the unique Android features, such as 39 Add the power of Google features your users already love, such as 79 rollouts</a> features to test with users before launch. 168 Billing</a> to offer subscriptions to extended features. 237 your apps</a> to offer new and better features, or retire those that
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_cmd.c | 911 if(!((p_scb->peer_features & BTA_AG_PEER_FEAT_VOIP) && (p_scb->features & BTA_AG_FEAT_VOIP))) 946 (p_scb->features & BTA_AG_FEAT_ECC) && 963 if(val.idx && !((p_scb->features & BTA_AG_FEAT_ECC) && (p_scb->peer_features & BTA_AG_PEER_FEAT_ECC))) 1019 /* if service level conn. not already open and our features and 1020 ** peer features do not have 3-way, service level conn. now open [all...] |
/external/chromium_org/components/policy/tools/ |
syntax_check_policy_template_json.py | 65 self.features = [] 185 'example_value', 'features', 'deprecated', 'future', 257 # Each policy must have a 'features' dict. 258 features = self._CheckContains(policy, 'features', dict) 260 # All the features must have a documenting message. 261 if features: 262 for feature in features: 263 if not feature in self.features: 264 self._Error('Unknown feature "%s". Known features must have a [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout.cc | 219 /* try with 'latn'; some old fonts put their features there even though 262 /* try with 'latn'; some old fonts put their features there even though 465 const hb_tag_t *features, 468 if (!features) 481 /* All features */ 506 for (; *features; features++) 513 *features, 528 const hb_tag_t *features, 535 features, [all...] |
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. */ 516 /* TODO sort and resolve conflicting features? * [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout.cc | 219 /* try with 'latn'; some old fonts put their features there even though 262 /* try with 'latn'; some old fonts put their features there even though 484 const hb_tag_t *features, 487 if (!features) 501 /* All features */ 526 for (; *features; features++) 533 *features, 548 const hb_tag_t *features, 555 features, [all...] |
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
ExtendedBitmapDrawable.java | 93 if ((mOpts.features & ExtendedOptions.FEATURE_STATE_CHANGES) != 0) { 566 * This class contains the features a client can specify, and arguments to those features. 665 * Non-changeable bit field describing the features you want the 671 * opts.features = FEATURE_ORDERED_DISPLAY | FEATURE_PARALLAX | FEATURE_STATE_CHANGES; 674 public final int features; field in class:ExtendedBitmapDrawable.ExtendedOptions 746 public ExtendedOptions(final int features) { 747 this(features, null, null); 753 public ExtendedOptions(final int features, final Drawable placeholder, 755 this.features = features [all...] |
/frameworks/base/docs/html/about/versions/ |
android-2.0.jd | 14 <li><a href="#features">Platform Highlights</a></li> 19 <li><a href="#dev-features">Developer Features</a></li> 41 The release includes new features for users and developers, as well as changes 57 <h2 id="features">Platform Highlights</h2> 59 <p>For a list of new user features and platform highlights, see the <a 232 <h2 id="dev-features">Developer Features</h2> 234 <p>The sections below provide information about new developer features offered by the downloadable Android 2.0 platform component.</p>
|
/frameworks/base/docs/html/tools/testing/ |
testing_accessibility.jd | 14 <li><a href="#how-to">Testing Accessibility Features</a> 49 special considerations. This document also discusses how to enable accessibility features on 141 <h2 id="how-to">Testing Accessibility Features</h2> 143 <p>Testing of accessibility features such as TalkBack, Explore by Touch and accessibility Gestures 144 requires setup of your testing device. This section describes how to enable these features for 150 <p>Audible accessibility feedback features on Android devices provide audio prompts that speaks 151 the screen content as you move around an application. By enabling these features on an Android 209 <p>For more information about using the Explore by Touch features, see 244 features are enabled, accessibility gestures are automatically enabled.</li>
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
mixer.c | 43 VdpVideoMixerFeature const *features, 82 switch (features[i]) { 404 * Retrieve whether features were requested at creation time. 409 VdpVideoMixerFeature const *features, 415 if (!(features && feature_supports)) 423 switch (features[i]) { 458 * Enable or disable features. 463 VdpVideoMixerFeature const *features, 469 if (!(features && feature_enables)) 478 switch (features[i]) [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
mixer.c | 43 VdpVideoMixerFeature const *features, 82 switch (features[i]) { 404 * Retrieve whether features were requested at creation time. 409 VdpVideoMixerFeature const *features, 415 if (!(features && feature_supports)) 423 switch (features[i]) { 458 * Enable or disable features. 463 VdpVideoMixerFeature const *features, 469 if (!(features && feature_enables)) 478 switch (features[i]) [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_main.c | 267 bta_av_cb.features = p_data->api_enable.features; 270 enable.features = bta_av_cb.features; 273 if (!(bta_av_cb.features & BTA_AV_FEAT_NO_SCO_SSPD)) 572 if (bta_av_cb.features & (BTA_AV_FEAT_RCTG)) 609 ((bta_av_cb.features & BTA_AV_FEAT_PROTECT) ? 0 : AVDT_NSC_SECURITY); 636 if(bta_av_cb.features & BTA_AV_FEAT_REPORT) 645 if(bta_av_cb.features & BTA_AV_FEAT_DELAY_RPT) 698 if (bta_av_cb.features & BTA_AV_FEAT_RCTG [all...] |
/frameworks/native/opengl/tools/glgen2/registry/ |
reg.py | 153 # features are unversioned and assigned version number 0. 173 # Core API features (those defined with a <feature> tag) 197 # regSortFeatures - default sort procedure for features. 338 # and tag generated features as having been done. 583 # which may be needed by other features later on. 655 # emitFeatures - True to actually emit features for a version / extension, [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmppengine_unittest.cc | 96 "<stream:features>" 104 "</stream:features>"; 128 "<stream:features>" 133 "</stream:features>"; 160 input = "<stream:features>" 163 "</stream:features>";
|
/external/clang/lib/CodeGen/ |
CodeGenTBAA.cpp | 34 const LangOptions &Features, MangleContext &MContext) 35 : Context(Ctx), CodeGenOpts(CGO), Features(Features), MContext(MContext), 134 createTBAAScalarType(BTy->getName(Features), getChar()); 152 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible()) 270 if (Features.CPlusPlus) {
|
/external/e2fsprogs/misc/ |
ext4.5.in | 22 .SH FILE SYSTEM FEATURES 25 these features are not supported by all implementations of the ext2, 28 a very restrictive set of file system features may be supported in their 61 features be enabled. 96 space for features currently it currently needs, and the rest may be 168 .\" feature, these two features are incompatible and
|
/external/llvm/utils/lit/ |
TODO | 101 to write tests that use bash shell features unsupported by the internal 108 and limits other features (for example, knowing what temporary files were 112 platform differences and make it easier to develop new features in the ShTest 120 (because they use features specific to bash). We would need to rewrite these 121 tests, or add additional features to the internal shell handling to allow 138 example, and would probably interact well with other possible features like
|
/frameworks/base/docs/html/tools/support-library/ |
index.jd | 16 <li><a href="{@docRoot}tools/support-library/features.html"> 17 Support Library Features</a></li> 26 backward-compatible versions of Android framework APIs as well as features that are only available 28 level. This design means that your applications can use the libraries' features and still be 31 <p>This guide provides information about what features are enabled by the Support Libraries, 39 and the APIs that it uses. Using the features the libraries provide can help you improve the look of your 46 of features. In order to effectively use the libraries, it is important to consider what features 47 you want to support and understand what features are supported by each library at what Android 49 <a href="{@docRoot}tools/support-library/features.html">Support Library Features</a> guide [all...] |
/frameworks/compile/libbcc/lib/Support/ |
CompilerConfig.cpp | 103 llvm::StringMap<bool> features; local 104 llvm::sys::getHostCPUFeatures(features); 127 if (features.count("hwdiv-arm") && features["hwdiv-arm"]) 130 if (features.count("hwdiv") && features["hwdiv"])
|
/frameworks/compile/slang/ |
slang_backend.cpp | 157 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) { 158 llvm::SubtargetFeatures Features; 161 I = mTargetOpts.Features.begin(), E = mTargetOpts.Features.end(); 164 Features.AddFeature(*I); 166 FeaturesStr = Features.getString();
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
OpenTypeVerticalData.cpp | 248 } features[1]; member in struct:WebCore::OpenType::FeatureList 253 if (index >= count || !isValidEnd(buffer, &features[count])) 255 if (features[index].featureTag == tag) 256 return validateOffset<FeatureTable>(buffer, features[index].featureOffset); 263 if (isValidEnd(buffer, &features[i]) && features[i].featureTag == tag) 264 return validateOffset<FeatureTable>(buffer, features[i].featureOffset); 276 const FeatureTable* feature(OpenType::Tag featureTag, const FeatureList* features, const SharedBuffer& buffer) const 282 const FeatureTable* featureTable = features->feature(featureIndex[i], featureTag, buffer); 372 const FeatureList* features = featureList(buffer) local [all...] |