Searched refs:IsSupported (Results 1 - 25 of 106) sorted by relevance

12345

/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264.cc39 RTC_DCHECK(H264Encoder::IsSupported());
48 bool H264Encoder::IsSupported() { function in class:webrtc::H264Encoder
53 RTC_DCHECK(H264Decoder::IsSupported());
62 bool H264Decoder::IsSupported() { function in class:webrtc::H264Decoder
/external/webrtc/webrtc/modules/video_coding/codecs/h264/include/
H A Dh264.h33 static bool IsSupported();
41 static bool IsSupported();
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViERenderer.java24 if(useOpenGLES2 == true && ViEAndroidGLES20.IsSupported(context))
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dperf_tracing_agent_unittest.py16 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
26 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
/external/v8/src/ppc/
H A Dcpu-ppc.cc17 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) {
/external/chromium-trace/catapult/devil/devil/android/perf/
H A Dthermal_throttle.py14 def IsSupported(device): member in class:OmapThrottlingDetector
41 def IsSupported(device): member in class:ExynosThrottlingDetector
77 if OmapThrottlingDetector.IsSupported(device):
79 elif ExynosThrottlingDetector.IsSupported(device):
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
H A D__init__.py11 platform with IsSupported method first.
23 def IsSupported(cls, platform_backend): member in class:TracingAgent
H A Ddisplay_tracing_agent.py14 def IsSupported(cls, platform_backend): member in class:DisplayTracingAgent
H A Dchrome_tracing_devtools_manager.py37 def IsSupported(platform_backend): function
H A Dchrome_tracing_agent_unittest.py109 assert chrome_tracing_agent.ChromeTracingAgent.IsSupported(platform_backend)
149 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform1))
151 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform2))
153 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform3))
166 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform1))
168 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform2))
170 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform3))
178 chrome_tracing_agent.ChromeTracingAgent.IsSupported(desktop_platform))
184 chrome_tracing_agent.ChromeTracingAgent.IsSupported(desktop_platform))
H A Datrace_tracing_agent.py21 def IsSupported(cls, platform_backend): member in class:AtraceTracingAgent
H A Dbattor_tracing_agent_unittest.py122 self.assertTrue(battor_tracing_agent.BattOrTracingAgent.IsSupported(
125 self.assertFalse(battor_tracing_agent.BattOrTracingAgent.IsSupported(
131 self.assertTrue(battor_tracing_agent.BattOrTracingAgent.IsSupported(
134 self.assertFalse(battor_tracing_agent.BattOrTracingAgent.IsSupported(
H A Dchrome_tracing_agent.py75 def IsSupported(cls, platform_backend): member in class:ChromeTracingAgent
79 return chrome_tracing_devtools_manager.IsSupported(platform_backend)
88 if not chrome_tracing_devtools_manager.IsSupported(self._platform_backend):
H A Dbattor_tracing_agent.py45 def IsSupported(cls, platform_backend): member in class:BattOrTracingAgent
H A Dcpu_tracing_agent_unittest.py52 self.assertTrue(cpu_tracing_agent.CpuTracingAgent.IsSupported(
54 self.assertFalse(cpu_tracing_agent.CpuTracingAgent.IsSupported(
/external/webrtc/webrtc/base/
H A Dwindowpickerfactory.h48 static bool IsSupported() { function in class:rtc::WindowPickerFactory
H A Dwindowpicker_unittest.cc24 if (!rtc::WindowPickerFactory::IsSupported()) {
39 if (!rtc::WindowPickerFactory::IsSupported()) {
/external/eigen/Eigen/src/Core/
H A DAssign_MKL.h41 { enum { IsSupported = 0 }; }; enumerator in enum:Eigen::internal::vml_call::__anon4973
60 MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && SrcHasDirectAccess
145 enum { IsSupported = 1 }; \
154 enum { IsSupported = 1 }; \
164 enum { IsSupported = 1 }; \
/external/v8/src/arm/
H A Dassembler-arm-inl.h50 bool CpuFeatures::SupportsCrankshaft() { return IsSupported(VFP3); }
54 return CpuFeatures::IsSupported(VFP32DREGS) ? 32 : 16;
404 if (CpuFeatures::IsSupported(ARMv7)) {
427 if (CpuFeatures::IsSupported(ARMv7)) {
471 if (CpuFeatures::IsSupported(ARMv7)) {
490 if (!CpuFeatures::IsSupported(ARMv7) && IsMovImmed(Memory::int32_at(pc))) {
528 } else if (CpuFeatures::IsSupported(ARMv7)) {
569 } else if (CpuFeatures::IsSupported(ARMv7)) {
H A Dassembler-arm.cc144 DCHECK(!IsSupported(VFP3) || IsSupported(ARMv7));
206 CpuFeatures::IsSupported(ARMv8), CpuFeatures::IsSupported(ARMv7),
207 CpuFeatures::IsSupported(VFP3), CpuFeatures::IsSupported(VFP32DREGS),
208 CpuFeatures::IsSupported(NEON), CpuFeatures::IsSupported(SUDIV),
209 CpuFeatures::IsSupported(UNALIGNED_ACCESSES),
210 CpuFeatures::IsSupported(MOVW_MOVT_IMMEDIATE_LOAD
[all...]
/external/v8/src/compiler/
H A Dcommon-operator-reducer.cc249 machine()->Float32Min().IsSupported()) {
254 machine()->Float32Max().IsSupported()) {
271 machine()->Float64Min().IsSupported()) {
276 machine()->Float64Max().IsSupported()) {
359 machine()->Float32Min().IsSupported()) {
362 machine()->Float32Max().IsSupported()) {
377 machine()->Float64Min().IsSupported()) {
380 machine()->Float64Max().IsSupported()) {
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dtracing_controller_backend.py63 agent_classes.IsSupported(platform_backend)]
81 if (chrome_tracing_agent.ChromeTracingAgent.IsSupported(
206 return chrome_tracing_agent.ChromeTracingAgent.IsSupported(
/external/v8/src/interpreter/
H A Dinterpreter-intrinsics.h67 static bool IsSupported(Runtime::FunctionId function_id);
/external/webrtc/webrtc/video/
H A Dvideo_decoder.cc23 RTC_DCHECK(H264Decoder::IsSupported());
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc808 if (CpuFeatures::IsSupported(AVX)) {
818 if (CpuFeatures::IsSupported(AVX)) {
828 if (CpuFeatures::IsSupported(AVX)) {
838 if (CpuFeatures::IsSupported(AVX)) {
848 if (CpuFeatures::IsSupported(AVX)) {
860 if (CpuFeatures::IsSupported(AVX)) {
872 if (CpuFeatures::IsSupported(AVX)) {
884 if (CpuFeatures::IsSupported(AVX)) {
896 if (CpuFeatures::IsSupported(AVX)) {
908 if (CpuFeatures::IsSupported(AV
[all...]

Completed in 608 milliseconds

12345