HomeSort by relevance Sort by last modified time
    Searched refs:hasFeature (Results 26 - 50 of 218) sorted by null

12 3 4 5 6 7 8 9

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentinvalidcharacterexceptioncreatepi1.java 47 if (factory.hasFeature("XML", null) != true) {
domimplementationfeaturenull.java 31 * hasFeature("XML", null) should return true for implementations that can read staff documents.
72 state = domImpl.hasFeature("XML", nullVersion);
hc_attrappendchild4.java 46 if (factory.hasFeature("XML", null) != true) {
hc_attrgetvalue2.java 44 if (factory.hasFeature("XML", null) != true) {
hc_attrinsertbefore5.java 46 if (factory.hasFeature("XML", null) != true) {
hc_entitiesremovenameditem1.java 45 if (factory.hasFeature("XML", null) != true) {
hc_entitiessetnameditem1.java 46 if (factory.hasFeature("XML", null) != true) {
hc_nodevalue07.java 46 if (factory.hasFeature("XML", null) != true) {
hc_nodevalue08.java 46 if (factory.hasFeature("XML", null) != true) {
hc_notationsremovenameditem1.java 45 if (factory.hasFeature("XML", null) != true) {
hc_notationssetnameditem1.java 46 if (factory.hasFeature("XML", null) != true) {
hc_attrinsertbefore7.java 45 if (factory.hasFeature("XML", null) != true) {
  /libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 143 public boolean hasFeature(String feature, String version) {
144 return builder.getDOMImplementation().hasFeature(feature, version);
DOMTest.java 63 public boolean hasFeature(String feature, String version) {
64 return factory.hasFeature(feature, version);
LSDocumentBuilderFactory.java 358 public boolean hasFeature(String feature, String version) {
359 return getDOMImplementation().hasFeature(feature, version);
XercesHTML2DocumentBuilderFactory.java 218 public boolean hasFeature(String feature, String version) {
219 return domImpl.hasFeature(feature, version);
XercesHTMLDocumentBuilderFactory.java 218 public boolean hasFeature(String feature, String version) {
219 return domImpl.hasFeature(feature, version);
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
domreg.py 35 if not dom.hasFeature(f,v):
50 of (feature, version) pairs which are passed to hasFeature."""
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
domreg.py 35 if not dom.hasFeature(f,v):
50 of (feature, version) pairs which are passed to hasFeature."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 35 if not dom.hasFeature(f,v):
50 of (feature, version) pairs which are passed to hasFeature."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 35 if not dom.hasFeature(f,v):
50 of (feature, version) pairs which are passed to hasFeature."""
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 42 if (cd.hasFeature(ClientData.FEATURE_OPENGL_TRACING)) {
  /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
NumberBlockingTest.java 63 && getDevice().hasFeature(FEATURE_TELEPHONY)
64 && getDevice().hasFeature(FEATURE_CONNECTION_SERVICE);
  /frameworks/base/core/java/android/app/
ActivityTransitionState.java 159 if (window.hasFeature(Window.FEATURE_ACTIVITY_TRANSITIONS)
341 if (!activity.getWindow().hasFeature(Window.FEATURE_ACTIVITY_TRANSITIONS) ||
Dialog.java 283 if (mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
305 if (mActionBar == null && mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
955 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
964 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
973 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
    [all...]

Completed in 1740 milliseconds

12 3 4 5 6 7 8 9