HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 201 - 225 of 414) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
platform-linux.cc 156 bool OS::ArmCpuHasFeature(CpuFeature feature) {
163 switch (feature) {
178 if (feature == VFP3) {
239 bool OS::MipsCpuHasFeature(CpuFeature feature) {
253 switch (feature) {
    [all...]
platform-nullos.cc 213 bool OS::ArmCpuHasFeature(CpuFeature feature) {
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.h 191 /* [in] */ BSTR feature,
415 /* [in] */ BSTR feature,
417 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
646 /* [in] */ BSTR feature,
648 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
    [all...]
DOMHTMLClasses.h 271 /* [in] */ BSTR feature,
273 /* [retval][out] */ BOOL *result) { return DOMDocument::isSupported(feature, version, result); }
545 /* [in] */ BSTR feature,
547 /* [retval][out] */ BOOL *result) { return DOMElement::isSupported(feature, version, result); }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 974 public boolean isSupported(String feature, String version)
1101 public Object getFeature(String feature, String version)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 700 * Tests whether the DOM implementation implements a specific feature and
701 * that feature is supported by this node.
702 * @param feature The name of the feature to test. This is the same name
705 * @param version This is the version number of the feature to test. In
707 * specified, supporting any version of the feature will cause the
713 public boolean isSupported(String feature, String version)
1232 * specialized APIs of the specified feature and version. The
1235 * @param feature The name of the feature requested (case-insensitive)
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 490 // Returns true if the Browser supports the specified feature. The value of
494 // feature use |CanSupportWindowFeature|.
495 bool SupportsWindowFeature(WindowFeature feature) const;
497 // Returns true if the Browser can support the specified feature. See comment
499 bool CanSupportWindowFeature(WindowFeature feature) const;
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 49 #define HAVE_ALLOC_NETDEV /* feature macro: alloc_xxxdev
1002 int feature = gso_type << NETIF_F_GSO_SHIFT; local
1003 return (features & feature) == feature;
ata.h 263 u8 feature; member in struct:ata_taskfile
  /external/webkit/Tools/Scripts/
build-webkit 458 my ($feature, $isEnabled, $defaultValue) = @_;
460 return $feature . "=" . ($isEnabled ? $feature : "");
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit.py 212 """Return the supported feature dictionary. The keys are the
221 """Return the supported feature dictionary. The keys are the
241 # if DRT feature detection not supported
249 skipped_directories = [directories[feature]
250 for feature in directories.keys()
251 if feature not in feature_list]
255 # FIXME: This should use the feature detection from
  /external/qemu/target-arm/
cpu.h 117 uint32_t c0_c1[8]; /* Feature registers. */
176 /* Internal CPU feature flags. */
389 static inline int arm_feature(CPUARMState *env, int feature)
391 return (env->features & (1u << feature)) != 0;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigurationcansetparameter01.js 78 The parameter commments is turned on by default. Check to see if this feature can be set
domconfigurationcansetparameter03.js 81 The parameter entities is turned on by default. Check to see if this feature can be set
domconfigurationcansetparameter04.js 80 The parameter entities is turned on by default. Check to see if this feature can be set
  /frameworks/base/core/java/android/view/
Window.java 43 /** Flag for the "options panel" feature. This is enabled by default. */
45 /** Flag for the "no title" feature, turning off the title at the top
48 /** Flag for the progress indicator feature */
58 /** Flag for custom title. You cannot combine this feature with other title features. */
70 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over
94 * Max value used as a feature ID
253 * time onCreatePanelMenu() is called for this feature.
853 * will be available. You can not turn off a feature once it is requested.
    [all...]
  /sdk/emulator/opengl/
Android.mk 39 # For the import/export feature to work properly, you must include
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/devicespecification/internal/
PlatformRules.java 60 * XML from feature to API level
62 private static final String FEATURE_API_LEVEL_MAP = "files/feature-apilevel-map.xml"; //$NON-NLS-1$
67 private static final String PERMISSION_FEATURE_MAP = "files/permission-feature-map.xml"; //$NON-NLS-1$
86 // private HashMap<Integer, ArrayList<Feature>> featuresList = null;
89 * Map from api level (key) to {@link Feature}
91 private HashMap<Integer, Feature> featuresList = null;
233 Set<Entry<Integer, Feature>> entries = featuresList.entrySet();
235 for (Entry<Integer, Feature> entry : entries)
349 NodeList featureApiNodes = loadXmlFiles(builderFactory, documentBuilder, "feature", //$NON-NLS-1$
350 // "C:\\tmp\\feature-apilevel-map.xml"); // for JUnit purposes. //$NON-NLS-1$
377 Feature feature = new Feature(featureID, sinceApiLevel); local
    [all...]
  /bionic/libc/kernel/common/linux/
ata.h 255 u8 feature; member in struct:ata_taskfile
  /development/ndk/platforms/android-3/include/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile
pkt_sched.h 56 unsigned short feature; member in struct:tc_ratespec
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile
pkt_sched.h 56 unsigned short feature; member in struct:tc_ratespec
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile

Completed in 814 milliseconds

1 2 3 4 5 6 7 891011>>