/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
virtio_balloon.h | 8 /* The feature bitmap for virtio balloon */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
compile.h | 15 /* Future feature support */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
compile.h | 15 /* Future feature support */
|
/cts/tests/tests/app/src/android/app/cts/ |
SystemFeaturesTest.java | 75 for (FeatureInfo feature : mPackageManager.getSystemAvailableFeatures()) { 76 mAvailableFeatures.add(feature.name); 164 // Capabilities don't have a matching system feature 189 "the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature", 194 "the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature", 351 /** Get a list of feature constants in PackageManager matching a prefix. */ 358 String feature = (String) field.get(null); local 359 features.add(feature); 389 * Check that if the PackageManager declares a sensor feature that the device has at least 390 * one sensor that matches that feature. Also check that if a PackageManager does not declar [all...] |
/external/icu/icu4c/source/layout/ |
LETypes.h | 404 * feature tags in OpenType tables. 481 * the common OpenType feature tags. 619 LE_CLIG_FEATURE_ENUM, /**< Feature specific enum */ 620 LE_DLIG_FEATURE_ENUM, /**< Feature specific enum */ 621 LE_HLIG_FEATURE_ENUM, /**< Feature specific enum */ 622 LE_LIGA_FEATURE_ENUM, /**< Feature specific enum */ 623 LE_RLIG_FEATURE_ENUM, /**< Feature specific enum */ 624 LE_SMCP_FEATURE_ENUM, /**< Feature specific enum */ 625 LE_FRAC_FEATURE_ENUM, /**< Feature specific enum */ 626 LE_AFRC_FEATURE_ENUM, /**< Feature specific enum * [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
AutofillDialogControllerTest.java | 12 import org.chromium.base.test.util.Feature; 185 @Feature({"autofill"}) 194 @Feature({"autofill"}) 203 @Feature({"autofill"}) 212 @Feature({"autofill"}) 221 @Feature({"autofill"}) 232 @Feature({"autofill"}) 240 @Feature({"autofill"}) 248 @Feature({"autofill"}) 258 @Feature({"autofill"} [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
ValidatorHandler.java | 73 * This spec defines the following feature that must be recognized 78 * This feature controls how a {@link ValidatorHandler} introduces 81 * When this feature is set to true, it must make 97 * Note that this feature does <em>NOT</em> affect the way 101 * <p>This feature is set to <code>false</code> by default.</p> 327 * Look up the value of a feature flag. 329 * <p>The feature name is any fully-qualified URI. It is 330 * possible for a {@link ValidatorHandler} to recognize a feature name but 332 * Some feature values may be available only in specific 338 * @param name The feature name, which is a non-null fully-qualified URI [all...] |
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 213 unsigned int feature; member in struct:feature_record_t 222 return a->rec.feature < b->rec.feature ? -1 : a->rec.feature > b->rec.feature ? 1 : 235 active_feature_t feature; member in struct:feature_event_t 240 active_feature_t::cmp (&a->feature, &b->feature); 459 active_feature_t feature; local 460 feature.rec.feature = mapping->aatFeatureType 483 active_feature_t feature; local 567 active_feature_t *feature = active_features.push (); local 572 active_feature_t *feature = active_features.find (&event->feature); local [all...] |
main.cc | 135 printf (" No required feature\n"); 137 printf (" Required feature index: %d\n", 141 printf (" %d feature(s) found in language system\n", num_features); 143 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, 150 printf (" %d feature(s) found in table\n", num_features); 152 const Feature &feature = g.get_feature (n_feature); local 153 int num_lookups = feature.get_lookup_count (); 154 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features, 157 printf (" %d lookup(s) found in feature\n", num_lookups) [all...] |
/frameworks/base/docs/html/training/tv/start/ |
hardware.jd | 84 <th>Android feature descriptor</th> 126 not the same as the microphone hardware feature described here. The controller microphone is fully 131 See the <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#features-reference"> 139 Android apps can declare hardware feature requirements in the app manifest to ensure that they do 154 <uses-feature android:name="android.hardware.touchscreen" 156 <uses-feature android:name="android.hardware.faketouch" 158 <uses-feature android:name="android.hardware.telephony" 160 <uses-feature android:name="android.hardware.camera" 162 <uses-feature android:name="android.hardware.bluetooth" 164 <uses-feature android:name="android.hardware.nfc [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/ |
accessibility_features_apitest.cc | 70 const char* const GetPrefForFeature(const std::string& feature) { 71 if (feature == "spokenFeedback") 73 if (feature == "largeCursor") 75 if (feature == "stickyKeys") 77 if (feature == "highContrast") 79 if (feature == "screenMagnifier") 81 if (feature == "autoclick") 83 if (feature == "virtualKeyboard") 100 EXPECT_TRUE(pref_name) << "Invalid feature " << enabled_features[i]; 108 EXPECT_TRUE(pref_name) << "Invalid feature " << disabled_features[i] [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
main.cc | 135 printf (" No required feature\n"); 137 printf (" Required feature index: %d\n", 141 printf (" %d feature(s) found in language system\n", num_features); 143 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, 150 printf (" %d feature(s) found in table\n", num_features); 152 const Feature &feature = g.get_feature (n_feature); local 153 int num_lookups = feature.get_lookup_count (); 154 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features, 157 printf (" %d lookup(s) found in feature\n", num_lookups) [all...] |
/external/clang/test/Driver/ |
mips-float.c | 20 // CHECK-SOFT: "-target-feature" "+soft-float" 34 // CHECK-ABI-SOFT: "-target-feature" "+soft-float" 49 // CHECK-ABI-SINGLE: "-target-feature" "+single-float" 56 // CHECK-ABI-SOFT-SINGLE: "-target-feature" "+single-float" 63 // CHECK-DEF-MIPS16: "-target-feature" "+mips16" 70 // CHECK-HARD-MIPS16: "-target-feature" "+mips16" 77 // CHECK-SOFT-MIPS16: "-target-feature" "+soft-float" 78 // CHECK-SOFT-MIPS16: "-target-feature" "+mips16" 86 // CHECK-ABI-HARD-MIPS16: "-target-feature" "+mips16" 93 // CHECK-ABI-SOFT-MIPS16: "-target-feature" "+soft-float [all...] |
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/res/values/ |
base-strings.xml | 23 This sample demonstrates the use of the App Restriction feature, which is available on 24 Android 4.3 and above tablet device with the multiuser feature.
|
/developers/samples/android/content/multiuser/AppRestrictions/ |
template-params.xml | 28 This sample demonstrates the use of the App Restriction feature, which is available on 29 Android 4.3 and above tablet device with the multiuser feature.
|
/development/ndk/platforms/android-17/samples/Teapot/ |
AndroidManifest.xml | 9 <uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
/development/ndk/platforms/android-18/samples/MoreTeapots/ |
AndroidManifest.xml | 9 <uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
/development/samples/browseable/AppRestrictions/res/values/ |
base-strings.xml | 23 This sample demonstrates the use of the App Restriction feature, which is available on 24 Android 4.3 and above tablet device with the multiuser feature.
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsClientCallbackHelperTest.java | 16 import org.chromium.base.test.util.Feature; 94 @Feature({"AndroidWebView"}) 105 @Feature({"AndroidWebView"}) 116 @Feature({"AndroidWebView"}) 132 @Feature({"AndroidWebView"}) 182 @Feature({"AndroidWebView"}) 196 @Feature({"AndroidWebView"}) 210 @Feature({"AndroidWebView"})
|
GetTitleTest.java | 11 import org.chromium.base.test.util.Feature; 83 @Feature({"AndroidWebView", "Main"}) 94 @Feature({"AndroidWebView"}) 108 @Feature({"AndroidWebView"}) 121 @Feature({"AndroidWebView"}) 133 @Feature({"AndroidWebView"}) 145 @Feature({"AndroidWebView"}) 152 @Feature({"AndroidWebView"})
|
UserAgentTest.java | 10 import org.chromium.base.test.util.Feature; 32 @Feature({"AndroidWebView"})
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/appmenu/ |
AppMenuTest.java | 17 import org.chromium.base.test.util.Feature; 89 @Feature({"Browser", "Main"}) 103 @Feature({"Browser", "Main"}) 112 @Feature({"Browser", "Main"}) 124 @Feature({"Browser", "Main"}) 136 @Feature({"Browser", "Main"}) 149 @Feature({"Browser", "Main"}) 162 @Feature({"Browser", "Main"})
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/ |
DistilledPagePrefsTest.java | 11 import org.chromium.base.test.util.Feature; 47 @Feature({"DomDistiller"}) 61 @Feature({"DomDistiller"}) 76 @Feature({"DomDistiller"}) 99 @Feature({"DomDistiller"}) 109 @Feature({"DomDistiller"}) 124 @Feature({"DomDistiller"}) 146 @Feature({"DomDistiller"})
|
/external/chromium_org/chrome/browser/gpu/ |
gpu_feature_checker.h | 22 GPUFeatureChecker(gpu::GpuFeatureType feature, 26 // will be called to indicate the availability of the feature. Must be called
|
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.h | 94 // Called when feature extraction is done. The first argument will be 95 // true iff feature extraction succeeded. The second argument is the 96 // phishing request which was modified by the feature extractor. The 114 // and will write the extracted features to the feature map. Once the 115 // feature extraction is complete, |callback| is run on the UI thread. We 123 // of the request object until |callback| is called. Once feature extraction 132 // Synchronous browser feature extraction. 136 // Actually starts feature extraction (does the real work).
|