/third_party/flutter/flutter/packages/flutter_localizations/test/material/ |
D | translations_test.dart | 14 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/ |
D | Format.cpp | 167 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/ |
D | ManifestSchemaFactory.java | 130 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) {
|
D | MessageInfoFactory.java | 37 boolean isSupported(Class<?> clazz); in isSupported() method
|
D | GeneratedMessageInfoFactory.java | 47 public boolean isSupported(Class<?> messageType) { in isSupported() method in GeneratedMessageInfoFactory
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglAndroidUtil.cpp | 111 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()
|
D | teglGetProcAddressTests.cpp | 90 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/ |
D | CompositorNativeWindow11.cpp | 337 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/ |
D | CompositorNativeWindow11.cpp | 351 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/ |
D | tes2CapabilityTests.cpp | 123 …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/ |
D | simulators_test.dart | 130 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/ |
D | Format.cpp | 73 internalFormat.isSupported = true; in BuildFormatTable() 87 internalFormat.isSupported = true; in BuildFormatTable() 101 internalFormat.isSupported = true; in BuildFormatTable()
|
D | Format.h | 45 bool isSupported; member
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | XcbSurfaceKHR.cpp | 39 bool XcbSurfaceKHR::isSupported() in isSupported() function in vk::XcbSurfaceKHR 48 ASSERT(isSupported()); in XcbSurfaceKHR()
|
D | XlibSurfaceKHR.cpp | 22 bool XlibSurfaceKHR::isSupported() in isSupported() function in vk::XlibSurfaceKHR 31 ASSERT(isSupported()); in XlibSurfaceKHR()
|
D | XcbSurfaceKHR.hpp | 31 static bool isSupported();
|
D | XlibSurfaceKHR.hpp | 31 static bool isSupported();
|
/third_party/flutter/flutter/packages/flutter_localizations/test/cupertino/ |
D | translations_test.dart | 14 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/ |
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 204 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/ |
D | devices_test.dart | 51 expect(chromeDevice.isSupported(), true); 72 expect(chromeDevice.isSupported(), true);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderDiscardTests.cpp | 108 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init() local 109 if (!isSupported) in init()
|
D | es2fShaderReturnTests.cpp | 135 …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/ |
D | ohos_nfc_cardEmulation.js | 20 isSupported: function (...args) { method
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | video_demo.dart | 362 bool isSupported = true; 385 isSupported = !result; 406 body: isSupported
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/web/ |
D | web_device.dart | 80 bool isSupported() => featureFlags.isWebEnabled && canFindChrome(); 90 if (!isSupported()) {
|