Home
last modified time | relevance | path

Searched refs:IsSupported (Results 1 – 25 of 115) sorted by relevance

12345

/external/chromium_org/media/audio/win/
Dcore_audio_util_win.cc159 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 …]
Daudio_device_listener_win_unittest.cc33 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/
Dwebmimeregistry_impl.cc27 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/
Dsimple_webmimeregistry_impl.cc28 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()
Dassert_matching_enums.cc44 COMPILE_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsSupported,
45 net::IsSupported);
/external/chromium_org/net/proxy/
Ddhcp_proxy_script_fetcher_factory.cc26 DCHECK(IsSupported()); in Create()
37 if (IsSupported()) { in set_enabled()
47 bool DhcpProxyScriptFetcherFactory::IsSupported() { in IsSupported() function in net::DhcpProxyScriptFetcherFactory
Ddhcp_proxy_script_fetcher_factory_unittest.cc31 TEST(DhcpProxyScriptFetcherFactoryTest, IsSupported) { in TEST() argument
33 ASSERT_TRUE(DhcpProxyScriptFetcherFactory::IsSupported()); in TEST()
35 ASSERT_FALSE(DhcpProxyScriptFetcherFactory::IsSupported()); in TEST()
Ddhcp_proxy_script_fetcher_factory.h58 static bool IsSupported();
/external/chromium_org/third_party/WebKit/Source/platform/
DCheckedInt.h74 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/
Dmock_constraints.cc19 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/
Dthermal_throttle.py16 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/
Dperf_controller_unittest.py17 if not perf_controller.PerfProfilerController.IsSupported():
24 if not perf_controller.PerfProfilerController.IsSupported():
Dmain.py53 if not perf_controller.PerfProfilerController.IsSupported():
131 if perf_controller.PerfProfilerController.IsSupported():
206 if (perf_controller.PerfProfilerController.IsSupported() and
/external/chromium_org/ui/gl/
Dgl_fence.cc38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported()); in CreateFence()
50 bool GLFence::IsSupported() { in IsSupported() function in gfx::GLFence
Dgl_fence.h18 static bool IsSupported();
/external/eigen/Eigen/src/Core/
DAssign_MKL.h41 { 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/
Dchacha20_poly1305_decrypter_nss.cc35 bool ChaCha20Poly1305Decrypter::IsSupported() { in IsSupported() function in net::ChaCha20Poly1305Decrypter
59 bool ChaCha20Poly1305Decrypter::IsSupported() { in IsSupported() function in net::ChaCha20Poly1305Decrypter
Dchacha20_poly1305_encrypter_nss.cc35 bool ChaCha20Poly1305Encrypter::IsSupported() { in IsSupported() function in net::ChaCha20Poly1305Encrypter
59 bool ChaCha20Poly1305Encrypter::IsSupported() { in IsSupported() function in net::ChaCha20Poly1305Encrypter
Dchacha20_poly1305_encrypter_openssl.cc29 bool ChaCha20Poly1305Encrypter::IsSupported() { return true; } in IsSupported() function in net::ChaCha20Poly1305Encrypter
Dchacha20_poly1305_decrypter_openssl.cc29 bool ChaCha20Poly1305Decrypter::IsSupported() { return true; } in IsSupported() function in net::ChaCha20Poly1305Decrypter
/external/chromium_org/third_party/webrtc/base/
Dwindowpicker_unittest.cc24 if (!rtc::WindowPickerFactory::IsSupported()) { in TEST()
39 if (!rtc::WindowPickerFactory::IsSupported()) { in TEST()
/external/chromium_org/v8/src/arm/
Dassembler-arm-inl.h50 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/
Daudio_capturer_mac.cc10 bool AudioCapturer::IsSupported() { in IsSupported() function in remoting::AudioCapturer
/external/chromium_org/chrome/browser/plugins/
Dplugin_data_remover_helper.h14 static bool IsSupported(PluginPrefs* plugin_prefs);
Dplugin_data_remover_helper.cc12 bool PluginDataRemoverHelper::IsSupported(PluginPrefs* plugin_prefs) { in IsSupported() function in PluginDataRemoverHelper

12345