Home
last modified time | relevance | path

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

1234

/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264.cc39 RTC_DCHECK(H264Encoder::IsSupported()); in Create()
48 bool H264Encoder::IsSupported() { in IsSupported() function in webrtc::H264Encoder
53 RTC_DCHECK(H264Decoder::IsSupported()); in Create()
62 bool H264Decoder::IsSupported() { in IsSupported() function in webrtc::H264Decoder
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dchrome_tracing_agent_unittest.py89 assert chrome_tracing_agent.ChromeTracingAgent.IsSupported(platform_backend)
128 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform1))
130 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform2))
132 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform3))
145 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform1))
147 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform2))
149 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform3))
157 chrome_tracing_agent.ChromeTracingAgent.IsSupported(desktop_platform))
163 chrome_tracing_agent.ChromeTracingAgent.IsSupported(desktop_platform))
Dchrome_tracing_agent.py67 def IsSupported(cls, platform_backend): member in ChromeTracingAgent
71 return chrome_tracing_devtools_manager.IsSupported(platform_backend)
80 if not chrome_tracing_devtools_manager.IsSupported(self._platform_backend):
D__init__.py23 def IsSupported(cls, platform_backend): member in TracingAgent
Ddisplay_tracing_agent.py14 def IsSupported(cls, platform_backend): member in DisplayTracingAgent
Dchrome_tracing_devtools_manager.py37 def IsSupported(platform_backend): function
/external/chromium-trace/catapult/devil/devil/android/perf/
Dthermal_throttle.py14 def IsSupported(device): member in OmapThrottlingDetector
41 def IsSupported(device): member in ExynosThrottlingDetector
77 if OmapThrottlingDetector.IsSupported(device):
79 elif ExynosThrottlingDetector.IsSupported(device):
/external/webrtc/webrtc/modules/video_coding/codecs/h264/include/
Dh264.h33 static bool IsSupported();
41 static bool IsSupported();
/external/v8/src/compiler/
Dcommon-operator-reducer.cc222 machine()->Float32Min().IsSupported()) { in ReducePhi()
227 machine()->Float32Max().IsSupported()) { in ReducePhi()
244 machine()->Float64Min().IsSupported()) { in ReducePhi()
249 machine()->Float64Max().IsSupported()) { in ReducePhi()
332 machine()->Float32Min().IsSupported()) { in ReduceSelect()
335 machine()->Float32Max().IsSupported()) { in ReduceSelect()
350 machine()->Float64Min().IsSupported()) { in ReduceSelect()
353 machine()->Float64Max().IsSupported()) { in ReduceSelect()
Dwasm-compiler.cc50 if (wasm::WasmOpcodes::IsSupported(opcode)) { in UnsupportedOpcode()
725 if (m->Word32Ctz().IsSupported()) { in Unop()
733 if (m->Word32Popcnt().IsSupported()) { in Unop()
741 if (m->Float32RoundDown().IsSupported()) { in Unop()
750 if (m->Float32RoundUp().IsSupported()) { in Unop()
759 if (m->Float32RoundTruncate().IsSupported()) { in Unop()
768 if (m->Float32RoundTiesEven().IsSupported()) { in Unop()
777 if (m->Float64RoundDown().IsSupported()) { in Unop()
786 if (m->Float64RoundUp().IsSupported()) { in Unop()
795 if (m->Float64RoundTruncate().IsSupported()) { in Unop()
[all …]
/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-trace/catapult/systrace/profile_chrome/
Dperf_controller_unittest.py15 if not perf_controller.PerfProfilerController.IsSupported():
22 if not perf_controller.PerfProfilerController.IsSupported():
Dmain.py55 if not perf_controller.PerfProfilerController.IsSupported():
125 if perf_controller.PerfProfilerController.IsSupported():
209 if (perf_controller.PerfProfilerController.IsSupported() and
/external/webrtc/webrtc/base/
Dwindowpicker_unittest.cc24 if (!rtc::WindowPickerFactory::IsSupported()) { in TEST()
39 if (!rtc::WindowPickerFactory::IsSupported()) { in TEST()
Dwindowpickerfactory.h48 static bool IsSupported() { in IsSupported() function
/external/v8/src/arm/
Dassembler-arm-inl.h50 bool CpuFeatures::SupportsCrankshaft() { return IsSupported(VFP3); } in SupportsCrankshaft()
54 return CpuFeatures::IsSupported(VFP32DREGS) ? 32 : 16; in NumRegisters()
425 if (CpuFeatures::IsSupported(ARMv7)) { in target_address_from_return_address()
448 if (CpuFeatures::IsSupported(ARMv7)) { in return_address_from_call_start()
492 if (CpuFeatures::IsSupported(ARMv7)) { in is_constant_pool_load()
511 if (!CpuFeatures::IsSupported(ARMv7) && IsMovImmed(Memory::int32_at(pc))) { in constant_pool_entry_address()
549 } else if (CpuFeatures::IsSupported(ARMv7)) { in target_address_at()
590 } else if (CpuFeatures::IsSupported(ARMv7)) { in set_target_address_at()
Dassembler-arm.cc152 DCHECK(!IsSupported(VFP3) || IsSupported(ARMv7)); in ProbeImpl()
214 CpuFeatures::IsSupported(ARMv8), in PrintFeatures()
215 CpuFeatures::IsSupported(ARMv7), in PrintFeatures()
216 CpuFeatures::IsSupported(VFP3), in PrintFeatures()
217 CpuFeatures::IsSupported(VFP32DREGS), in PrintFeatures()
218 CpuFeatures::IsSupported(NEON), in PrintFeatures()
219 CpuFeatures::IsSupported(SUDIV), in PrintFeatures()
220 CpuFeatures::IsSupported(MLS), in PrintFeatures()
221 CpuFeatures::IsSupported(UNALIGNED_ACCESSES), in PrintFeatures()
222 CpuFeatures::IsSupported(MOVW_MOVT_IMMEDIATE_LOADS), in PrintFeatures()
[all …]
/external/v8/src/x64/
Dmacro-assembler-x64.cc763 if (CpuFeatures::IsSupported(AVX)) { in Cvtss2sd()
773 if (CpuFeatures::IsSupported(AVX)) { in Cvtss2sd()
783 if (CpuFeatures::IsSupported(AVX)) { in Cvtsd2ss()
793 if (CpuFeatures::IsSupported(AVX)) { in Cvtsd2ss()
803 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2sd()
815 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2sd()
827 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2ss()
839 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2ss()
851 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2sd()
863 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2sd()
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dtracing_controller_backend.py63 agent_classes.IsSupported(platform_backend)]
80 if (chrome_tracing_agent.ChromeTracingAgent.IsSupported(
206 return chrome_tracing_agent.ChromeTracingAgent.IsSupported(
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViERenderer.java24 if(useOpenGLES2 == true && ViEAndroidGLES20.IsSupported(context)) in CreateRenderer()
/external/v8/src/ppc/
Dcpu-ppc.cc17 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) { in FlushICache()
/external/v8/test/cctest/
Dtest-disasm-arm.cc270 if (CpuFeatures::IsSupported(ARMv7)) { in TEST()
364 if (CpuFeatures::IsSupported(ARMv7)) { in TEST()
456 if (CpuFeatures::IsSupported(VFP3)) { in TEST()
673 if (CpuFeatures::IsSupported(VFP32DREGS)) { in TEST()
761 if (CpuFeatures::IsSupported(ARMv8)) { in TEST()
785 if (CpuFeatures::IsSupported(NEON)) { in TEST()
966 if (CpuFeatures::IsSupported(ARMv7)) { in TEST()
Dtest-disasm-ia32.cc492 if (CpuFeatures::IsSupported(SSE4_1)) { in TEST()
502 if (CpuFeatures::IsSupported(AVX)) { in TEST()
544 if (CpuFeatures::IsSupported(FMA3)) { in TEST()
606 if (CpuFeatures::IsSupported(BMI1)) { in TEST()
625 if (CpuFeatures::IsSupported(LZCNT)) { in TEST()
634 if (CpuFeatures::IsSupported(POPCNT)) { in TEST()
643 if (CpuFeatures::IsSupported(BMI2)) { in TEST()
Dtest-assembler-ppc.cc273 if (CpuFeatures::IsSupported(VFP3)) {
388 if (CpuFeatures::IsSupported(ARMv7)) {
425 if (CpuFeatures::IsSupported(ARMv7)) {
468 if (CpuFeatures::IsSupported(VFP3)) {
673 if (CpuFeatures::IsSupported(VFP2)) {
785 if (CpuFeatures::IsSupported(VFP2)) {
901 if (CpuFeatures::IsSupported(VFP2)) {
/external/v8/src/wasm/
Dwasm-opcodes.cc75 bool WasmOpcodes::IsSupported(WasmOpcode opcode) { in IsSupported() function in v8::internal::wasm::WasmOpcodes

1234