HomeSort by relevance Sort by last modified time
    Searched full:features (Results 151 - 175 of 4027) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/CrossCompatibility/
_index.html 2 should degrade gracefully on older platform versions, dropping features or providing
3 when the platform support needed by features or functionality isn't available.</p>
  /development/samples/Support13Demos/
_index.html 2 code showing how to use key features of the Android API 13+ Support Library.
4 build in to your application to access new features and common
  /development/samples/Support4Demos/
_index.html 2 code showing how to use key features of the Android API 4+ Support Library.
4 build in to your application to access new features and common
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
targetver.h 20 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
21 // your application. The macros work by enabling all features available on platform versions up to and
  /sdk/
.gitignore 18 eclipse/features/com.android.ide.eclipse.*/build.xml
19 eclipse/features/com.android.ide.eclipse.*/*.zip
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 67 // features are kept there
68 protected HashMap features = new HashMap(); field in class:XmlPullParserFactory
81 * Set the features to be set when XML Pull Parser is created by this factory.
82 * <p><b>NOTE:</b> factory features are not used for XML Serializer.
89 features.put(name, state);
95 * <p><b>NOTE:</b> factory features are not used for XML Serializer.
99 * Unknown features are <string>always</strong> returned as false
103 Boolean value = (Boolean) features.get(name);
117 features.put (XmlPullParser.FEATURE_PROCESS_NAMESPACES, awareness);
144 features.put (XmlPullParser.FEATURE_VALIDATION, validating)
    [all...]
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 28 /// arch. Add any CPU features specified via -mcpu or -mattr.
78 // Package up features to be passed to target/subtarget
81 SubtargetFeatures Features;
83 Features.AddFeature(MAttrs[i]);
84 FeaturesStr = Features.getString();
  /frameworks/base/docs/html/guide/topics/manifest/
uses-feature-element.jd 14 <li><a href="#declared">Filtering based on explicitly declared features</a></li>
15 <li><a href="#implicit">Filtering based on implicit features</a></li>
17 <li><a href="#testing">Testing the features required by your application</a></li>
20 <li><a href="#features-reference">Features Reference</a>
22 <li><a href="#hw-features">Hardware features</a></li>
23 <li><a href="#sw-features">Software features</a></li>
57 each user, based on a comparison with the features available on the user'
    [all...]
  /external/mesa3d/docs/
intro.html 58 I was soon receiving patches, new features and thank-you notes on a
140 I continue to enhance Mesa with new extensions and features.
154 <H2>Version 7.x features</H2>
161 <H2>Version 6.x features</H2>
164 extensions incorporated as standard features:
201 <H2>Version 5.x features</H2>
204 extensions incorporated as standard features:
227 <H2>Version 4.x features</H2>
231 extensions incorporated as standard features:
246 <H2>Version 3.x features</H2
    [all...]
RELNOTES-6.0 22 driver supports all the required features).
37 New Features
40 Mesa 5.1 already had all the new features of OpenGL 1.5, implemented as
41 extensions. These extensions were simply promoted to standard features:
  /external/clang/www/
clang_video-07-25-2007.html 16 <p>In this video, Chris Lattner talks about some of the features of Clang, especially in regards to performance.
18 <p><b>Details:</b> The LLVM 2.0 release brings a number of new features and capabilities to the LLVM toolset. This talk briefly describes those features, then moves on to talk about what is next: llvm 2.1, llvm-gcc 4.2, and puts a special emphasis on the 'clang' C front-end. This describes how the 'clang' preprocessor can be used to improve the scalability of distcc by up to 4.4x.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXParserImpl.java 42 public static SAXParserImpl newInstance(Map features)
46 if (features != null) {
47 Iterator it = features.entrySet().iterator();
  /bionic/libc/kernel/arch-sh/asm/
processor.h 15 #include <asm/cpu-features.h>
  /development/apps/Development/src/com/android/development/
AccountsTester.java 312 String[] features = TextUtils.split(authTokenType, ",");
313 mAccountManager.hasFeatures(account, features,
344 String features = value.getText().toString();
350 TextUtils.isEmpty(features) ? null : features.split(" "),
355 "get auth token by features"),
373 AccountManagerCallback<Bundle> newAccountsCallback(String type, String[] features) {
374 return new GetAccountsCallback(type, features);
381 public GetAccountsCallback(String type, String[] features) {
382 mFeatures = features;
    [all...]
  /development/samples/USB/AdbTest/
_index.html 7 <p>This program serves as an example of the following USB host features:</p>
  /development/samples/USB/MissileLauncher/
_index.html 5 <p>This program serves as an example of the following USB host features:</p>
  /docs/source.android.com/src/tech/debugging/
index.md 21 of platform-level features.
  /external/chromium/chrome/common/extensions/docs/static/
tutorials.html 26 This tutorial features an OAuth library
  /external/chromium/net/base/
net_export.h 11 // access features not intended to be used directly by real consumers.
  /external/clang/test/Coverage/
codegen.c 7 #include "c-language-features.inc"
  /external/e2fsprogs/tests/
run_mke2fs 12 PREP_CMD='$MKE2FS -F -o Linux $MKE2FS_OPTS $TMPFILE $FS_SIZE 2>&1 | sed -e 1d | tr -d \\015 > $OUT1 ; $DEBUGFS -R features $TMPFILE 2>&1 | sed -e 1d | tr -d \\015 >> $OUT1 ; echo " " >> $OUT1'
  /external/elfutils/m4/
glibc21.m4 18 #include <features.h>
  /external/stlport/stlport/stl/
_cprolog.h 18 # include <stl/config/features.h>
_prolog.h 10 * the debug features available in user config file is activated. */
  /external/webkit/Tools/WinLauncher/
stdafx.h 35 #ifndef WINVER // Allow use of features specific to Windows XP or later.
39 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
43 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
47 #ifndef _WIN32_IE // Allow use of features specific to IE 6.0 or later.

Completed in 1276 milliseconds

1 2 3 4 5 67 8 91011>>