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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
MaskFilter_Delegate.java 53 public abstract boolean isSupported();
Rasterizer_Delegate.java 53 public abstract boolean isSupported();
SumPathEffect_Delegate.java 53 public boolean isSupported() {
ColorFilter_Delegate.java 57 public boolean isSupported() {
ComposeShader_Delegate.java 53 public boolean isSupported() {
PathDashPathEffect_Delegate.java 53 public boolean isSupported() {
PathEffect_Delegate.java 56 public abstract boolean isSupported();
Xfermode_Delegate.java 56 public abstract boolean isSupported();
DashPathEffect_Delegate.java 63 public boolean isSupported() {
69 // no message since isSupported returns true;
PorterDuffXfermode_Delegate.java 62 public boolean isSupported() {
68 // no message since isSupported returns true;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported12.java 35 * isSupported(feature,version)" method is the name
44 * node object on which the "isSupported(feature,version)"
96 state = rootNode.isSupported("Core", "2.0");
100 state = rootNode.isSupported(featureElement, "1.0");
104 state = rootNode.isSupported(featureElement, "2.0");
isSupported01.java 35 * isSupported(feature,version)" method is the name
42 * node object on which the "isSupported(feature,version)"
76 state = rootNode.isSupported("XXX", "1.0");
isSupported02.java 35 * isSupported(feature,version)" method is the name
42 * node object on which the "isSupported(feature,version)"
76 state = rootNode.isSupported("XML", "9.0");
isSupported04.java 35 * isSupported(feature,version)" method is the name
44 * node object on which the "isSupported(feature,version)"
78 state = rootNode.isSupported("xml", "1.0");
isSupported05.java 35 * isSupported(feature,version)" method is the name
44 * node object on which the "isSupported(feature,version)"
78 state = rootNode.isSupported("core", "2.0");
isSupported06.java 35 * isSupported(feature,version)" method is the name
44 * node object on which the "isSupported(feature,version)"
78 state = rootNode.isSupported("xml", "2.0");
isSupported07.java 35 * isSupported(feature,version)" method is the name
44 * node object on which the "isSupported(feature,version)"
78 state = rootNode.isSupported("XML", "");
isSupported09.java 35 * isSupported(feature,version)" method is the name
44 * node object on which the "isSupported(feature,version)"
78 state = rootNode.isSupported("XML", "1.0");
isSupported10.java 35 * isSupported(feature,version)" method is the name
44 * node object on which the "isSupported(feature,version)"
78 state = rootNode.isSupported("CORE", "2.0");
isSupported11.java 35 * isSupported(feature,version)" method is the name
44 * node object on which the "isSupported(feature,version)"
78 state = rootNode.isSupported("XML", "2.0");
isSupported13.java 34 * Calls isSupported("Core","") should return true for all implementations (by extension of core-14).
66 state = rootNode.isSupported("Core", "");
  /frameworks/wilhelm/tests/sandbox/
object.c 146 SLboolean isSupported = SL_BOOLEAN_TRUE;
147 result = (*engineEngine)->IsExtensionSupported(engineEngine, NULL, &isSupported);
149 assert(SL_BOOLEAN_FALSE == isSupported);
153 isSupported = SL_BOOLEAN_TRUE;
154 result = (*engineEngine)->IsExtensionSupported(engineEngine, unsupportedExt, &isSupported);
156 assert(SL_BOOLEAN_FALSE == isSupported);
165 isSupported = SL_BOOLEAN_FALSE;
166 result = (*engineEngine)->IsExtensionSupported(engineEngine, supportedExt, &isSupported);
168 assert(SL_BOOLEAN_TRUE == isSupported);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MixedModesTest.java 35 if (!isSupported()) return;
49 if (!isSupported()) return;
62 if (!isSupported()) return;
134 if (!isSupported()) return;
  /system/core/libnativebridge/tests/
DummyNativeBridge2.cpp 71 .isSupported = &native_bridge2_isSupported,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDevice.h 94 bool isSupported(AMDGPUDeviceInfo::Caps Mode) const;

Completed in 390 milliseconds

12 3 4 5 6 7 8 91011>>