HomeSort by relevance Sort by last modified time
    Searched full:feature (Results 676 - 700 of 6147) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hdreg.h 75 __u8 feature; member in struct:hd_drive_cmd_hdr
81 __u8 feature; member in struct:hd_drive_task_hdr
92 __u8 feature; member in struct:hd_drive_hob_hdr
282 #define SETFEATURES_DIS_RLA 0x55 /* Disable read look-ahead feature */
294 #define SETFEATURES_EN_RLA 0xAA /* Enable read look-ahead feature */
465 * 3: Power Management Feature Set
466 * 2: Removable Feature Set
467 * 1: Security Feature Set
468 * 0: SMART Feature Set
476 * 10: 48-bit Address Feature Se
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystem.java 68 * @return if -1 this feature is unsupported
76 * @return if -1 this feature is unsupported
84 * @return if -1 this feature is unsupported
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 90 # BaseInfo - base class for information about a registry feature
92 # required - should this feature be defined during header generation
94 # declared - has this feature been defined already?
95 # elem - lxml.etree Element for this feature
99 """Represents the state of a registry feature, used during API generation"""
149 # FeatureInfo - registry information about an API <feature>
151 # name - feature name string (e.g. 'GL_ARB_multitexture')
152 # number - feature version number (e.g. 1.2). <extension>
155 # emit - has this feature been defined already?
157 """Represents the state of an API feature (version/extension)""
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsConfig.java 27 * Provides APIs to get/set the IMS service feature/capability/parameters.
30 * 2) Items configured by user. Mainly service feature class.
42 * Defines IMS service/capability feature constants.
239 * Defines IMS feature value.
361 * Gets the value for IMS feature item for specified network type.
363 * @param feature, defined as in FeatureConstants.
365 * @param listener, provided to be notified for the feature on/off status.
370 public void getFeatureValue(int feature, int network,
373 Rlog.d(TAG, "getFeatureValue: feature = " + feature + ", network =" + network
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 319 * Look up the value of a feature flag.
321 * <p>The feature name is any fully-qualified URI. It is
322 * possible for a {@link Validator} to recognize a feature name but
324 * Some feature values may be available only in specific
330 * @param name The feature name, which is a non-null fully-qualified URI.
331 * @return The current value of the feature (true or false).
332 * @exception org.xml.sax.SAXNotRecognizedException If the feature
335 * {@link Validator} recognizes the feature name but
349 * Set the value of a feature flag.
352 * Feature can be used to control the way a {@link Validator
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 208 unsigned int feature; member in struct:feature_record_t
217 return a->rec.feature < b->rec.feature ? -1 : a->rec.feature > b->rec.feature ? 1 :
230 active_feature_t feature; member in struct:feature_event_t
235 active_feature_t::cmp (&a->feature, &b->feature);
471 active_feature_t feature; local
472 feature.rec.feature = mapping->aatFeatureType
495 active_feature_t feature; local
578 active_feature_t *feature = active_features.push (); local
583 active_feature_t *feature = active_features.find (&event->feature); local
    [all...]
  /frameworks/base/docs/html/guide/practices/
compatibility.jd 36 to be successful on all these devices, it should tolerate some feature variability
48 <p>If necessary, however, you can specify your app's feature requirements and control
90 widgets), and some are dependent on the platform version. Not every device supports every feature,
114 Android defines <em>feature IDs</em> for any hardware or software feature
116 feature ID for the compass sensor is {@link
117 android.content.pm.PackageManager#FEATURE_SENSOR_COMPASS} and the feature ID for app widgets
121 given feature by declaring it with a <a href=
122 "{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code &lt;uses-feature&gt;}</a
    [all...]
  /build/core/combo/arch/x86/
x86.mk 1 # This file contains feature macro definitions specific to the
  /development/ndk/platforms/android-14/samples/native-media/
AndroidManifest.xml 9 <uses-feature android:glEsVersion="0x00020000" />
  /development/samples/CrossCompatibility/
AndroidManifest.xml 8 <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
  /development/samples/USB/AdbTest/
AndroidManifest.xml 4 <uses-feature android:name="android.hardware.usb.host" />
  /development/samples/USB/MissileLauncher/
AndroidManifest.xml 4 <uses-feature android:name="android.hardware.usb.host" />
  /development/samples/devbytes/graphics/FoldingLayout/
AndroidManifest.xml 7 <uses-feature android:name="android.hardware.camera" />
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
index.html 14 This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientVisitedHistoryTest.java 12 import org.chromium.base.test.util.Feature;
63 @Feature({"AndroidWebView"})
95 @Feature({"AndroidWebView"})
130 @Feature({"AndroidWebView"})
AwJavaBridgeTest.java 10 import org.chromium.base.test.util.Feature;
28 @Feature({"AndroidWebView", "Android-JavaBridge"})
76 @Feature({"AndroidWebView", "Android-JavaBridge"})
117 @Feature({"AndroidWebView", "Android-JavaBridge"})
ClientAddMessageToConsoleTest.java 12 import org.chromium.base.test.util.Feature;
61 @Feature({"AndroidWebView"})
95 @Feature({"AndroidWebView"})
117 @Feature({"AndroidWebView"})
MediaAccessPermissionRequestTest.java 12 import org.chromium.base.test.util.Feature;
73 @Feature({"AndroidWebView"})
95 @Feature({"AndroidWebView"})
127 @Feature({"AndroidWebView"})
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
CommandLineTest.java 10 import org.chromium.base.test.util.Feature;
85 @Feature({"Android-AppBase"})
93 @Feature({"Android-AppBase"})
101 @Feature({"Android-AppBase"})
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/
InfoBarTest.java 12 import org.chromium.base.test.util.Feature;
55 @Feature({"Browser", "Main"})
78 @Feature({"Browser", "Main"})
101 @Feature({"Browser"})
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/
ExternalPrerenderRequestTest.java 12 import org.chromium.base.test.util.Feature;
57 @Feature({"Prerender"})
79 @Feature({"Prerender"})
92 @Feature({"Prerender"})
  /external/chromium_org/chrome/android/shell/javatests/src/org/chromium/chrome/shell/
ChromeShellUrlTest.java 10 import org.chromium.base.test.util.Feature;
27 @Feature({"Main"})
37 @Feature({"Main"})
88 @Feature({"Main"})
  /external/chromium_org/chrome/browser/extensions/
chrome_ui_overrides_browsertest.cc 15 // This functionality requires a feature flag.
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.h 29 // TODO(petewil): Remove this when the SyncedNotifications feature is ready
  /external/chromium_org/chrome/browser/safe_browsing/
browser_features.h 15 // chrome/browser/safe_browsing/client_side_detection_service.cc if the feature
41 // Boolean feature which is true if the host was visited for the first
50 // that tell for which page type the feature pertains.
61 // Feature that is set if the url from the navigation entry doesn't match the

Completed in 741 milliseconds

<<21222324252627282930>>