/external/libpng/contrib/pngminim/preader/ |
pngusr.h | 17 /* List options to turn off features of the build that do not
|
/external/llvm/utils/lit/tests/ |
test-data.py | 1 # Test features related to formats which support reporting additional test data.
|
/external/markdown/docs/ |
release-2.0.2.txt | 4 Python-Markdown 2.0.2 is a bug-fix release. No new features have been added.
|
/external/mesa3d/docs/ |
RELNOTES-3.2 | 7 Mesa 3.2 is a stabilization of the Mesa 3.1 release. No new features
|
/external/okhttp/okhttp-apache/ |
README.md | 6 **Warning**: Many core features of Apache HTTP client are not implemented by this API. This includes
|
/external/stlport/src/ |
stlport_prefix.h | 21 #include <stl/config/features.h>
|
/external/webrtc/src/system_wrappers/source/ |
cpu_features_android.c | 11 #include "android/cpu-features.h"
|
/external/zxing/qr_scanner/ |
README.google | 10 features remove.
|
/frameworks/base/core/java/android/nfc/tech/ |
package.html | 4 These classes provide access to a tag technology's features, which vary by the type
|
/frameworks/base/docs/html/training/ |
advanced.jd | 7 platform features or effectively optimize your app performance.</p>
|
/frameworks/base/tests/RemoteDisplayProvider/ |
README | 11 To exercise the provider, use System UI features for connecting to
|
/frameworks/support/v4/java/android/support/v4/view/ |
package.html | 4 android API level 4 or later. The main features here are a variety of classes
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
MockFilter.java | 39 private Set<String> features = new HashSet<String>(); field in class:MockFilter 51 return features.contains(name); 63 features.add(name); 65 features.remove(name);
|
MockReader.java | 51 private Set<String> features = new HashSet<String>(); field in class:MockReader 79 return features.contains(name); 113 features.add(name); 115 features.remove(name);
|
/ndk/sources/cxx-stl/stlport/src/ |
stlport_prefix.h | 21 #include <stl/config/features.h>
|
/ndk/tests/device/test-basic-exceptions/ |
README | 10 features do really work.
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_arm_idiv.c | 16 #include <cpu-features.h> 65 printf("cpu-features reports the following CPUID: 0x%08x\n", 68 uint64_t features = android_getCpuFeatures(); local 78 int idiv_reported = (features & idiv_flag) != 0;
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_dom_feature_extractor.cc | 16 #include "chrome/renderer/safe_browsing/features.h" 40 // Intermediate state used for computing features. See features.h for 41 // descriptions of the DOM features that are computed. 43 // Link related features 49 // Form related features 58 // Image related features 117 FeatureMap* features, 126 features_ = features; 418 // TODO(bryner): Ensure that the url encoding is consistent with the features [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ManifestTestListAdapter.java | 65 * <li>OPTIONAL: Add a meta data attribute to indicate what features are required to run the 66 * test. If the device does not have all of the required features then it will not appear 67 * in the test list. Use a colon (:) to specify multiple required features. 72 * <li>OPTIONAL: Add a meta data attribute to indicate features such that, if any present, the 73 * test gets excluded from being shown. If the device has any of the excluded features then 74 * the test will not appear in the test list. Use a colon (:) to specify multiple features 80 * <li>OPTIONAL: Add a meta data attribute to indicate features such that, if any present, 81 * the test is applicable to run. If the device has any of the applicable features then 82 * the test will appear in the test list. Use a colon (:) to specify multiple features 281 private boolean hasAnyFeature(String[] features) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
notice.html | 31 <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").</li> 33 <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins 35 <li>Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.</li> 38 <p>The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and 39 Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module 51 installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the (…) [all...] |
/development/perftests/panorama/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
|
/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
|
/development/samples/Support7Demos/ |
_index.html | 2 code showing how to use key features of the Android API 7+ Support Library. 4 build in to your application to access new features and common
|