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

1 23 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported14.java 34 * Calls isSupported("Core",null) should return true for all implementations (by extension of core-14).
68 state = rootNode.isSupported("Core", nullString);
nodeissupported03.java 47 * The method "isSupported(feature,version)" Tests whether the DOM implementation
50 * Call the isSupported method specifying empty strings for feature and version on a docType
83 success = docType.isSupported("", "");
nodeissupported04.java 34 * The method "isSupported(feature,version)" Tests whether the DOM implementation
37 * Call the isSupported method specifying empty strings for feature and version on a
71 success = entRef.isSupported("XML CORE", "");
nodeissupported05.java 47 * The method "isSupported(feature,version)" Tests whether the DOM implementation
50 * Call the isSupported method specifying bad values for feature and version on a new
83 success = pi.isSupported("-", "+");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetTest.java 313 assertTrue(Charset.isSupported("US-ASCII"));
314 assertTrue(Charset.isSupported("ASCII"));
315 assertTrue(Charset.isSupported("ISO-8859-1"));
316 assertTrue(Charset.isSupported("ISO8859_1"));
317 assertTrue(Charset.isSupported("UTF-8"));
318 assertTrue(Charset.isSupported("UTF8"));
319 assertTrue(Charset.isSupported("UTF-16"));
320 assertTrue(Charset.isSupported("UTF-16BE"));
321 assertTrue(Charset.isSupported("UTF-16LE"));
347 Charset.isSupported(null)
    [all...]
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 123 bool isSupported = std::find(m_ctxInfo.getExtensions().begin(), m_ctxInfo.getExtensions().end(), m_extName) != m_ctxInfo.getExtensions().end();
124 m_testCtx.setTestResult(isSupported ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_NOT_SUPPORTED,
125 isSupported ? "Supported" : "Not supported");
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 79 boolean alpnSupported = SET_ALPN_PROTOCOLS.isSupported(sslSocket);
98 boolean alpnSupported = GET_ALPN_SELECTED_PROTOCOL.isSupported(socket);
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
SimChangeReceiver.java 99 boolean isSupported =
101 boolean isEnabled = isSupported && (isUserSet ? isEnabledInSettings :
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 103 bool isSupported (const std::string& extName);
167 bool GetProcAddressCase::isSupported (const std::string& extName)
190 bool supported = isSupported(m_extName);
236 const bool funcPtrSupported = isSupported("EGL_KHR_get_all_proc_addresses");
  /frameworks/base/services/core/java/com/android/server/location/
GnssStatusListenerHelper.java 29 setSupported(GnssLocationProvider.isSupported());
  /frameworks/base/services/core/java/com/android/server/policy/
WakeGestureListener.java 51 public boolean isSupported() {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Shader_Delegate.java 73 public abstract boolean isSupported();
PorterDuffColorFilter_Delegate.java 58 public boolean isSupported() {
  /packages/apps/TV/src/com/android/tv/analytics/
StubTracker.java 102 public void sendAc3PassthroughCapabilities(boolean isSupported) { }
Tracker.java 188 * @param isSupported {@code true} if the feature is supported; otherwise {@code false}.
190 void sendAc3PassthroughCapabilities(boolean isSupported);
  /system/core/include/nativebridge/
native_bridge.h 136 bool (*isSupported)(const char* libpath);
  /external/deqp/framework/platform/android/
tcuAndroidPlatformCapabilityQueryJNI.cpp 204 const bool isSupported = isRenderConfigSupported(cmdLine);
206 return (isSupported) ? (CONFIGQUERYRESULT_SUPPORTED)
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthenticationHeader.java 180 if(hci == null || !NegotiateAuthentication.isSupported(new HttpCallerInfo(hci, "Negotiate"))) {
200 if(hci == null || !NegotiateAuthentication.isSupported(new HttpCallerInfo(hci, "Kerberos"))) {
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 472 public boolean isSupported(String feature,
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
Handler.java 146 if(!java.nio.charset.Charset.isSupported(encoding)) {
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 177 if ( !isSupported ( returnType ) ) {
282 if ( !isSupported ( returnType ) ) {
328 private boolean isSupported( QName returnType ) {
365 // If isSupported check is already done then the execution path
XPathImpl.java 272 if ( !isSupported ( returnType ) ) {
301 private boolean isSupported( QName returnType ) {
465 if ( !isSupported ( returnType ) ) {
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 111 && isSupported(Parameters.FOCUS_MODE_AUTO,
367 if (isSupported(mode, supportedFocusModes)) {
374 if (!isSupported(mFocusMode, supportedFocusModes)) {
377 if (isSupported(Parameters.FOCUS_MODE_AUTO,
483 private static boolean isSupported(String value, List<String> supported) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDevice.cpp 113 bool AMDGPUDevice::isSupported(AMDGPUDeviceInfo::Caps Mode) const
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
OptionalMethod.java 54 public boolean isSupported(T target) {

Completed in 594 milliseconds

1 23 4 5 6 7 8 91011>>