/prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/ |
hdreg.h | 79 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 85 task_ioreg_t feature; member in struct:hd_drive_task_hdr 96 task_ioreg_t feature; member in struct:hd_drive_hob_hdr
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
hdreg.h | 79 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 85 task_ioreg_t feature; member in struct:hd_drive_task_hdr 96 task_ioreg_t feature; member in struct:hd_drive_hob_hdr
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
hdreg.h | 79 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 85 task_ioreg_t feature; member in struct:hd_drive_task_hdr 96 task_ioreg_t feature; member in struct:hd_drive_hob_hdr
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
hdreg.h | 79 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 85 task_ioreg_t feature; member in struct:hd_drive_task_hdr 96 task_ioreg_t feature; member in struct:hd_drive_hob_hdr
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
cpu-features.h | 24 #include <cpu-feature-overrides.h>
|
/external/chromium/chrome/browser/ui/ |
browser_list.h | 82 Browser::WindowFeature feature);
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_domimplementationfeaturenoversion.js | 80 DOMImplementation object whose "hasFeature(feature, 83 feature will cause the method to return "true".
|
hc_domimplementationfeaturenull.js | 81 DOMImplementation object whose "hasFeature(feature, 84 feature will cause the method to return "true".
|
hc_domimplementationfeaturexml.js | 80 DOMImplementation object whose "hasFeature(feature, 81 version)" method is invoked with "feature" equal to "html" or "xml".
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_domimplementationfeaturenoversion.js | 80 DOMImplementation object whose "hasFeature(feature, 83 feature will cause the method to return "true".
|
hc_domimplementationfeaturenull.js | 81 DOMImplementation object whose "hasFeature(feature, 84 feature will cause the method to return "true".
|
hc_domimplementationfeaturexml.js | 80 DOMImplementation object whose "hasFeature(feature, 81 version)" method is invoked with "feature" equal to "html" or "xml".
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument11.js | 82 The feature namespace-declarations when set to false, discards all namespace declaration attributes, 85 Set the normalization feature "namespace-declarations" to false, invoke normalizeDocument and verify
|
/external/webkit/Source/WebCore/dom/ |
Node.idl | 84 [OldStyleObjC] boolean isSupported(in DOMString feature, 119 DOMObject getFeature(in DOMString feature,
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
cpu-features.h | 24 #include <cpu-feature-overrides.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
cpu-features.h | 24 #include <cpu-feature-overrides.h>
|
/build/core/combo/arch/x86/ |
x86.mk | 1 # This file contains feature macro definitions specific to the
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 17 feature, features;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
FeatureUtil.java | 56 public static Set<Feature<?>> addImpliedFeatures(Set<Feature<?>> features) { 71 public static Set<Feature<?>> impliedFeatures(Set<Feature<?>> features) { 72 Set<Feature<?>> implied = new LinkedHashSet<Feature<?>>(); 73 for (Feature<?> feature : features) { 74 implied.addAll(feature.getImpliedFeatures()); 220 final Feature<?>[] presentFeatures [all...] |
/external/libnl-headers/ |
netlink-local.h | 151 dst->rs_feature = src->feature; 161 dst->feature = src->rs_feature;
|
/external/webkit/Tools/QtTestBrowser/ |
webpage.cpp | 53 connect(this, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)), this, SLOT(requestPermission(QWebFrame*, QWebPage::Feature))); 54 connect(this, SIGNAL(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)), this, SLOT(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature))); 176 void WebPage::requestPermission(QWebFrame* frame, QWebPage::Feature feature) 178 setFeaturePermission(frame, feature, PermissionGrantedByUser); 181 void WebPage::featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)
|
/external/webkit/Tools/wx/build/ |
build_utils.py | 70 for feature in features: 71 relpath = os.path.join(adir, feature)
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothTetheringDataTracker.java | 169 * begin using the named feature. The interpretation of {@code feature} 171 * @param feature the name of the feature to be used 176 * implementation+feature combination, except that the value {@code -1} 180 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { 186 * using the named feature. The interpretation of {@code feature} 188 * @param feature the name of the feature that is no longer needed [all...] |
/frameworks/base/core/java/android/net/ |
EthernetDataTracker.java | 299 * begin using the named feature. The interpretation of {@code feature} 301 * @param feature the name of the feature to be used 306 * implementation+feature combination, except that the value {@code -1} 310 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { 316 * using the named feature. The interpretation of {@code feature} 318 * @param feature the name of the feature that is no longer needed [all...] |