Home
last modified time | relevance | path

Searched refs:isSupported (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/flutter/flutter/packages/flutter_localizations/test/material/
Dtranslations_test.dart14 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
160 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
165 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
170 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
175 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
180 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
185 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
190 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
195 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
200 expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue);
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp167 internalFormat.isSupported = true; in BuildFormatTable()
200 bool isSupported) { in BuildFormatTable() argument
205 internalFormat.isSupported = isSupported; in BuildFormatTable()
219 auto AddStencilFormat = [&AddFormat](wgpu::TextureFormat format, bool isSupported) { in BuildFormatTable() argument
224 internalFormat.isSupported = isSupported; in BuildFormatTable()
239 uint32_t width, uint32_t height, bool isSupported, in BuildFormatTable()
245 internalFormat.isSupported = isSupported; in BuildFormatTable()
262 bool isRenderable, bool isSupported, uint8_t componentCount) { in BuildFormatTable() argument
267 internalFormat.isSupported = isSupported; in BuildFormatTable()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DManifestSchemaFactory.java130 public boolean isSupported(Class<?> clazz) { in isSupported() method in ManifestSchemaFactory.CompositeMessageInfoFactory
132 if (factory.isSupported(clazz)) { in isSupported()
142 if (factory.isSupported(clazz)) { in messageInfoFor()
154 public boolean isSupported(Class<?> clazz) {
DMessageInfoFactory.java37 boolean isSupported(Class<?> clazz); in isSupported() method
DGeneratedMessageInfoFactory.java47 public boolean isSupported(Class<?> messageType) { in isSupported() method in GeneratedMessageInfoFactory
/third_party/vk-gl-cts/modules/egl/
DteglAndroidUtil.cpp111 pfnAHardwareBuffer_isSupported isSupported; member
124 (pAhbFunctions->isSupported != DE_NULL || sdkVersion < 29))) in ahbFunctionsLoaded()
142 …ahbFunctions.isSupported = reinterpret_cast<pfnAHardwareBuffer_isSupported>(libnativewindow.getFun… in loadAhbDynamicApis()
144 ahbFunctions.isSupported = DE_NULL; in loadAhbDynamicApis()
221 if (ahbFunctions.isSupported != DE_NULL) in AndroidNativeClientBuffer()
223 if (!ahbFunctions.isSupported(&hbufferdesc)) in AndroidNativeClientBuffer()
DteglGetProcAddressTests.cpp90 bool isSupported (const std::string& extName);
162 bool GetProcAddressCase::isSupported (const std::string& extName) in isSupported() function in deqp::egl::GetProcAddressCase
185 bool supported = isSupported(m_extName); in executeTest()
294 const bool funcPtrSupported = isSupported("EGL_KHR_get_all_proc_addresses"); in executeTest()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.cpp337 boolean isSupported = false; in SupportedWindowsRelease() local
344 return isSupported; in SupportedWindowsRelease()
354 return isSupported; in SupportedWindowsRelease()
361 return isSupported; in SupportedWindowsRelease()
364 api->IsApiContractPresentByMajor(contractName, 6, &isSupported); in SupportedWindowsRelease()
366 return isSupported; in SupportedWindowsRelease()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.cpp351 boolean isSupported = false; in SupportedWindowsRelease() local
358 return !!isSupported; in SupportedWindowsRelease()
368 return !!isSupported; in SupportedWindowsRelease()
375 return !!isSupported; in SupportedWindowsRelease()
378 api->IsApiContractPresentByMajor(contractName, 6, &isSupported); in SupportedWindowsRelease()
380 return !!isSupported; in SupportedWindowsRelease()
/third_party/vk-gl-cts/modules/gles2/
Dtes2CapabilityTests.cpp123 …bool isSupported = std::find(m_ctxInfo.getExtensions().begin(), m_ctxInfo.getExtensions().end(), m… in iterate() local
124 m_testCtx.setTestResult(isSupported ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_NOT_SUPPORTED, in iterate()
125 isSupported ? "Supported" : "Not supported"); in iterate()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/
Dsimulators_test.dart130 group('IOSSimulator.isSupported', () {
132 expect(IOSSimulator('x', name: 'Apple TV').isSupported(), false);
138 expect(IOSSimulator('x', name: 'Apple Watch').isSupported(), false);
144 expect(IOSSimulator('x', name: 'iPad 2').isSupported(), true);
150 expect(IOSSimulator('x', name: 'iPad Retina').isSupported(), true);
156 expect(IOSSimulator('x', name: 'iPhone 5').isSupported(), true);
162 expect(IOSSimulator('x', name: 'iPhone 5s').isSupported(), true);
168 expect(IOSSimulator('x', name: 'iPhone SE').isSupported(), true);
174 expect(IOSSimulator('x', name: 'iPhone 7 Plus').isSupported(), true);
180 expect(IOSSimulator('x', name: 'iPhone X').isSupported(), true);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp73 internalFormat.isSupported = true; in BuildFormatTable()
87 internalFormat.isSupported = true; in BuildFormatTable()
101 internalFormat.isSupported = true; in BuildFormatTable()
DFormat.h45 bool isSupported; member
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DXcbSurfaceKHR.cpp39 bool XcbSurfaceKHR::isSupported() in isSupported() function in vk::XcbSurfaceKHR
48 ASSERT(isSupported()); in XcbSurfaceKHR()
DXlibSurfaceKHR.cpp22 bool XlibSurfaceKHR::isSupported() in isSupported() function in vk::XlibSurfaceKHR
31 ASSERT(isSupported()); in XlibSurfaceKHR()
DXcbSurfaceKHR.hpp31 static bool isSupported();
DXlibSurfaceKHR.hpp31 static bool isSupported();
/third_party/flutter/flutter/packages/flutter_localizations/test/cupertino/
Dtranslations_test.dart14 expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue);
94 expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue);
109 expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue);
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp204 const bool isSupported = isRenderConfigSupported(cmdLine); in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery() local
206 return (isSupported) ? (CONFIGQUERYRESULT_SUPPORTED) in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/web/
Ddevices_test.dart51 expect(chromeDevice.isSupported(), true);
72 expect(chromeDevice.isSupported(), true);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderDiscardTests.cpp108 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init() local
109 if (!isSupported) in init()
Des2fShaderReturnTests.cpp135 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init() local
136 if (!isSupported) in init()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_nfc_cardEmulation.js20 isSupported: function (...args) { method
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/
Dvideo_demo.dart362 bool isSupported = true;
385 isSupported = !result;
406 body: isSupported
/third_party/flutter/flutter/packages/flutter_tools/lib/src/web/
Dweb_device.dart80 bool isSupported() => featureFlags.isWebEnabled && canFindChrome();
90 if (!isSupported()) {

1234