/external/chromium_org/media/audio/win/ |
D | core_audio_util_win.cc | 159 bool CoreAudioUtil::IsSupported() { in IsSupported() function in media::CoreAudioUtil 207 DCHECK(IsSupported()); in NumberOfActiveDevices() 235 DCHECK(IsSupported()); in CreateDeviceEnumerator() 257 DCHECK(IsSupported()); in CreateDefaultDevice() 291 DCHECK(IsSupported()); in GetDefaultOutputDeviceID() 298 DCHECK(IsSupported()); in CreateDevice() 317 DCHECK(IsSupported()); in GetDeviceName() 350 DCHECK(IsSupported()); in GetAudioControllerID() 431 DCHECK(IsSupported()); in GetFriendlyName() 447 DCHECK(IsSupported()); in DeviceIsDefault() [all …]
|
D | audio_device_listener_win_unittest.cc | 33 if (!CoreAudioUtil::IsSupported()) in SetUp() 68 if (!CoreAudioUtil::IsSupported()) in TEST_F() 87 if (!CoreAudioUtil::IsSupported()) in TEST_F()
|
/external/chromium_org/mojo/services/html_viewer/ |
D | webmimeregistry_impl.cc | 27 blink::WebMimeRegistry::IsSupported : in supportsMIMEType() 34 blink::WebMimeRegistry::IsSupported : in supportsImageMIMEType() 45 ? WebMimeRegistry::IsSupported in supportsImagePrefixedMIMEType() 53 blink::WebMimeRegistry::IsSupported : in supportsJavaScriptMIMEType() 86 return IsSupported; in supportsMediaMIMEType() 108 blink::WebMimeRegistry::IsSupported : in supportsNonImageMIMEType()
|
/external/chromium_org/content/child/ |
D | simple_webmimeregistry_impl.cc | 28 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsMIMEType() 34 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsImageMIMEType() 44 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsImagePrefixedMIMEType() 51 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsJavaScriptMIMEType() 83 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsNonImageMIMEType()
|
D | assert_matching_enums.cc | 44 COMPILE_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsSupported, 45 net::IsSupported);
|
/external/chromium_org/net/proxy/ |
D | dhcp_proxy_script_fetcher_factory.cc | 26 DCHECK(IsSupported()); in Create() 37 if (IsSupported()) { in set_enabled() 47 bool DhcpProxyScriptFetcherFactory::IsSupported() { in IsSupported() function in net::DhcpProxyScriptFetcherFactory
|
D | dhcp_proxy_script_fetcher_factory_unittest.cc | 31 TEST(DhcpProxyScriptFetcherFactoryTest, IsSupported) { in TEST() argument 33 ASSERT_TRUE(DhcpProxyScriptFetcherFactory::IsSupported()); in TEST() 35 ASSERT_FALSE(DhcpProxyScriptFetcherFactory::IsSupported()); in TEST()
|
D | dhcp_proxy_script_fetcher_factory.h | 58 static bool IsSupported();
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | CheckedInt.h | 74 struct IsSupported struct 80 struct IsSupported<int8_t> 84 struct IsSupported<uint8_t> 88 struct IsSupported<int16_t> 92 struct IsSupported<uint16_t> 96 struct IsSupported<int32_t> 100 struct IsSupported<uint32_t> 104 struct IsSupported<int64_t> 108 struct IsSupported<uint64_t> 399 IsSupported<typename TwiceBiggerType<T>::Type>::value> [all …]
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | mock_constraints.cc | 19 bool IsSupported(const WebString& constraint) { in IsSupported() function 25 return IsSupported(constraint) || constraint == "valid_but_unsupported_1" || in IsValid() 38 if (!IsSupported(curr.m_name) || curr.m_value != "1") { in VerifyConstraints()
|
/external/chromium_org/build/android/pylib/perf/ |
D | thermal_throttle.py | 16 def IsSupported(device): member in OmapThrottlingDetector 43 def IsSupported(device): member in ExynosThrottlingDetector 82 if OmapThrottlingDetector.IsSupported(device): 84 elif ExynosThrottlingDetector.IsSupported(device):
|
/external/chromium_org/tools/profile_chrome/ |
D | perf_controller_unittest.py | 17 if not perf_controller.PerfProfilerController.IsSupported(): 24 if not perf_controller.PerfProfilerController.IsSupported():
|
D | main.py | 53 if not perf_controller.PerfProfilerController.IsSupported(): 131 if perf_controller.PerfProfilerController.IsSupported(): 206 if (perf_controller.PerfProfilerController.IsSupported() and
|
/external/chromium_org/ui/gl/ |
D | gl_fence.cc | 38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported()); in CreateFence() 50 bool GLFence::IsSupported() { in IsSupported() function in gfx::GLFence
|
D | gl_fence.h | 18 static bool IsSupported();
|
/external/eigen/Eigen/src/Core/ |
D | Assign_MKL.h | 41 { enum { IsSupported = 0 }; }; enumerator 60 …MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && Sr… 145 enum { IsSupported = 1 }; \ 154 enum { IsSupported = 1 }; \ 164 enum { IsSupported = 1 }; \
|
/external/chromium_org/net/quic/crypto/ |
D | chacha20_poly1305_decrypter_nss.cc | 35 bool ChaCha20Poly1305Decrypter::IsSupported() { in IsSupported() function in net::ChaCha20Poly1305Decrypter 59 bool ChaCha20Poly1305Decrypter::IsSupported() { in IsSupported() function in net::ChaCha20Poly1305Decrypter
|
D | chacha20_poly1305_encrypter_nss.cc | 35 bool ChaCha20Poly1305Encrypter::IsSupported() { in IsSupported() function in net::ChaCha20Poly1305Encrypter 59 bool ChaCha20Poly1305Encrypter::IsSupported() { in IsSupported() function in net::ChaCha20Poly1305Encrypter
|
D | chacha20_poly1305_encrypter_openssl.cc | 29 bool ChaCha20Poly1305Encrypter::IsSupported() { return true; } in IsSupported() function in net::ChaCha20Poly1305Encrypter
|
D | chacha20_poly1305_decrypter_openssl.cc | 29 bool ChaCha20Poly1305Decrypter::IsSupported() { return true; } in IsSupported() function in net::ChaCha20Poly1305Decrypter
|
/external/chromium_org/third_party/webrtc/base/ |
D | windowpicker_unittest.cc | 24 if (!rtc::WindowPickerFactory::IsSupported()) { in TEST() 39 if (!rtc::WindowPickerFactory::IsSupported()) { in TEST()
|
/external/chromium_org/v8/src/arm/ |
D | assembler-arm-inl.h | 50 bool CpuFeatures::SupportsCrankshaft() { return IsSupported(VFP3); } in SupportsCrankshaft() 59 return CpuFeatures::IsSupported(VFP32DREGS) ? 32 : 16; in NumRegisters() 466 if (CpuFeatures::IsSupported(ARMv7)) { in target_address_from_return_address() 494 if (CpuFeatures::IsSupported(ARMv7)) { in return_address_from_call_start() 532 if (CpuFeatures::IsSupported(ARMv7)) { in is_constant_pool_load() 551 if (!CpuFeatures::IsSupported(ARMv7) && IsMovImmed(Memory::int32_at(pc))) { in constant_pool_entry_address() 590 } else if (CpuFeatures::IsSupported(ARMv7)) { in target_address_at() 632 } else if (CpuFeatures::IsSupported(ARMv7)) { in set_target_address_at()
|
/external/chromium_org/remoting/host/ |
D | audio_capturer_mac.cc | 10 bool AudioCapturer::IsSupported() { in IsSupported() function in remoting::AudioCapturer
|
/external/chromium_org/chrome/browser/plugins/ |
D | plugin_data_remover_helper.h | 14 static bool IsSupported(PluginPrefs* plugin_prefs);
|
D | plugin_data_remover_helper.cc | 12 bool PluginDataRemoverHelper::IsSupported(PluginPrefs* plugin_prefs) { in IsSupported() function in PluginDataRemoverHelper
|